Lines Matching defs:cfg80211_scan_request
2833 struct cfg80211_scan_request { struct
2834 struct cfg80211_ssid *ssids;
2835 int n_ssids;
2836 u32 n_channels;
2837 const u8 *ie;
2838 size_t ie_len;
2839 u16 duration;
2840 bool duration_mandatory;
2841 u32 flags;
2843 u32 rates[NUM_NL80211_BANDS];
2845 struct wireless_dev *wdev;
2847 u8 mac_addr[ETH_ALEN] __aligned(2);
2848 u8 mac_addr_mask[ETH_ALEN] __aligned(2);
2849 u8 bssid[ETH_ALEN] __aligned(2);
2850 struct wiphy *wiphy;
2851 unsigned long scan_start;
2852 bool no_cck;
2853 bool scan_6ghz;
2854 bool first_part;
2855 u32 n_6ghz_params;
2856 struct cfg80211_scan_6ghz_params *scan_6ghz_params;
2857 s8 tsf_report_link_id;
2860 struct ieee80211_channel *channels[];