Home
last modified time | relevance | path

Searched refs:WPA_AUTH_ALG_SHARED (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Ddefs.h178 #define WPA_AUTH_ALG_SHARED BIT(1) macro
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_bsd.c1216 (auth_alg & WPA_AUTH_ALG_SHARED)) in wpa_driver_bsd_set_auth_alg()
1218 else if (auth_alg & WPA_AUTH_ALG_SHARED) in wpa_driver_bsd_set_auth_alg()
H A Ddriver_atheros.c1905 (auth_algs & WPA_AUTH_ALG_SHARED)) in atheros_set_authmode()
1909 else if (auth_algs & WPA_AUTH_ALG_SHARED) in atheros_set_authmode()
H A Ddriver_wext.c2093 if (params->auth_alg & WPA_AUTH_ALG_SHARED) in wpa_driver_wext_auth_alg_fallback()
2236 if (auth_alg & WPA_AUTH_ALG_SHARED) in wpa_driver_wext_set_auth_alg()
H A Ddriver_nl80211.c3743 if (wpa_auth_alg & WPA_AUTH_ALG_SHARED) in get_nl_auth_type()
4616 if ((params->auth_algs & (WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED)) == in wpa_driver_nl80211_set_ap()
4617 (WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED)) { in wpa_driver_nl80211_set_ap()
4619 } else if (params->auth_algs & WPA_AUTH_ALG_SHARED) { in wpa_driver_nl80211_set_ap()
6414 if (params->auth_alg & WPA_AUTH_ALG_SHARED) in wpa_driver_nl80211_try_connect()
H A Ddriver_ndis.c1095 if (params->auth_alg & WPA_AUTH_ALG_SHARED) { in wpa_driver_ndis_associate()
/freebsd/contrib/wpa/src/ap/
H A Dap_config.c58 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED; in hostapd_config_defaults_bss()
H A Dieee802_11.c3640 ((hapd->conf->auth_algs & WPA_AUTH_ALG_SHARED) && in handle_auth()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.c1299 val |= WPA_AUTH_ALG_SHARED; in wpa_config_parse_auth_alg()
1350 if (ssid->auth_alg & WPA_AUTH_ALG_SHARED) { in wpa_config_write_auth_alg()
H A Dsme.c1619 wpa_s->current_ssid->auth_alg = WPA_AUTH_ALG_SHARED; in sme_event_auth()