Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps_attr_build.c276 u16 auth_types = WPS_AUTH_TYPES; in wps_build_auth_type_flags() local
278 auth_types &= ~WPS_AUTH_SHARED; in wps_build_auth_type_flags()
283 wpabuf_put_be16(msg, auth_types); in wps_build_auth_type_flags()
Dwps_registrar.c2280 u16 auth_types; in wps_process_auth_type_flags() local
2288 auth_types = WPA_GET_BE16(auth); in wps_process_auth_type_flags()
2291 auth_types); in wps_process_auth_type_flags()
2292 wps->auth_type = wps->wps->auth_types & auth_types; in wps_process_auth_type_flags()
2296 wps->wps->auth_types, auth_types); in wps_process_auth_type_flags()
2308 wps->auth_type = wps->wps->auth_types; in wps_process_auth_type_flags()
Dwps.h665 u16 auth_types; member
Dwps_enrollee.c246 u16 auth_type = wps->wps->auth_types; in wps_build_cred_auth_type()
271 if (wps->wps->auth_types & (WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK)) { in wps_build_cred_encr_type()
Dwps_common.c366 data.auth_type = wps->auth_types; in wps_get_oob_cred()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c459 hapd->wps->auth_types = cred->auth_type; in hapd_wps_cred_cb()
1066 wps->auth_types |= WPS_AUTH_WPA2PSK; in hostapd_init_wps()
1068 wps->auth_types |= WPS_AUTH_WPA2; in hostapd_init_wps()
1078 wps->auth_types |= WPS_AUTH_WPAPSK; in hostapd_init_wps()
1080 wps->auth_types |= WPS_AUTH_WPA; in hostapd_init_wps()
1090 wps->auth_types |= WPS_AUTH_OPEN; in hostapd_init_wps()
1094 wps->auth_types |= WPS_AUTH_OPEN; in hostapd_init_wps()
1096 wps->auth_types |= WPS_AUTH_SHARED; in hostapd_init_wps()
1098 wps->auth_types |= WPS_AUTH_OPEN; in hostapd_init_wps()
1137 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in hostapd_init_wps()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c1399 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in wpas_wps_init()