enum tapi_wifi_cipher

Overview

Supported Wi-Fi encryption protocols. More…

#include <tapi_wifi_security.h>

enum tapi_wifi_cipher {
    TAPI_WIFI_CIPHER_UNDEF,
    TAPI_WIFI_CIPHER_CCMP,
    TAPI_WIFI_CIPHER_TKIP,
    TAPI_WIFI_CIPHER_CCMP_TKIP,
};

Detailed Documentation

Supported Wi-Fi encryption protocols.

Enum Values

TAPI_WIFI_CIPHER_UNDEF

Default value for particular tool (as if not set).

TAPI_WIFI_CIPHER_CCMP

AES in Counter mode with CBC-MAC.

TAPI_WIFI_CIPHER_TKIP

Temporal Key Integrity Protocol.

TAPI_WIFI_CIPHER_CCMP_TKIP

Allow both TKIP and CCMP.