|
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 |
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.