Lines Matching defs:cfg80211_scan_request
2680 struct cfg80211_scan_request { struct
2681 struct cfg80211_ssid *ssids;
2682 int n_ssids;
2683 u32 n_channels;
2684 const u8 *ie;
2685 size_t ie_len;
2686 u16 duration;
2687 bool duration_mandatory;
2688 u32 flags;
2690 u32 rates[NUM_NL80211_BANDS];
2692 struct wireless_dev *wdev;
2694 u8 mac_addr[ETH_ALEN] __aligned(2);
2695 u8 mac_addr_mask[ETH_ALEN] __aligned(2);
2696 u8 bssid[ETH_ALEN] __aligned(2);
2699 struct wiphy *wiphy;
2700 unsigned long scan_start;
2701 struct cfg80211_scan_info info;
2702 bool notified;
2703 bool no_cck;
2704 bool scan_6ghz;
2705 u32 n_6ghz_params;
2706 struct cfg80211_scan_6ghz_params *scan_6ghz_params;
2707 s8 tsf_report_link_id;