/external/wpa_supplicant/ |
mlme.h | 2 * WPA Supplicant - Client mode MLME
|
pcsc_funcs.h | 2 * WPA Supplicant / PC/SC smartcard interface for USIM, GSM SIM
|
driver_bsd.c | 2 * WPA Supplicant - driver interaction with BSD net80211 layer 23 #include "wpa.h" /* XXX for RSN_INFO_ELEM */ 40 int prev_wpa; /* wpa state to restore on deinit */ 192 wpa_driver_bsd_set_wpa_internal(void *priv, int wpa, int privacy) 197 wpa_printf(MSG_DEBUG, "%s: wpa=%d privacy=%d", 198 __FUNCTION__, wpa, privacy); 200 if (!wpa && wpa_driver_bsd_set_wpa_ie(drv, NULL, 0) < 0) 204 if (set80211param(drv, IEEE80211_IOC_WPA, wpa) < 0) 373 "%s: ssid '%.*s' wpa ie len %u pairwise %u group %u key mgmt %u" 558 /* WPA/WPA2 support preferred * [all...] |
ctrl_iface.c | 2 * WPA Supplicant / Control interface (shared code for all backends) 19 #include "wpa.h" 61 if (wpa_sm_set_param(wpa_s->wpa, RSNA_PMK_LIFETIME, 66 if (wpa_sm_set_param(wpa_s->wpa, RSNA_PMK_REAUTH_THRESHOLD, 70 if (wpa_sm_set_param(wpa_s->wpa, RSNA_SA_TIMEOUT, atoi(value))) 92 rsn_preauth_deinit(wpa_s->wpa); 93 if (rsn_preauth_init(wpa_s->wpa, bssid, wpa_s->current_ssid)) 117 return wpa_sm_stkstart(wpa_s->wpa, peer); 250 pos += wpa_sm_get_status(wpa_s->wpa, pos, end - pos, verbose); 274 res = rsn_preauth_get_status(wpa_s->wpa, pos, end - pos, verbose) [all...] |
defconfig | 55 #CFLAGS += -I../madwifi/wpa 141 # EAP-PSK (experimental; this is _not_ needed for WPA-PSK) 197 # Remove WPA support, e.g., for wired-only IEEE 802.1X supplicant, to save 201 # Remove WPA2 support. This allows WPA to be used, but removes WPA2 code to 202 # save about 1 kB in code size when building only WPA-Personal (no EAP support) 203 # or 6 kB if building for WPA-Enterprise.
|
NOTICE | 0 WPA Supplicant
|
ctrl_iface_dbus.h | 2 * WPA Supplicant / dbus-based control interface
|
/external/wpa_supplicant_6/wpa_supplicant/ |
main_winmain.c | 2 * WPA Supplicant / WinMain() function for Windows-based applications
|
todo.txt | 5 - add support for WPA with ap_scan=0 (update selected cipher etc. based on 38 - possibility to link in WPA Authenticator state machine to wpa_supplicant 49 * WPA parameters
|
ChangeLog | 358 * fixed WPA PSK update through ctrl_iface for the case where the old 371 if WPA-None (adhoc) is used (pairwise=NONE in that case) 448 * reject WPA/WPA2 message 3/4 if it does not include any valid 449 WPA/RSN IE 569 the new AP is using different WPA/RSN IE 574 * allow fallback to WPA, if mixed WPA+WPA2 networks have mismatch in 575 RSN IE, but WPA IE would match with wpa_supplicant configuration 581 * fixed RSN pre-authentication (it was broken in the clean up of WPA [all...] |
ctrl_iface_dbus_handlers.c | 2 * WPA Supplicant / dbus-based control interface 27 #include "wpa.h" 658 "WPA-PSK", "WPA-EAP", "IEEE8021X", "WPA-NONE", 684 &iter_array, "WPA-EAP")) 691 &iter_array, "WPA-PSK")) 697 &iter_array, "WPA-NONE")) 708 /***** WPA protocol */ 711 const char *args[] = { "RSN", "WPA" }; [all...] |
.config | 153 # EAP-PSK (experimental; this is _not_ needed for WPA-PSK) 225 # Remove WPA support, e.g., for wired-only IEEE 802.1X supplicant, to save 229 # Remove WPA2 support. This allows WPA to be used, but removes WPA2 code to 230 # save about 1 kB in code size when building only WPA-Personal (no EAP support) 231 # or 6 kB if building for WPA-Enterprise. 234 # Remove IEEE 802.11i/WPA-Personal ASCII passphrase support
|
defconfig | 156 # EAP-PSK (experimental; this is _not_ needed for WPA-PSK) 228 # Remove WPA support, e.g., for wired-only IEEE 802.1X supplicant, to save 232 # Remove WPA2 support. This allows WPA to be used, but removes WPA2 code to 233 # save about 1 kB in code size when building only WPA-Personal (no EAP support) 234 # or 6 kB if building for WPA-Enterprise. 237 # Remove IEEE 802.11i/WPA-Personal ASCII passphrase support
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
ms_funcs.h | 2 * WPA Supplicant / shared MSCHAPV2 helper functions / RFC 2433 / RFC 2759
|
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/ |
eapol_supp_sm.h | 28 * accept_802_1x_keys - Accept IEEE 802.1X (non-WPA) EAPOL-Key frames 31 * with non-WPA security policy to generate dynamic WEP keys. When 32 * using WPA, this should be set to 0 so that WPA state machine can
|
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
peerkey.h | 2 * WPA Supplicant - PeerKey for Direct Link Setup (DLS)
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
pcsc_funcs.h | 2 * WPA Supplicant / PC/SC smartcard interface for USIM, GSM SIM
|
/system/core/nexus/ |
WifiNetwork.h | 40 static const uint32_t WPA = 0x01; 225 * Pre-shared key for use with WPA-PSK 269 * The set of pairwise ciphers for WPA supported by this configuration. 274 * The set of group ciphers for WPA supported by this configuration.
|
WifiNetwork.cpp | 351 strcat(accum, "WPA-PSK"); 355 strcat(accum, "WPA-EAP"); 375 if (mask & SecurityProtocolMask::WPA) 376 strcpy(accum, "WPA "); 522 if (!strcasecmp(v_token, "WPA-PSK")) 524 else if (!strcasecmp(v_token, "WPA-EAP")) 554 if (!strcasecmp(v_token, "WPA")) 555 *mask |= SecurityProtocolMask::WPA; 778 strcat(tmp, "WPA-PSK"); 782 strcat(tmp, "WPA-EAP") [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
wpa_common.h | 2 * WPA definitions shared between hostapd and wpa_supplicant 134 /* bit4..5 is used in WPA, but is reserved in IEEE 802.11i/RSN */ 164 * struct wpa_ptk - WPA Pairwise Transient Key 181 /* WPA IE version 1 192 * WPA Capabilities (2 octets, little endian) (default: 0)
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_bsd.c | 2 * WPA Supplicant - driver interaction with BSD net80211 layer 44 int prev_wpa; /* wpa state to restore on deinit */ 196 wpa_driver_bsd_set_wpa_internal(void *priv, int wpa, int privacy) 201 wpa_printf(MSG_DEBUG, "%s: wpa=%d privacy=%d", 202 __FUNCTION__, wpa, privacy); 204 if (!wpa && wpa_driver_bsd_set_wpa_ie(drv, NULL, 0) < 0) 208 if (set80211param(drv, IEEE80211_IOC_WPA, wpa) < 0) 377 "%s: ssid '%.*s' wpa ie len %u pairwise %u group %u key mgmt %u" 561 /* WPA/WPA2 support preferred */ 729 wpa_printf(MSG_DEBUG, "%s: failed to get wpa state: %s" [all...] |
driver_ndiswrapper.c | 2 * WPA Supplicant - driver interaction with Linux ndiswrapper 15 * Please note that ndiswrapper supports WPA configuration via Linux wireless 144 * some cases with WPA_SET_KEY. For example, roaming from WPA
|
/external/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.ui | 73 <string>WPA-Personal (PSK)</string> 78 <string>WPA-Enterprise (EAP)</string> 140 <string>WPA/WPA2 pre-shared key or passphrase</string>
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
admCtrlWpa.c | 106 /** WPA admission table. Used to verify admission parameters to an AP */ 549 /* Check validity of WPA IE */ 563 /* Build Wpa IE */ 580 the default WPA IE */ 741 /* Check if any-WPA mode is supported and WPA2 info elem is presented */ [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/ |
admCtrlWpa.c | 106 /** WPA admission table. Used to verify admission parameters to an AP */ 550 /* Check validity of WPA IE */ 564 /* Build Wpa IE */ 581 the default WPA IE */ 740 /* Check if any-WPA mode is supported and WPA2 info elem is presented */ [all...] |