Searched refs:WPS_AUTH_WPAPSK (Results 1 – 9 of 9) sorted by relevance
192 #define WPS_AUTH_WPAPSK 0x0002 macro197 #define WPS_AUTH_TYPES (WPS_AUTH_OPEN | WPS_AUTH_WPAPSK | WPS_AUTH_SHARED | \
213 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()
267 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()
1688 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 …]
320 auth_types &= ~WPS_AUTH_WPAPSK; in wps_build_auth_type_flags()
407 cred.auth_type = WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK; in wps_get_oob_cred()
678 val != (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK))) { in wps_validate_auth_type()
518 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()
828 if (sm->creds[0].auth_type == WPS_AUTH_WPAPSK && in wps_finish()