Lines Matching defs:cfg80211_scan_request
2196 struct cfg80211_scan_request { struct
2197 struct cfg80211_ssid *ssids;
2198 int n_ssids;
2199 u32 n_channels;
2200 enum nl80211_bss_scan_width scan_width;
2201 const u8 *ie;
2202 size_t ie_len;
2203 u16 duration;
2204 bool duration_mandatory;
2205 u32 flags;
2207 u32 rates[NUM_NL80211_BANDS];
2209 struct wireless_dev *wdev;
2211 u8 mac_addr[ETH_ALEN] __aligned(2);
2212 u8 mac_addr_mask[ETH_ALEN] __aligned(2);
2213 u8 bssid[ETH_ALEN] __aligned(2);
2216 struct wiphy *wiphy;
2217 unsigned long scan_start;
2218 struct cfg80211_scan_info info;
2219 bool notified;
2220 bool no_cck;
2221 bool scan_6ghz;
2222 u32 n_6ghz_params;
2223 struct cfg80211_scan_6ghz_params *scan_6ghz_params;
2228 struct ieee80211_channel *channels[];