Search Linux Wireless

[RFC 14/15] cfg80211: add ie support for periodic scans

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Add an array of pointers to ie (one element for each band) and the respective
array of ie lengths.

Signed-off-by: Luciano Coelho <luciano.coelho@xxxxxxxxx>
---
 include/net/cfg80211.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 3ac6fc9..fdc6b31 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -732,6 +732,8 @@ struct cfg80211_periodic_request {
 	struct cfg80211_ssid *ssids;
 	int n_ssids;
 	u32 n_channels;
+	const u8 *ie[IEEE80211_NUM_BANDS];
+	size_t ie_len[IEEE80211_NUM_BANDS];
 
 	/* internal */
 	struct wiphy *wiphy;
-- 
1.7.0.4

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux