Searched refs:auth_types (Results 1 – 6 of 6) sorted by relevance
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()304 wpabuf_put_be16(msg, auth_types); in wps_build_auth_type_flags()
2321 u16 auth_types; in wps_process_auth_type_flags() local2329 auth_types = WPA_GET_BE16(auth); in wps_process_auth_type_flags()2332 auth_types); in wps_process_auth_type_flags()2333 wps->auth_type = wps->wps->auth_types & auth_types; in wps_process_auth_type_flags()2337 wps->wps->auth_types, auth_types); in wps_process_auth_type_flags()2349 wps->auth_type = wps->wps->auth_types; in wps_process_auth_type_flags()
668 u16 auth_types; member
370 data.auth_type = wps->auth_types; in wps_get_oob_cred()
445 hapd->wps->auth_types = cred->auth_type; in hapd_wps_cred_cb()1048 wps->auth_types |= WPS_AUTH_WPA2PSK; in hostapd_init_wps()1050 wps->auth_types |= WPS_AUTH_WPA2; in hostapd_init_wps()1060 wps->auth_types |= WPS_AUTH_WPAPSK; in hostapd_init_wps()1062 wps->auth_types |= WPS_AUTH_WPA; in hostapd_init_wps()1072 wps->auth_types |= WPS_AUTH_OPEN; in hostapd_init_wps()1101 wps->ap_auth_type = wps->auth_types; in hostapd_init_wps()1105 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in hostapd_init_wps()
1465 wps->auth_types = WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK; in wpas_wps_init()