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.c296 u16 auth_types = WPS_AUTH_TYPES; in wps_build_auth_type_flags() local
298 auth_types &= ~WPS_AUTH_WPA; in wps_build_auth_type_flags()
299 auth_types &= ~WPS_AUTH_WPA2; in wps_build_auth_type_flags()
300 auth_types &= ~WPS_AUTH_SHARED; in wps_build_auth_type_flags()
304 wpabuf_put_be16(msg, auth_types); in wps_build_auth_type_flags()
Dwps_registrar.c2321 u16 auth_types; in wps_process_auth_type_flags() local
2329 auth_types = WPA_GET_BE16(auth); in wps_process_auth_type_flags()
2332 auth_types); in wps_process_auth_type_flags()
2333 wps->auth_type = wps->wps->auth_types & auth_types; in wps_process_auth_type_flags()
2337 wps->wps->auth_types, auth_types); in wps_process_auth_type_flags()
2349 wps->auth_type = wps->wps->auth_types; in wps_process_auth_type_flags()
Dwps.h668 u16 auth_types; member
Dwps_common.c370 data.auth_type = wps->auth_types; in wps_get_oob_cred()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c445 hapd->wps->auth_types = cred->auth_type; in hapd_wps_cred_cb()
1048 wps->auth_types |= WPS_AUTH_WPA2PSK; in hostapd_init_wps()
1050 wps->auth_types |= WPS_AUTH_WPA2; in hostapd_init_wps()
1060 wps->auth_types |= WPS_AUTH_WPAPSK; in hostapd_init_wps()
1062 wps->auth_types |= WPS_AUTH_WPA; in hostapd_init_wps()
1072 wps->auth_types |= WPS_AUTH_OPEN; in hostapd_init_wps()
1101 wps->ap_auth_type = wps->auth_types; in hostapd_init_wps()
1105 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in hostapd_init_wps()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c1465 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in wpas_wps_init()