Home
last modified time | relevance | path

Searched refs:WPA_AUTH_ALG_OPEN (Results 1 - 25 of 28) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddefs.h177 #define WPA_AUTH_ALG_OPEN BIT(0) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddefs.h202 #define WPA_AUTH_ALG_OPEN BIT(0) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dwpa_hal.c888 if ((uint32_t)(params->auth_alg) & WPA_AUTH_ALG_OPEN) { in WifiGetStaAuthType()
1493 if ((params->auth_algs & (WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED)) == (WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED)) { in WifiGetApAuthType()
H A Ddriver_atheros.c1915 if ((auth_algs & WPA_AUTH_ALG_OPEN) && in atheros_set_authmode()
1918 else if (auth_algs & WPA_AUTH_ALG_OPEN) in atheros_set_authmode()
H A Ddriver_wext.c2096 if (params->auth_alg & WPA_AUTH_ALG_OPEN) in wpa_driver_wext_auth_alg_fallback()
2241 if (auth_alg & WPA_AUTH_ALG_OPEN) in wpa_driver_wext_set_auth_alg()
H A Ddriver_bsd.c1040 if ((auth_alg & WPA_AUTH_ALG_OPEN) && in wpa_driver_bsd_set_auth_alg()
H A Ddriver_nl80211.c3403 if (wpa_auth_alg & WPA_AUTH_ALG_OPEN) in get_nl_auth_type()
4128 if ((params->auth_algs & (WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED)) == in wpa_driver_nl80211_set_ap()
4129 (WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED)) { in wpa_driver_nl80211_set_ap()
5748 if (params->auth_alg & WPA_AUTH_ALG_OPEN) in wpa_driver_nl80211_try_connect()
H A Ddriver_ndis.c1084 if (params->auth_alg & WPA_AUTH_ALG_OPEN) in wpa_driver_ndis_associate()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dsme.c291 params.auth_alg = WPA_AUTH_ALG_OPEN; in sme_send_authentication()
650 params.auth_alg = WPA_AUTH_ALG_OPEN; in sme_send_authentication()
680 if (params.auth_alg == WPA_AUTH_ALG_OPEN && in sme_send_authentication()
H A Dwps_supplicant.c511 ssid->auth_alg = WPA_AUTH_ALG_OPEN; in wpa_supplicant_wps_cred()
526 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()
H A Dwpa_supplicant.c2114 wpa_s->sme.auth_alg = WPA_AUTH_ALG_OPEN; in wpa_supplicant_associate()
2556 int algs = WPA_AUTH_ALG_OPEN; in wpas_populate_assoc_ies()
2721 "SAE: Use WPA_AUTH_ALG_OPEN for PMKSA caching attempt"); in wpas_populate_assoc_ies()
2722 algs = WPA_AUTH_ALG_OPEN; in wpas_populate_assoc_ies()
2873 if (algs == WPA_AUTH_ALG_OPEN && in wpas_populate_assoc_ies()
2992 if (wpa_s->auth_alg != WPA_AUTH_ALG_OPEN) in wpas_update_fils_connect_params()
H A Dconfig.c1248 val |= WPA_AUTH_ALG_OPEN; in wpa_config_parse_auth_alg()
1291 if (ssid->auth_alg & WPA_AUTH_ALG_OPEN) { in wpa_config_write_auth_alg()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dwpa_hal.c891 if ((uint32_t)(params->auth_alg) & WPA_AUTH_ALG_OPEN) { in WifiGetStaAuthType()
1499 if ((params->auth_algs & (WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED)) == (WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED)) { in WifiGetApAuthType()
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.c1180 if ((auth_alg & WPA_AUTH_ALG_OPEN) && in wpa_driver_bsd_set_auth_alg()
H A Ddriver_nl80211.c3984 if (wpa_auth_alg & WPA_AUTH_ALG_OPEN) in get_nl_auth_type()
4859 if ((params->auth_algs & (WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED)) == in wpa_driver_nl80211_set_ap()
4860 (WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED)) { in wpa_driver_nl80211_set_ap()
6757 if (params->auth_alg & WPA_AUTH_ALG_OPEN)
H A Ddriver_ndis.c1096 if (params->auth_alg & WPA_AUTH_ALG_OPEN) in wpa_driver_ndis_associate()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwps_supplicant.c522 ssid->auth_alg = WPA_AUTH_ALG_OPEN; in wpa_supplicant_wps_cred()
537 ssid->auth_alg = WPA_AUTH_ALG_OPEN; in wpa_supplicant_wps_cred()
542 ssid->auth_alg = WPA_AUTH_ALG_OPEN; in wpa_supplicant_wps_cred()
H A Dsme.c632 params.auth_alg = WPA_AUTH_ALG_OPEN;
1020 params.auth_alg = WPA_AUTH_ALG_OPEN;
1065 if (params.auth_alg == WPA_AUTH_ALG_OPEN &&
H A Dwpa_supplicant.c2511 wpa_s->sme.auth_alg = WPA_AUTH_ALG_OPEN;
3070 int algs = WPA_AUTH_ALG_OPEN;
3239 "SAE: Use WPA_AUTH_ALG_OPEN for PMKSA caching attempt");
3240 algs = WPA_AUTH_ALG_OPEN;
3400 if (algs == WPA_AUTH_ALG_OPEN &&
3604 if (wpa_s->auth_alg != WPA_AUTH_ALG_OPEN)
H A Dconfig.c1415 val |= WPA_AUTH_ALG_OPEN; in wpa_config_parse_auth_alg()
1458 if (ssid->auth_alg & WPA_AUTH_ALG_OPEN) { in wpa_config_write_auth_alg()
H A Dp2p_supplicant.c1351 s->auth_alg = WPA_AUTH_ALG_OPEN; in wpas_p2p_store_persistent_group()
2310 ssid->auth_alg = WPA_AUTH_ALG_OPEN; in wpas_start_wps_go()
2314 ssid->auth_alg = WPA_AUTH_ALG_OPEN; in wpas_start_wps_go()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_config.c56 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED; in hostapd_config_defaults_bss()

Completed in 104 milliseconds

12