Lines Matching defs:cfg80211_scan_request
1452 struct cfg80211_scan_request { struct
1453 struct cfg80211_ssid *ssids;
1454 int n_ssids;
1455 u32 n_channels;
1456 enum nl80211_bss_scan_width scan_width;
1457 const u8 *ie;
1458 size_t ie_len;
1459 u32 flags;
1461 u32 rates[IEEE80211_NUM_BANDS];
1463 struct wireless_dev *wdev;
1465 u8 mac_addr[ETH_ALEN] __aligned(2);
1466 u8 mac_addr_mask[ETH_ALEN] __aligned(2);
1469 struct wiphy *wiphy;
1470 unsigned long scan_start;
1471 bool aborted, notified;
1472 bool no_cck;
1475 struct ieee80211_channel *channels[0];