Lines Matching defs:cfg80211_scan_request
2432 struct cfg80211_scan_request { struct
2433 struct cfg80211_ssid *ssids;
2434 int n_ssids;
2435 u32 n_channels;
2436 enum nl80211_bss_scan_width scan_width;
2437 const u8 *ie;
2438 size_t ie_len;
2439 u16 duration;
2440 bool duration_mandatory;
2441 u32 flags;
2443 u32 rates[NUM_NL80211_BANDS];
2445 struct wireless_dev *wdev;
2447 u8 mac_addr[ETH_ALEN] __aligned(2);
2448 u8 mac_addr_mask[ETH_ALEN] __aligned(2);
2449 u8 bssid[ETH_ALEN] __aligned(2);
2452 struct wiphy *wiphy;
2453 unsigned long scan_start;
2454 struct cfg80211_scan_info info;
2455 bool notified;
2456 bool no_cck;
2457 bool scan_6ghz;
2458 u32 n_6ghz_params;
2459 struct cfg80211_scan_6ghz_params *scan_6ghz_params;
2462 struct ieee80211_channel *channels[];