Lines Matching defs:cfg80211_scan_request
2245 struct cfg80211_scan_request { struct
2246 struct cfg80211_ssid *ssids;
2247 int n_ssids;
2248 u32 n_channels;
2249 enum nl80211_bss_scan_width scan_width;
2250 const u8 *ie;
2251 size_t ie_len;
2252 u16 duration;
2253 bool duration_mandatory;
2254 u32 flags;
2256 u32 rates[NUM_NL80211_BANDS];
2258 struct wireless_dev *wdev;
2260 u8 mac_addr[ETH_ALEN] __aligned(2);
2261 u8 mac_addr_mask[ETH_ALEN] __aligned(2);
2262 u8 bssid[ETH_ALEN] __aligned(2);
2265 struct wiphy *wiphy;
2266 unsigned long scan_start;
2267 struct cfg80211_scan_info info;
2268 bool notified;
2269 bool no_cck;
2270 bool scan_6ghz;
2271 u32 n_6ghz_params;
2272 struct cfg80211_scan_6ghz_params *scan_6ghz_params;
2275 struct ieee80211_channel *channels[];