Lines Matching defs:cfg80211_scan_request
2163 struct cfg80211_scan_request { struct
2164 struct cfg80211_ssid *ssids;
2165 int n_ssids;
2166 u32 n_channels;
2167 enum nl80211_bss_scan_width scan_width;
2168 const u8 *ie;
2169 size_t ie_len;
2170 u16 duration;
2171 bool duration_mandatory;
2172 u32 flags;
2174 u32 rates[NUM_NL80211_BANDS];
2176 struct wireless_dev *wdev;
2178 u8 mac_addr[ETH_ALEN] __aligned(2);
2179 u8 mac_addr_mask[ETH_ALEN] __aligned(2);
2180 u8 bssid[ETH_ALEN] __aligned(2);
2183 struct wiphy *wiphy;
2184 unsigned long scan_start;
2185 struct cfg80211_scan_info info;
2186 bool notified;
2187 bool no_cck;
2188 bool scan_6ghz;
2189 u32 n_6ghz_params;
2190 struct cfg80211_scan_6ghz_params *scan_6ghz_params;
2193 struct ieee80211_channel *channels[];