Lines Matching defs:cfg80211_sched_scan_request
1554 struct cfg80211_sched_scan_request { struct
1555 struct cfg80211_ssid *ssids;
1556 int n_ssids;
1557 u32 n_channels;
1558 enum nl80211_bss_scan_width scan_width;
1559 const u8 *ie;
1560 size_t ie_len;
1561 u32 flags;
1562 struct cfg80211_match_set *match_sets;
1563 int n_match_sets;
1564 s32 min_rssi_thold;
1565 u32 delay;
1566 struct cfg80211_sched_scan_plan *scan_plans;
1567 int n_scan_plans;
1569 u8 mac_addr[ETH_ALEN] __aligned(2);
1570 u8 mac_addr_mask[ETH_ALEN] __aligned(2);
1573 struct wiphy *wiphy;
1574 struct net_device *dev;
1575 unsigned long scan_start;
1576 struct rcu_head rcu_head;
1577 u32 owner_nlportid;
1580 struct ieee80211_channel *channels[0];