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.c308 u16 auth_types = WPS_AUTH_TYPES; in wps_build_auth_type_flags() local
310 auth_types &= ~WPS_AUTH_WPA; in wps_build_auth_type_flags()
311 auth_types &= ~WPS_AUTH_WPA2; in wps_build_auth_type_flags()
312 auth_types &= ~WPS_AUTH_SHARED; in wps_build_auth_type_flags()
314 auth_types &= ~WPS_AUTH_WPAPSK; in wps_build_auth_type_flags()
320 auth_types, wps_force_auth_types); in wps_build_auth_type_flags()
321 auth_types = wps_force_auth_types; in wps_build_auth_type_flags()
325 auth_types); in wps_build_auth_type_flags()
328 wpabuf_put_be16(msg, auth_types); in wps_build_auth_type_flags()
Dwps_registrar.c1677 wps->wps->auth_types, wps->auth_type); in wps_build_cred()
2421 u16 auth_types; in wps_process_auth_type_flags() local
2429 auth_types = WPA_GET_BE16(auth); in wps_process_auth_type_flags()
2432 auth_types); in wps_process_auth_type_flags()
2442 if ((auth_types & in wps_process_auth_type_flags()
2447 auth_types |= WPS_AUTH_WPA2PSK; in wps_process_auth_type_flags()
2450 wps->auth_type = wps->wps->auth_types & auth_types; in wps_process_auth_type_flags()
2454 wps->wps->auth_types, auth_types); in wps_process_auth_type_flags()
2466 wps->auth_type = wps->wps->auth_types; in wps_process_auth_type_flags()
Dwps.h721 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.c505 hapd->wps->auth_types = cred->auth_type; in hapd_wps_cred_cb()
1172 wps->auth_types |= WPS_AUTH_WPA2PSK; in hostapd_init_wps()
1174 wps->auth_types |= WPS_AUTH_WPA2; in hostapd_init_wps()
1202 wps->auth_types |= WPS_AUTH_WPAPSK; in hostapd_init_wps()
1204 wps->auth_types |= WPS_AUTH_WPA; in hostapd_init_wps()
1219 wps->auth_types |= WPS_AUTH_OPEN; in hostapd_init_wps()
1250 wps->ap_auth_type = wps->auth_types; in hostapd_init_wps()
1255 wps->auth_types = WPS_AUTH_WPA2PSK; in hostapd_init_wps()
1260 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in hostapd_init_wps()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c1626 wps->auth_types = WPS_AUTH_WPA2PSK; in wpas_wps_init()
1629 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in wpas_wps_init()