Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/wpa/src/common/
HDdefs.h201 #define WPA_AUTH_ALG_OPEN BIT(0) macro
/freebsd-13-stable/contrib/wpa/src/ap/
HDap_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()
HDieee802_11.c2957 if (!(((hapd->conf->auth_algs & WPA_AUTH_ALG_OPEN) && in handle_auth()
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
HDwps_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()
HDsme.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()
HDwpa_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()
HDconfig.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()
HDp2p_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-13-stable/contrib/wpa/src/drivers/
HDdriver_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()
HDdriver_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()
HDdriver_bsd.c1217 if ((auth_alg & WPA_AUTH_ALG_OPEN) && in wpa_driver_bsd_set_auth_alg()
HDdriver_ndis.c1096 if (params->auth_alg & WPA_AUTH_ALG_OPEN) in wpa_driver_ndis_associate()
HDdriver_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()