|
Defines |
#define | WPA_SUPPLICANT_DRIVER_VERSION 2 |
#define | AUTH_ALG_OPEN_SYSTEM 0x01 |
#define | AUTH_ALG_SHARED_KEY 0x02 |
#define | AUTH_ALG_LEAP 0x04 |
#define | IEEE80211_MODE_INFRA 0 |
#define | IEEE80211_MODE_IBSS 1 |
#define | IEEE80211_CAP_ESS 0x0001 |
#define | IEEE80211_CAP_IBSS 0x0002 |
#define | IEEE80211_CAP_PRIVACY 0x0010 |
#define | SSID_MAX_WPA_IE_LEN 40 |
#define | WPA_DRIVER_CAPA_KEY_MGMT_WPA 0x00000001 |
#define | WPA_DRIVER_CAPA_KEY_MGMT_WPA2 0x00000002 |
#define | WPA_DRIVER_CAPA_KEY_MGMT_WPA_PSK 0x00000004 |
#define | WPA_DRIVER_CAPA_KEY_MGMT_WPA2_PSK 0x00000008 |
#define | WPA_DRIVER_CAPA_KEY_MGMT_WPA_NONE 0x00000010 |
#define | WPA_DRIVER_CAPA_ENC_WEP40 0x00000001 |
#define | WPA_DRIVER_CAPA_ENC_WEP104 0x00000002 |
#define | WPA_DRIVER_CAPA_ENC_TKIP 0x00000004 |
#define | WPA_DRIVER_CAPA_ENC_CCMP 0x00000008 |
#define | WPA_DRIVER_AUTH_OPEN 0x00000001 |
#define | WPA_DRIVER_AUTH_SHARED 0x00000002 |
#define | WPA_DRIVER_AUTH_LEAP 0x00000004 |
#define | WPA_DRIVER_FLAGS_DRIVER_IE 0x00000001 |
#define | WPA_DRIVER_FLAGS_SET_KEYS_AFTER_ASSOC 0x00000002 |
#define | WPA_DRIVER_FLAGS_USER_SPACE_MLME 0x00000004 |
#define | WPA_CHAN_W_SCAN 0x00000001 |
#define | WPA_CHAN_W_ACTIVE_SCAN 0x00000002 |
#define | WPA_CHAN_W_IBSS 0x00000004 |
#define | WPA_RATE_ERP 0x00000001 |
#define | WPA_RATE_BASIC 0x00000002 |
#define | WPA_RATE_PREAMBLE2 0x00000004 |
#define | WPA_RATE_SUPPORTED 0x00000010 |
#define | WPA_RATE_OFDM 0x00000020 |
#define | WPA_RATE_CCK 0x00000040 |
#define | WPA_RATE_MANDATORY 0x00000100 |
Enumerations |
enum | wpa_hw_mode { WPA_MODE_IEEE80211B,
WPA_MODE_IEEE80211G,
WPA_MODE_IEEE80211A,
NUM_WPA_MODES
} |
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.