Lines Matching defs:cfg80211_scan_request
2295 struct cfg80211_scan_request { struct
2296 struct cfg80211_ssid *ssids;
2297 int n_ssids;
2298 u32 n_channels;
2299 enum nl80211_bss_scan_width scan_width;
2300 const u8 *ie;
2301 size_t ie_len;
2302 u16 duration;
2303 bool duration_mandatory;
2304 u32 flags;
2306 u32 rates[NUM_NL80211_BANDS];
2308 struct wireless_dev *wdev;
2310 u8 mac_addr[ETH_ALEN] __aligned(2);
2311 u8 mac_addr_mask[ETH_ALEN] __aligned(2);
2312 u8 bssid[ETH_ALEN] __aligned(2);
2315 struct wiphy *wiphy;
2316 unsigned long scan_start;
2317 struct cfg80211_scan_info info;
2318 bool notified;
2319 bool no_cck;
2320 bool scan_6ghz;
2321 u32 n_6ghz_params;
2322 struct cfg80211_scan_6ghz_params *scan_6ghz_params;
2325 struct ieee80211_channel *channels[];