Searched refs:auth_types (Results 1 – 7 of 7) sorted by relevance
99 static const char *auth_types[] = { variable107 #define NR_AUTH_TYPES ( sizeof ( auth_types ) / sizeof ( auth_types[0] ) )205 auth_types[wlan->handshaking] ); in iwlist()
296 u16 auth_types = WPS_AUTH_TYPES; in wps_build_auth_type_flags() local298 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()
1611 wps->wps->auth_types, wps->auth_type); in wps_build_cred()2346 u16 auth_types; in wps_process_auth_type_flags() local2354 auth_types = WPA_GET_BE16(auth); in wps_process_auth_type_flags()2357 auth_types); in wps_process_auth_type_flags()2367 if ((auth_types & in wps_process_auth_type_flags()2372 auth_types |= WPS_AUTH_WPA2PSK; in wps_process_auth_type_flags()2375 wps->auth_type = wps->wps->auth_types & auth_types; in wps_process_auth_type_flags()2379 wps->wps->auth_types, auth_types); in wps_process_auth_type_flags()2391 wps->auth_type = wps->wps->auth_types; in wps_process_auth_type_flags()
679 u16 auth_types; member
371 data.auth_type = wps->auth_types; in wps_get_oob_cred()
444 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()
1579 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in wpas_wps_init()