Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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.c1665 wps->wps->auth_types, wps->auth_type); in wps_build_cred()
2411 u16 auth_types; in wps_process_auth_type_flags() local
2419 auth_types = WPA_GET_BE16(auth); in wps_process_auth_type_flags()
2422 auth_types); in wps_process_auth_type_flags()
2432 if ((auth_types & in wps_process_auth_type_flags()
2437 auth_types |= WPS_AUTH_WPA2PSK; in wps_process_auth_type_flags()
2440 wps->auth_type = wps->wps->auth_types & auth_types; in wps_process_auth_type_flags()
2444 wps->wps->auth_types, auth_types); in wps_process_auth_type_flags()
2456 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_attr_build.c306 u16 auth_types = WPS_AUTH_TYPES; in wps_build_auth_type_flags() local
308 auth_types &= ~WPS_AUTH_WPA; in wps_build_auth_type_flags()
309 auth_types &= ~WPS_AUTH_WPA2; in wps_build_auth_type_flags()
310 auth_types &= ~WPS_AUTH_SHARED; in wps_build_auth_type_flags()
315 auth_types, wps_force_auth_types); in wps_build_auth_type_flags()
316 auth_types = wps_force_auth_types; in wps_build_auth_type_flags()
320 auth_types); in wps_build_auth_type_flags()
323 wpabuf_put_be16(msg, auth_types); in wps_build_auth_type_flags()
Dwps_registrar.c1685 wps->wps->auth_types, wps->auth_type); in wps_build_cred()
2420 u16 auth_types; in wps_process_auth_type_flags() local
2428 auth_types = WPA_GET_BE16(auth); in wps_process_auth_type_flags()
2431 auth_types); in wps_process_auth_type_flags()
2441 if ((auth_types & in wps_process_auth_type_flags()
2446 auth_types |= WPS_AUTH_WPA2PSK; in wps_process_auth_type_flags()
2449 wps->auth_type = wps->wps->auth_types & auth_types; in wps_process_auth_type_flags()
2453 wps->wps->auth_types, auth_types); in wps_process_auth_type_flags()
2465 wps->auth_type = wps->wps->auth_types; in wps_process_auth_type_flags()
Dwps.h717 u16 auth_types; member
Dwps_common.c371 data.auth_type = wps->auth_types; in wps_get_oob_cred()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
1176 wps->auth_types |= WPS_AUTH_WPA2PSK; in hostapd_init_wps()
1204 wps->auth_types |= WPS_AUTH_WPAPSK; in hostapd_init_wps()
1206 wps->auth_types |= WPS_AUTH_WPA; in hostapd_init_wps()
1221 wps->auth_types |= WPS_AUTH_OPEN; in hostapd_init_wps()
1252 wps->ap_auth_type = wps->auth_types; in hostapd_init_wps()
1257 wps->auth_types = WPS_AUTH_WPA2PSK; in hostapd_init_wps()
1262 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in hostapd_init_wps()
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlsshsink.c104 static const GEnumValue auth_types[] = { in gst_curl_ssh_sink_auth_get_type() local
110 gtype = g_enum_register_static ("GstCurlSshAuthType", auth_types); in gst_curl_ssh_sink_auth_get_type()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwps_hostapd.c457 hapd->wps->auth_types = cred->auth_type; in hapd_wps_cred_cb()
1102 wps->auth_types |= WPS_AUTH_WPA2PSK; in hostapd_init_wps()
1104 wps->auth_types |= WPS_AUTH_WPA2; in hostapd_init_wps()
1120 wps->auth_types |= WPS_AUTH_WPAPSK; in hostapd_init_wps()
1122 wps->auth_types |= WPS_AUTH_WPA; in hostapd_init_wps()
1136 wps->auth_types |= WPS_AUTH_OPEN; in hostapd_init_wps()
1165 wps->ap_auth_type = wps->auth_types; in hostapd_init_wps()
1169 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in hostapd_init_wps()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwps_supplicant.c1631 wps->auth_types = WPS_AUTH_WPA2PSK; in wpas_wps_init()
1634 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in wpas_wps_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwps_supplicant.c1607 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in wpas_wps_init()