Home
last modified time | relevance | path

Searched refs:WPS_AUTH_WPAPSK (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_defs.h192 #define WPS_AUTH_WPAPSK 0x0002 macro
197 #define WPS_AUTH_TYPES (WPS_AUTH_OPEN | WPS_AUTH_WPAPSK | WPS_AUTH_SHARED | \
Dwps_attr_process.c213 if (cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK) && in wps_workaround_cred_key()
235 if (cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK) && in wps_workaround_cred_key()
Dwps_enrollee.c267 else if (auth_type & WPS_AUTH_WPAPSK) in wps_build_cred_auth_type()
268 auth_type = WPS_AUTH_WPAPSK; in wps_build_cred_auth_type()
289 if (wps->wps->ap_auth_type & (WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK)) { in wps_build_cred_encr_type()
306 if ((wps->wps->ap_auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) && in wps_build_cred_network_key()
896 (cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) == in wps_process_ap_settings_e()
897 WPS_AUTH_WPAPSK) { in wps_process_ap_settings_e()
915 if ((cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) == in wps_process_ap_settings_e()
916 WPS_AUTH_WPAPSK) { in wps_process_ap_settings_e()
Dwps_registrar.c1688 else if (wps->auth_type & WPS_AUTH_WPAPSK) in wps_build_cred()
1689 wps->auth_type = WPS_AUTH_WPAPSK; in wps_build_cred()
1706 else if (wps->wps->ap && wps->auth_type == WPS_AUTH_WPAPSK) in wps_build_cred()
1709 wps->auth_type == WPS_AUTH_WPAPSK) { in wps_build_cred()
1783 } else if (wps->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) { in wps_build_cred()
2456 (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK)) == in wps_process_auth_type_flags()
2457 (WPS_AUTH_WPA2 | WPS_AUTH_WPAPSK)) { in wps_process_auth_type_flags()
2899 else if (wps->cred.auth_type & WPS_AUTH_WPAPSK) in wps_sta_cred_cb()
2900 wps->cred.auth_type = WPS_AUTH_WPAPSK; in wps_sta_cred_cb()
3353 cred.auth_type = WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK; in wps_process_wsc_done()
[all …]
Dwps_attr_build.c320 auth_types &= ~WPS_AUTH_WPAPSK; in wps_build_auth_type_flags()
Dwps_common.c407 cred.auth_type = WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK; in wps_get_oob_cred()
Dwps_validate.c678 val != (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK))) { in wps_validate_auth_type()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwps_hostapd.c518 cred.auth_type = WPS_AUTH_WPAPSK; in hostapd_wps_config_ap()
524 cred.auth_type = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in hostapd_wps_config_ap()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c828 if (sm->creds[0].auth_type == WPS_AUTH_WPAPSK && in wps_finish()