Lines Matching defs:cfg80211_scan_request
2693 struct cfg80211_scan_request { struct
2694 struct cfg80211_ssid *ssids;
2695 int n_ssids;
2696 u32 n_channels;
2697 const u8 *ie;
2698 size_t ie_len;
2699 u16 duration;
2700 bool duration_mandatory;
2701 u32 flags;
2703 u32 rates[NUM_NL80211_BANDS];
2705 struct wireless_dev *wdev;
2707 u8 mac_addr[ETH_ALEN] __aligned(2);
2708 u8 mac_addr_mask[ETH_ALEN] __aligned(2);
2709 u8 bssid[ETH_ALEN] __aligned(2);
2712 struct wiphy *wiphy;
2713 unsigned long scan_start;
2714 struct cfg80211_scan_info info;
2715 bool notified;
2716 bool no_cck;
2717 bool scan_6ghz;
2718 u32 n_6ghz_params;
2719 struct cfg80211_scan_6ghz_params *scan_6ghz_params;
2720 s8 tsf_report_link_id;