Home
last modified time | relevance | path

Searched refs:WPA_AUTH_ALG_OPEN (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Ddefs.h201 #define WPA_AUTH_ALG_OPEN BIT(0) macro
/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()
65 bss->auth_algs = WPA_AUTH_ALG_OPEN; in hostapd_config_defaults_bss()
H A Dieee802_11.c2957 if (!(((hapd->conf->auth_algs & WPA_AUTH_ALG_OPEN) && in handle_auth()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c524 ssid->auth_alg = WPA_AUTH_ALG_OPEN; in wpa_supplicant_wps_cred()
539 ssid->auth_alg = WPA_AUTH_ALG_OPEN; in wpa_supplicant_wps_cred()
544 ssid->auth_alg = WPA_AUTH_ALG_OPEN; in wpa_supplicant_wps_cred()
H A Dsme.c622 params.auth_alg = WPA_AUTH_ALG_OPEN; in sme_send_authentication()
1028 params.auth_alg = WPA_AUTH_ALG_OPEN; in sme_send_authentication()
1069 if (params.auth_alg == WPA_AUTH_ALG_OPEN && in sme_send_authentication()
H A Dwpa_supplicant.c2760 wpa_s->sme.auth_alg = WPA_AUTH_ALG_OPEN; in wpa_supplicant_associate()
3430 int algs = WPA_AUTH_ALG_OPEN; in wpas_populate_assoc_ies()
3610 algs = WPA_AUTH_ALG_OPEN; in wpas_populate_assoc_ies()
3774 if (algs == WPA_AUTH_ALG_OPEN && in wpas_populate_assoc_ies()
3981 if (wpa_s->auth_alg != WPA_AUTH_ALG_OPEN) in wpas_update_fils_connect_params()
H A Dconfig.c1353 val |= WPA_AUTH_ALG_OPEN; in wpa_config_parse_auth_alg()
1396 if (ssid->auth_alg & WPA_AUTH_ALG_OPEN) { in wpa_config_write_auth_alg()
H A Dp2p_supplicant.c1229 s->auth_alg = WPA_AUTH_ALG_OPEN; in wpas_p2p_store_persistent_group()
2106 ssid->auth_alg = WPA_AUTH_ALG_OPEN; in wpas_start_wps_go()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_wext.c2092 if (params->auth_alg & WPA_AUTH_ALG_OPEN) in wpa_driver_wext_auth_alg_fallback()
2235 if (auth_alg & WPA_AUTH_ALG_OPEN) in wpa_driver_wext_set_auth_alg()
H A Ddriver_atheros.c1905 if ((auth_algs & WPA_AUTH_ALG_OPEN) && in atheros_set_authmode()
1908 else if (auth_algs & WPA_AUTH_ALG_OPEN) in atheros_set_authmode()
H A Ddriver_bsd.c1234 if ((auth_alg & WPA_AUTH_ALG_OPEN) && in wpa_driver_bsd_set_auth_alg()
H A Ddriver_ndis.c1096 if (params->auth_alg & WPA_AUTH_ALG_OPEN) in wpa_driver_ndis_associate()
H A Ddriver_nl80211.c3944 if (wpa_auth_alg & WPA_AUTH_ALG_OPEN) 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()
7137 if (params->auth_alg & WPA_AUTH_ALG_OPEN) in wpa_driver_nl80211_try_connect()