Home
last modified time | relevance | path

Searched refs:WPS_AUTH_WPA2PSK (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dwps_hostapd.c368 if (cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK | in hapd_wps_reconfig_in_memory()
374 if ((cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK)) && in hapd_wps_reconfig_in_memory()
377 else if (cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK)) in hapd_wps_reconfig_in_memory()
388 if (cred->auth_type & (WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK)) in hapd_wps_reconfig_in_memory()
408 (cred->auth_type & WPS_AUTH_WPA2PSK) && in hapd_wps_reconfig_in_memory()
512 } else if ((cred->auth_type & (WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK)) && in hapd_wps_cred_cb()
573 if (cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK | in hapd_wps_cred_cb()
579 if ((cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK)) && in hapd_wps_cred_cb()
582 else if (cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK)) in hapd_wps_cred_cb()
602 if (cred->auth_type & (WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK)) { in hapd_wps_cred_cb()
[all …]
/freebsd/contrib/wpa/src/wps/
H A Dwps_defs.h196 #define WPS_AUTH_WPA2PSK 0x0020 macro
198 WPS_AUTH_WPA | WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK)
H A 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()
H A Dwps_enrollee.c262 if (auth_type & WPS_AUTH_WPA2PSK) in wps_build_cred_auth_type()
263 auth_type = WPS_AUTH_WPA2PSK; in wps_build_cred_auth_type()
286 if (wps->wps->ap_auth_type & (WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK)) { in wps_build_cred_encr_type()
303 if ((wps->wps->ap_auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) && in wps_build_cred_network_key()
856 (cred.auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) == in wps_process_ap_settings_e()
874 if ((cred.auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) == in wps_process_ap_settings_e()
878 cred.auth_type |= WPS_AUTH_WPA2PSK; in wps_process_ap_settings_e()
H A Dwps_registrar.c1642 wps->cred.auth_type = WPS_AUTH_WPA2PSK; in wps_build_cred()
1665 if (wps->auth_type & WPS_AUTH_WPA2PSK) in wps_build_cred()
1666 wps->auth_type = WPS_AUTH_WPA2PSK; in wps_build_cred()
1684 if (wps->wps->ap && wps->auth_type == WPS_AUTH_WPA2PSK) in wps_build_cred()
1688 if (wps->auth_type == WPS_AUTH_WPA2PSK || in wps_build_cred()
1762 } else if (wps->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) { in wps_build_cred()
1797 stub.auth_type = WPS_AUTH_WPA2PSK; in wps_build_cred()
2432 (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK)) == in wps_process_auth_type_flags()
2436 auth_types |= WPS_AUTH_WPA2PSK; in wps_process_auth_type_flags()
2882 if (wps->cred.auth_type & WPS_AUTH_WPA2PSK) in wps_sta_cred_cb()
[all …]
H A Dwps_validate.c654 if ((val & ~WPS_AUTH_TYPES) || !(val & WPS_AUTH_WPA2PSK)) { in wps_validate_auth_type_flags()
678 val != (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK))) { in wps_validate_auth_type()
H A Dwps_common.c393 cred.auth_type = WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK; in wps_get_oob_cred()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c418 if (auth_type == (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) { in wpa_supplicant_wps_cred()
421 auth_type = WPS_AUTH_WPA2PSK; in wpa_supplicant_wps_cred()
426 auth_type != WPS_AUTH_WPA2PSK) { in wpa_supplicant_wps_cred()
433 if (auth_type == WPS_AUTH_WPAPSK || auth_type == WPS_AUTH_WPA2PSK) { in wpa_supplicant_wps_cred()
543 case WPS_AUTH_WPA2PSK: in wpa_supplicant_wps_cred()
829 if (cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) { in wpa_supplicant_wps_event_er_ap_settings()
1650 wps->auth_types = WPS_AUTH_WPA2PSK; in wpas_wps_init()
1653 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in wpas_wps_init()
2094 WPS_AUTH_WPA2PSK : WPS_AUTH_WPAPSK; in wpas_wps_network_to_cred()
2181 cred.auth_type = WPS_AUTH_WPA2PSK; in wpas_wps_er_config()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_wsc.c92 cred->auth_type = WPS_AUTH_WPA2PSK; in eap_wsc_new_ap_settings()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.c761 if (cred->auth_type & WPS_AUTH_WPA2PSK) in wpas_dbus_signal_wps_cred()