Home
last modified time | relevance | path

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

/trueos/contrib/wpa/src/wps/
HDwps_defs.h182 #define WPS_AUTH_WPAPSK 0x0002 macro
187 #define WPS_AUTH_TYPES (WPS_AUTH_OPEN | WPS_AUTH_WPAPSK | WPS_AUTH_SHARED | \
HDwps_enrollee.c260 else if (auth_type & WPS_AUTH_WPAPSK) in wps_build_cred_auth_type()
261 auth_type = WPS_AUTH_WPAPSK; in wps_build_cred_auth_type()
280 if (wps->wps->auth_types & (WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK)) { in wps_build_cred_encr_type()
803 (cred.auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) == in wps_process_ap_settings_e()
804 WPS_AUTH_WPAPSK) { in wps_process_ap_settings_e()
822 if ((cred.auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) == in wps_process_ap_settings_e()
823 WPS_AUTH_WPAPSK) { in wps_process_ap_settings_e()
HDwps_registrar.c1586 else if (wps->auth_type & WPS_AUTH_WPAPSK) in wps_build_cred()
1587 wps->auth_type = WPS_AUTH_WPAPSK; in wps_build_cred()
1600 wps->auth_type == WPS_AUTH_WPAPSK) { in wps_build_cred()
1655 } else if (wps->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) { in wps_build_cred()
2704 else if (wps->cred.auth_type & WPS_AUTH_WPAPSK) in wps_sta_cred_cb()
2705 wps->cred.auth_type = WPS_AUTH_WPAPSK; in wps_sta_cred_cb()
3146 cred.auth_type = WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK; in wps_process_wsc_done()
3459 if ((cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) == in wps_registrar_config_ap()
3460 WPS_AUTH_WPAPSK) { in wps_registrar_config_ap()
HDwps_attr_process.c276 if (cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK) && in wps_workaround_cred_key()
HDwps_validate.c676 val != (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK))) { in wps_validate_auth_type()
/trueos/contrib/wpa/wpa_supplicant/
HDwps_supplicant.c243 if (auth_type == (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) { in wpa_supplicant_wps_cred()
251 auth_type != WPS_AUTH_WPAPSK && in wpa_supplicant_wps_cred()
259 if (auth_type == WPS_AUTH_WPAPSK || auth_type == WPS_AUTH_WPA2PSK) { in wpa_supplicant_wps_cred()
374 case WPS_AUTH_WPAPSK: in wpa_supplicant_wps_cred()
646 if (cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) { in wpa_supplicant_wps_event_er_ap_settings()
1249 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in wpas_wps_init()
1635 WPS_AUTH_WPA2PSK : WPS_AUTH_WPAPSK; in wpas_wps_er_set_config()
1687 cred.auth_type = WPS_AUTH_WPAPSK; in wpas_wps_er_config()
/trueos/contrib/wpa/src/ap/
HDwps_hostapd.c388 (cred->auth_type & (WPS_AUTH_WPA | WPS_AUTH_WPAPSK))) in hapd_wps_cred_cb()
392 else if (cred->auth_type & (WPS_AUTH_WPA | WPS_AUTH_WPAPSK)) in hapd_wps_cred_cb()
407 if (cred->auth_type & (WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK)) in hapd_wps_cred_cb()
880 wps->auth_types |= WPS_AUTH_WPAPSK; in hostapd_init_wps()
939 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in hostapd_init_wps()
1447 cred.auth_type = WPS_AUTH_WPAPSK; in hostapd_wps_config_ap()
/trueos/contrib/wpa/src/eap_peer/
HDeap_wsc.c90 cred->auth_type = WPS_AUTH_WPAPSK; in eap_wsc_new_ap_settings()
/trueos/contrib/wpa/wpa_supplicant/dbus/
HDdbus_new.c735 if (cred->auth_type & WPS_AUTH_WPAPSK) in wpas_dbus_signal_wps_cred()