Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/src/common/
HDdefs.h132 #define WPA_AUTH_ALG_LEAP BIT(2) macro
/NextBSD/contrib/wpa/wpa_supplicant/
HDsme.c245 params.auth_alg = WPA_AUTH_ALG_LEAP; in sme_send_authentication()
247 params.auth_alg |= WPA_AUTH_ALG_LEAP; in sme_send_authentication()
840 wpa_s->current_ssid->auth_alg == WPA_AUTH_ALG_LEAP) { in sme_event_auth()
858 wpa_s->current_ssid->auth_alg = WPA_AUTH_ALG_LEAP; in sme_event_auth()
HDconfig.c1026 val |= WPA_AUTH_ALG_LEAP; in wpa_config_parse_auth_alg()
1083 if (ssid->auth_alg & WPA_AUTH_ALG_LEAP) { in wpa_config_write_auth_alg()
HDwpa_supplicant.c2033 algs = WPA_AUTH_ALG_LEAP; in wpas_start_assoc_cb()
2035 algs |= WPA_AUTH_ALG_LEAP; in wpas_start_assoc_cb()