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.c1612 wps->wps->auth_types, wps->auth_type); in wps_build_cred()
2347 u16 auth_types; in wps_process_auth_type_flags() local
2355 auth_types = WPA_GET_BE16(auth); in wps_process_auth_type_flags()
2358 auth_types); in wps_process_auth_type_flags()
2368 if ((auth_types & in wps_process_auth_type_flags()
2373 auth_types |= WPS_AUTH_WPA2PSK; in wps_process_auth_type_flags()
2376 wps->auth_type = wps->wps->auth_types & auth_types; in wps_process_auth_type_flags()
2380 wps->wps->auth_types, auth_types); in wps_process_auth_type_flags()
2392 wps->auth_type = wps->wps->auth_types; in wps_process_auth_type_flags()
Dwps.h679 u16 auth_types; member
Dwps_common.c371 data.auth_type = wps->auth_types; in wps_get_oob_cred()
/external/syslinux/gpxe/src/usr/
Diwmgmt.c99 static const char *auth_types[] = { variable
107 #define NR_AUTH_TYPES ( sizeof ( auth_types ) / sizeof ( auth_types[0] ) )
205 auth_types[wlan->handshaking] ); in iwlist()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c444 hapd->wps->auth_types = cred->auth_type; in hapd_wps_cred_cb()
1063 wps->auth_types |= WPS_AUTH_WPA2PSK; in hostapd_init_wps()
1065 wps->auth_types |= WPS_AUTH_WPA2; in hostapd_init_wps()
1079 wps->auth_types |= WPS_AUTH_WPAPSK; in hostapd_init_wps()
1081 wps->auth_types |= WPS_AUTH_WPA; in hostapd_init_wps()
1095 wps->auth_types |= WPS_AUTH_OPEN; in hostapd_init_wps()
1124 wps->ap_auth_type = wps->auth_types; in hostapd_init_wps()
1128 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in hostapd_init_wps()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c1582 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in wpas_wps_init()