Lines Matching defs:cfg80211_scan_request
2646 struct cfg80211_scan_request { struct
2647 struct cfg80211_ssid *ssids;
2648 int n_ssids;
2649 u32 n_channels;
2650 const u8 *ie;
2651 size_t ie_len;
2652 u16 duration;
2653 bool duration_mandatory;
2654 u32 flags;
2656 u32 rates[NUM_NL80211_BANDS];
2658 struct wireless_dev *wdev;
2660 u8 mac_addr[ETH_ALEN] __aligned(2);
2661 u8 mac_addr_mask[ETH_ALEN] __aligned(2);
2662 u8 bssid[ETH_ALEN] __aligned(2);
2665 struct wiphy *wiphy;
2666 unsigned long scan_start;
2667 struct cfg80211_scan_info info;
2668 bool notified;
2669 bool no_cck;
2670 bool scan_6ghz;
2671 u32 n_6ghz_params;
2672 struct cfg80211_scan_6ghz_params *scan_6ghz_params;
2673 s8 tsf_report_link_id;