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.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()
305 auth_types, wps_force_auth_types); in wps_build_auth_type_flags()
306 auth_types = wps_force_auth_types; in wps_build_auth_type_flags()
310 auth_types); in wps_build_auth_type_flags()
313 wpabuf_put_be16(msg, auth_types); in wps_build_auth_type_flags()
Dwps_registrar.c1611 wps->wps->auth_types, wps->auth_type); in wps_build_cred()
2345 u16 auth_types; in wps_process_auth_type_flags() local
2353 auth_types = WPA_GET_BE16(auth); in wps_process_auth_type_flags()
2356 auth_types); in wps_process_auth_type_flags()
2366 if ((auth_types & in wps_process_auth_type_flags()
2371 auth_types |= WPS_AUTH_WPA2PSK; in wps_process_auth_type_flags()
2374 wps->auth_type = wps->wps->auth_types & auth_types; in wps_process_auth_type_flags()
2378 wps->wps->auth_types, auth_types); in wps_process_auth_type_flags()
2390 wps->auth_type = wps->wps->auth_types; in wps_process_auth_type_flags()
Dwps.h679 u16 auth_types; member
Dwps_common.c368 data.auth_type = wps->auth_types; in wps_get_oob_cred()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c450 hapd->wps->auth_types = cred->auth_type; in hapd_wps_cred_cb()
1069 wps->auth_types |= WPS_AUTH_WPA2PSK; in hostapd_init_wps()
1071 wps->auth_types |= WPS_AUTH_WPA2; in hostapd_init_wps()
1085 wps->auth_types |= WPS_AUTH_WPAPSK; in hostapd_init_wps()
1087 wps->auth_types |= WPS_AUTH_WPA; in hostapd_init_wps()
1101 wps->auth_types |= WPS_AUTH_OPEN; in hostapd_init_wps()
1130 wps->ap_auth_type = wps->auth_types; in hostapd_init_wps()
1134 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in hostapd_init_wps()
/external/libweave/src/privet/
Dprivet_handler.cc253 std::unique_ptr<base::ListValue> auth_types(new base::ListValue()); in CreateInfoAuthSection() local
255 auth_types->AppendString(EnumToString(type)); in CreateInfoAuthSection()
256 auth->Set(kAuthModeKey, auth_types.release()); in CreateInfoAuthSection()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c1565 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in wpas_wps_init()