aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/cfg80211.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index c0d1f5b708c5..33f43b0d08fb 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -525,6 +525,8 @@ struct cfg80211_ssid {
525 * @n_ssids: number of SSIDs 525 * @n_ssids: number of SSIDs
526 * @channels: channels to scan on. 526 * @channels: channels to scan on.
527 * @n_channels: number of channels for each band 527 * @n_channels: number of channels for each band
528 * @ie: optional information element(s) to add into Probe Request or %NULL
529 * @ie_len: length of ie in octets
528 * @wiphy: the wiphy this was for 530 * @wiphy: the wiphy this was for
529 * @ifidx: the interface index 531 * @ifidx: the interface index
530 */ 532 */
@@ -533,6 +535,8 @@ struct cfg80211_scan_request {
533 int n_ssids; 535 int n_ssids;
534 struct ieee80211_channel **channels; 536 struct ieee80211_channel **channels;
535 u32 n_channels; 537 u32 n_channels;
538 u8 *ie;
539 size_t ie_len;
536 540
537 /* internal */ 541 /* internal */
538 struct wiphy *wiphy; 542 struct wiphy *wiphy;