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.h177 #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.c3618 if (!(((hapd->conf->auth_algs & WPA_AUTH_ALG_OPEN) && in handle_auth()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c516 ssid->auth_alg = WPA_AUTH_ALG_OPEN; in wpa_supplicant_wps_cred()
531 ssid->auth_alg = WPA_AUTH_ALG_OPEN; in wpa_supplicant_wps_cred()
536 ssid->auth_alg = WPA_AUTH_ALG_OPEN; in wpa_supplicant_wps_cred()
H A Dsme.c375 params.auth_alg = WPA_AUTH_ALG_OPEN; in sme_send_authentication()
754 params.auth_alg = WPA_AUTH_ALG_OPEN; in sme_send_authentication()
791 if (params.auth_alg == WPA_AUTH_ALG_OPEN && in sme_send_authentication()
H A Dwpa_supplicant.c2360 wpa_s->sme.auth_alg = WPA_AUTH_ALG_OPEN; in wpa_supplicant_associate()
2919 int algs = WPA_AUTH_ALG_OPEN; in wpas_populate_assoc_ies()
3089 algs = WPA_AUTH_ALG_OPEN; in wpas_populate_assoc_ies()
3240 if (algs == WPA_AUTH_ALG_OPEN && in wpas_populate_assoc_ies()
3440 if (wpa_s->auth_alg != WPA_AUTH_ALG_OPEN) in wpas_update_fils_connect_params()
H A Dconfig.c1297 val |= WPA_AUTH_ALG_OPEN; in wpa_config_parse_auth_alg()
1340 if (ssid->auth_alg & WPA_AUTH_ALG_OPEN) { in wpa_config_write_auth_alg()
H A Dp2p_supplicant.c1202 s->auth_alg = WPA_AUTH_ALG_OPEN; in wpas_p2p_store_persistent_group()
2078 ssid->auth_alg = WPA_AUTH_ALG_OPEN; in wpas_start_wps_go()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_atheros.c1904 if ((auth_algs & WPA_AUTH_ALG_OPEN) && in atheros_set_authmode()
1907 else if (auth_algs & WPA_AUTH_ALG_OPEN) in atheros_set_authmode()
H A Ddriver_wext.c2091 if (params->auth_alg & WPA_AUTH_ALG_OPEN) in wpa_driver_wext_auth_alg_fallback()
2234 if (auth_alg & WPA_AUTH_ALG_OPEN) in wpa_driver_wext_set_auth_alg()
H A Ddriver_bsd.c1215 if ((auth_alg & WPA_AUTH_ALG_OPEN) && in wpa_driver_bsd_set_auth_alg()
H A Ddriver_nl80211.c3741 if (wpa_auth_alg & WPA_AUTH_ALG_OPEN) 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()
6412 if (params->auth_alg & WPA_AUTH_ALG_OPEN) in wpa_driver_nl80211_try_connect()
H A Ddriver_ndis.c1096 if (params->auth_alg & WPA_AUTH_ALG_OPEN) in wpa_driver_ndis_associate()