This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | MLME_SETPROTECTION_PROTECT_TYPE_NONE 0 |
#define | MLME_SETPROTECTION_PROTECT_TYPE_RX 1 |
#define | MLME_SETPROTECTION_PROTECT_TYPE_TX 2 |
#define | MLME_SETPROTECTION_PROTECT_TYPE_RX_TX 3 |
#define | MLME_SETPROTECTION_KEY_TYPE_GROUP 0 |
#define | MLME_SETPROTECTION_KEY_TYPE_PAIRWISE 1 |
Enumerations | |
enum | Boolean { FALSE = 0, TRUE = 1 } |
enum | wpa_alg { WPA_ALG_NONE, WPA_ALG_WEP, WPA_ALG_TKIP, WPA_ALG_CCMP, WPA_ALG_IGTK, WPA_ALG_DHV } |
enum | wpa_cipher { CIPHER_NONE, CIPHER_WEP40, CIPHER_TKIP, CIPHER_CCMP, CIPHER_WEP104 } |
enum | wpa_key_mgmt { KEY_MGMT_802_1X, KEY_MGMT_PSK, KEY_MGMT_NONE, KEY_MGMT_802_1X_NO_WPA, KEY_MGMT_WPA_NONE } |
enum | wpa_states { WPA_DISCONNECTED, WPA_INACTIVE, WPA_SCANNING, WPA_ASSOCIATING, WPA_ASSOCIATED, WPA_4WAY_HANDSHAKE, WPA_GROUP_HANDSHAKE, WPA_COMPLETED } |
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file defs.h.
|
enum wpa_states - wpa_supplicant state These enumeration values are used to indicate the current wpa_supplicant state (wpa_s->wpa_state). The current state can be retrieved with wpa_supplicant_get_state() function and the state can be changed by calling wpa_supplicant_set_state(). In WPA state machine (wpa.c and preauth.c), the wrapper functions wpa_sm_get_state() and wpa_sm_set_state() should be used to access the state variable.
|