Home
last modified time | relevance | path

Searched refs:auth_types (Results 1 – 11 of 11) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c318 hapd->wps->auth_types = cred->auth_type; in hapd_wps_cred_cb()
846 wps->auth_types |= WPS_AUTH_WPA2PSK; in hostapd_init_wps()
848 wps->auth_types |= WPS_AUTH_WPA2; in hostapd_init_wps()
858 wps->auth_types |= WPS_AUTH_WPAPSK; in hostapd_init_wps()
860 wps->auth_types |= WPS_AUTH_WPA; in hostapd_init_wps()
870 wps->auth_types |= WPS_AUTH_OPEN; in hostapd_init_wps()
874 wps->auth_types |= WPS_AUTH_OPEN; in hostapd_init_wps()
876 wps->auth_types |= WPS_AUTH_SHARED; in hostapd_init_wps()
878 wps->auth_types |= WPS_AUTH_OPEN; in hostapd_init_wps()
917 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in hostapd_init_wps()
/external/wpa_supplicant_8/src/wps/
Dwps_attr_build.c252 u16 auth_types = WPS_AUTH_TYPES; in wps_build_auth_type_flags() local
254 auth_types &= ~WPS_AUTH_SHARED; in wps_build_auth_type_flags()
259 wpabuf_put_be16(msg, auth_types); in wps_build_auth_type_flags()
Dwps_registrar.c2169 u16 auth_types; in wps_process_auth_type_flags() local
2177 auth_types = WPA_GET_BE16(auth); in wps_process_auth_type_flags()
2180 auth_types); in wps_process_auth_type_flags()
2181 wps->auth_type = wps->wps->auth_types & auth_types; in wps_process_auth_type_flags()
2185 wps->wps->auth_types, auth_types); in wps_process_auth_type_flags()
2197 wps->auth_type = wps->wps->auth_types; in wps_process_auth_type_flags()
Dwps.h654 u16 auth_types; member
Dwps_enrollee.c254 u16 auth_type = wps->wps->auth_types; in wps_build_cred_auth_type()
279 if (wps->wps->auth_types & (WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK)) { in wps_build_cred_encr_type()
Dwps_common.c325 data.auth_type = wps->auth_types; in wps_get_oob_cred()
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps.h430 u16 auth_types; member
Dwps_registrar.c1746 u16 auth_types; in wps_process_auth_type_flags() local
1754 auth_types = WPA_GET_BE16(auth); in wps_process_auth_type_flags()
1757 auth_types); in wps_process_auth_type_flags()
1758 wps->auth_type = wps->wps->auth_types & auth_types; in wps_process_auth_type_flags()
1762 wps->wps->auth_types, auth_types); in wps_process_auth_type_flags()
1774 wps->auth_type = wps->wps->auth_types; in wps_process_auth_type_flags()
Dwps_enrollee.c242 wpabuf_put_be16(msg, wps->wps->auth_types); in wps_build_cred_auth_type()
/external/wpa_supplicant_6/wpa_supplicant/
Dwps_supplicant.c706 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in wpas_wps_init()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c1192 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in wpas_wps_init()