Lines Matching defs:cfg80211_sched_scan_request
1534 struct cfg80211_sched_scan_request { struct
1535 struct cfg80211_ssid *ssids;
1536 int n_ssids;
1537 u32 n_channels;
1538 enum nl80211_bss_scan_width scan_width;
1539 u32 interval;
1540 const u8 *ie;
1541 size_t ie_len;
1542 u32 flags;
1543 struct cfg80211_match_set *match_sets;
1544 int n_match_sets;
1545 s32 min_rssi_thold;
1546 u32 delay;
1548 u8 mac_addr[ETH_ALEN] __aligned(2);
1549 u8 mac_addr_mask[ETH_ALEN] __aligned(2);
1552 struct wiphy *wiphy;
1553 struct net_device *dev;
1554 unsigned long scan_start;
1555 struct rcu_head rcu_head;
1556 u32 owner_nlportid;
1559 struct ieee80211_channel *channels[0];