Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
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.h430 u16 auth_types; member
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()