Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps_attr_build.c306 u16 auth_types = WPS_AUTH_TYPES; in wps_build_auth_type_flags() local
308 auth_types &= ~WPS_AUTH_WPA; in wps_build_auth_type_flags()
309 auth_types &= ~WPS_AUTH_WPA2; in wps_build_auth_type_flags()
310 auth_types &= ~WPS_AUTH_SHARED; in wps_build_auth_type_flags()
315 auth_types, wps_force_auth_types); in wps_build_auth_type_flags()
316 auth_types = wps_force_auth_types; in wps_build_auth_type_flags()
320 auth_types); in wps_build_auth_type_flags()
323 wpabuf_put_be16(msg, auth_types); in wps_build_auth_type_flags()
Dwps_registrar.c1685 wps->wps->auth_types, wps->auth_type); in wps_build_cred()
2420 u16 auth_types; in wps_process_auth_type_flags() local
2428 auth_types = WPA_GET_BE16(auth); in wps_process_auth_type_flags()
2431 auth_types); in wps_process_auth_type_flags()
2441 if ((auth_types & in wps_process_auth_type_flags()
2446 auth_types |= WPS_AUTH_WPA2PSK; in wps_process_auth_type_flags()
2449 wps->auth_type = wps->wps->auth_types & auth_types; in wps_process_auth_type_flags()
2453 wps->wps->auth_types, auth_types); in wps_process_auth_type_flags()
2465 wps->auth_type = wps->wps->auth_types; in wps_process_auth_type_flags()
Dwps.h717 u16 auth_types; member
Dwps_common.c371 data.auth_type = wps->auth_types; in wps_get_oob_cred()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c457 hapd->wps->auth_types = cred->auth_type; in hapd_wps_cred_cb()
1102 wps->auth_types |= WPS_AUTH_WPA2PSK; in hostapd_init_wps()
1104 wps->auth_types |= WPS_AUTH_WPA2; in hostapd_init_wps()
1120 wps->auth_types |= WPS_AUTH_WPAPSK; in hostapd_init_wps()
1122 wps->auth_types |= WPS_AUTH_WPA; in hostapd_init_wps()
1136 wps->auth_types |= WPS_AUTH_OPEN; in hostapd_init_wps()
1165 wps->ap_auth_type = wps->auth_types; in hostapd_init_wps()
1169 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in hostapd_init_wps()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c1607 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in wpas_wps_init()