Lines Matching defs:cfg80211_scan_request
1930 struct cfg80211_scan_request { struct
1931 struct cfg80211_ssid *ssids;
1932 int n_ssids;
1933 u32 n_channels;
1934 enum nl80211_bss_scan_width scan_width;
1935 const u8 *ie;
1936 size_t ie_len;
1937 u16 duration;
1938 bool duration_mandatory;
1939 u32 flags;
1941 u32 rates[NUM_NL80211_BANDS];
1943 struct wireless_dev *wdev;
1945 u8 mac_addr[ETH_ALEN] __aligned(2);
1946 u8 mac_addr_mask[ETH_ALEN] __aligned(2);
1947 u8 bssid[ETH_ALEN] __aligned(2);
1950 struct wiphy *wiphy;
1951 unsigned long scan_start;
1952 struct cfg80211_scan_info info;
1953 bool notified;
1954 bool no_cck;
1957 struct ieee80211_channel *channels[0];