Home
last modified time | relevance | path

Searched refs:WPA_AUTH_ALG_LEAP (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/src/common/
Ddefs.h160 #define WPA_AUTH_ALG_LEAP BIT(2) macro
/external/wpa_supplicant_8/wpa_supplicant/
Dsme.c253 params.auth_alg = WPA_AUTH_ALG_LEAP; in sme_send_authentication()
255 params.auth_alg |= WPA_AUTH_ALG_LEAP; in sme_send_authentication()
904 wpa_s->current_ssid->auth_alg == WPA_AUTH_ALG_LEAP) { in sme_event_auth()
922 wpa_s->current_ssid->auth_alg = WPA_AUTH_ALG_LEAP; in sme_event_auth()
Dconfig.c1085 val |= WPA_AUTH_ALG_LEAP; in wpa_config_parse_auth_alg()
1144 if (ssid->auth_alg & WPA_AUTH_ALG_LEAP) { in wpa_config_write_auth_alg()
Dwpa_supplicant.c2272 algs = WPA_AUTH_ALG_LEAP; in wpas_start_assoc_cb()
2274 algs |= WPA_AUTH_ALG_LEAP; in wpas_start_assoc_cb()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
Dhidl_manager.h349 WPA_AUTH_ALG_LEAP,
/external/wpa_supplicant_8/src/drivers/
Ddriver_wext.c2253 if (auth_alg & WPA_AUTH_ALG_LEAP) in wpa_driver_wext_set_auth_alg()
Ddriver_nl80211.c3214 else if (params->auth_alg & WPA_AUTH_ALG_LEAP) in wpa_driver_nl80211_authenticate()
5302 if (params->auth_alg & WPA_AUTH_ALG_LEAP) in wpa_driver_nl80211_try_connect()
5314 else if (params->auth_alg & WPA_AUTH_ALG_LEAP) in wpa_driver_nl80211_try_connect()