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