Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Ddefs.h179 #define WPA_AUTH_ALG_LEAP BIT(2) macro
/freebsd/contrib/wpa/wpa_supplicant/
H A Dsme.c380 params.auth_alg = WPA_AUTH_ALG_LEAP; in sme_send_authentication()
382 params.auth_alg |= WPA_AUTH_ALG_LEAP; in sme_send_authentication()
1609 wpa_s->current_ssid->auth_alg == WPA_AUTH_ALG_LEAP) { in sme_event_auth()
1627 wpa_s->current_ssid->auth_alg = WPA_AUTH_ALG_LEAP; in sme_event_auth()
H A Dconfig.c1301 val |= WPA_AUTH_ALG_LEAP; in wpa_config_parse_auth_alg()
1360 if (ssid->auth_alg & WPA_AUTH_ALG_LEAP) { in wpa_config_write_auth_alg()
H A Dwpa_supplicant.c3037 algs = WPA_AUTH_ALG_LEAP; in wpas_populate_assoc_ies()
3039 algs |= WPA_AUTH_ALG_LEAP; in wpas_populate_assoc_ies()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_wext.c2238 if (auth_alg & WPA_AUTH_ALG_LEAP) in wpa_driver_wext_set_auth_alg()
H A Ddriver_nl80211.c3745 if (wpa_auth_alg & WPA_AUTH_ALG_LEAP) in get_nl_auth_type()
6416 if (params->auth_alg & WPA_AUTH_ALG_LEAP) in wpa_driver_nl80211_try_connect()