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.h202 #define WPA_AUTH_ALG_SHARED BIT(1) macro
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_bsd.c1235 (auth_alg & WPA_AUTH_ALG_SHARED)) in wpa_driver_bsd_set_auth_alg()
1237 else if (auth_alg & WPA_AUTH_ALG_SHARED) in wpa_driver_bsd_set_auth_alg()
H A Ddriver_wext.c2094 if (params->auth_alg & WPA_AUTH_ALG_SHARED) in wpa_driver_wext_auth_alg_fallback()
2237 if (auth_alg & WPA_AUTH_ALG_SHARED) in wpa_driver_wext_set_auth_alg()
H A Ddriver_atheros.c1906 (auth_algs & WPA_AUTH_ALG_SHARED)) in atheros_set_authmode()
1910 else if (auth_algs & WPA_AUTH_ALG_SHARED) in atheros_set_authmode()
H A Ddriver_nl80211.c3946 if (wpa_auth_alg & WPA_AUTH_ALG_SHARED) in get_nl_auth_type()
5156 if ((params->auth_algs & (WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED)) == in wpa_driver_nl80211_set_ap()
5157 (WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED)) { in wpa_driver_nl80211_set_ap()
5159 } else if (params->auth_algs & WPA_AUTH_ALG_SHARED) { in wpa_driver_nl80211_set_ap()
7139 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.c2979 ((hapd->conf->auth_algs & WPA_AUTH_ALG_SHARED) && in handle_auth()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.c1355 val |= WPA_AUTH_ALG_SHARED; in wpa_config_parse_auth_alg()
1406 if (ssid->auth_alg & WPA_AUTH_ALG_SHARED) { in wpa_config_write_auth_alg()
H A Dsme.c2094 wpa_s->current_ssid->auth_alg = WPA_AUTH_ALG_SHARED; in sme_event_auth()