* [PATCH] ieee80211: add definition for interworking support
@ 2013-07-27 0:02 Bing Zhao
2013-08-01 7:32 ` Johannes Berg
0 siblings, 1 reply; 3+ messages in thread
From: Bing Zhao @ 2013-07-27 0:02 UTC (permalink / raw)
To: linux-wireless; +Cc: Johannes Berg, Avinash Patil, Bing Zhao
From: Avinash Patil <patila@marvell.com>
IEEE802.11u interworking support is advertised via extended
capabilities IE bit 31. This is 7th bit of 4th byte of extended
capabilities.
Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
---
include/linux/ieee80211.h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h
index b0dc87a..22c9094 100644
--- a/include/linux/ieee80211.h
+++ b/include/linux/ieee80211.h
@@ -1860,6 +1860,11 @@ enum ieee80211_tdls_actioncode {
WLAN_TDLS_DISCOVERY_REQUEST = 10,
};
+/* Interworking capabilities are set in 7th bit of 4th byte of the
+ * @WLAN_EID_EXT_CAPABILITY information element
+ */
+#define WLAN_EXT_CAPA4_INTERWORKING_ENABLED BIT(7)
+
/*
* TDLS capabililites to be enabled in the 5th byte of the
* @WLAN_EID_EXT_CAPABILITY information element
--
1.8.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] ieee80211: add definition for interworking support
2013-07-27 0:02 [PATCH] ieee80211: add definition for interworking support Bing Zhao
@ 2013-08-01 7:32 ` Johannes Berg
2013-08-01 21:09 ` Bing Zhao
0 siblings, 1 reply; 3+ messages in thread
From: Johannes Berg @ 2013-08-01 7:32 UTC (permalink / raw)
To: Bing Zhao; +Cc: linux-wireless, Avinash Patil
On Fri, 2013-07-26 at 17:02 -0700, Bing Zhao wrote:
> From: Avinash Patil <patila@marvell.com>
>
> IEEE802.11u interworking support is advertised via extended
> capabilities IE bit 31. This is 7th bit of 4th byte of extended
> capabilities.
I've applied this, but why is this needed in the kernel? Isn't the
supplicant managing the interworking stuff?
johannes
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH] ieee80211: add definition for interworking support
2013-08-01 7:32 ` Johannes Berg
@ 2013-08-01 21:09 ` Bing Zhao
0 siblings, 0 replies; 3+ messages in thread
From: Bing Zhao @ 2013-08-01 21:09 UTC (permalink / raw)
To: Johannes Berg; +Cc: linux-wireless@vger.kernel.org, Avinash Patil
SGkgSm9oYW5uZXMsDQoNCj4gPiBGcm9tOiBBdmluYXNoIFBhdGlsIDxwYXRpbGFAbWFydmVsbC5j
b20+DQo+ID4NCj4gPiBJRUVFODAyLjExdSBpbnRlcndvcmtpbmcgc3VwcG9ydCBpcyBhZHZlcnRp
c2VkIHZpYSBleHRlbmRlZA0KPiA+IGNhcGFiaWxpdGllcyBJRSBiaXQgMzEuIFRoaXMgaXMgN3Ro
IGJpdCBvZiA0dGggYnl0ZSBvZiBleHRlbmRlZA0KPiA+IGNhcGFiaWxpdGllcy4NCj4gDQo+IEkn
dmUgYXBwbGllZCB0aGlzLCBidXQgd2h5IGlzIHRoaXMgbmVlZGVkIGluIHRoZSBrZXJuZWw/IElz
bid0IHRoZQ0KPiBzdXBwbGljYW50IG1hbmFnaW5nIHRoZSBpbnRlcndvcmtpbmcgc3R1ZmY/DQoN
CldlIGhhdmUgYSBtd2lmaWV4IHBhdGNoIGRlcGVuZHMgb24gaXQuIFBhcnQgb2YgdGhlIHBhdGNo
IGxvb2tzIHRoaXM6DQoNCisgICAgICAgICAgICAgICBpZiAoaGRyLT5sZW4gPiAzICYmDQorICAg
ICAgICAgICAgICAgICAgIGV4dF9jYXAtPmV4dF9jYXBhYlszXSAmIFdMQU5fRVhUX0NBUEE0X0lO
VEVSV09SS0lOR19FTkFCTEVEKQ0KKyAgICAgICAgICAgICAgICAgICAgICAgcHJpdi0+aHMyX2Vu
YWJsZWQgPSAxOw0KKyAgICAgICAgICAgICAgIGVsc2UNCisgICAgICAgICAgICAgICAgICAgICAg
IHByaXYtPmhzMl9lbmFibGVkID0gMDsNCg0KSWYgdGhpcyBiaXQgaXMgZW5hYmxlZCB3ZSB3aWxs
IGRyb3AgdGhlIEdBUlAgZnJhbWVzIHJlY2VpdmVkLiBUaGlzIGlzIHJlcXVpcmVkIGZvciBXRkEg
SG90c3BvdDIuMC4NCg0KVGhhbmtzLA0KQmluZw0KDQo=
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-08-01 21:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-27 0:02 [PATCH] ieee80211: add definition for interworking support Bing Zhao
2013-08-01 7:32 ` Johannes Berg
2013-08-01 21:09 ` Bing Zhao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox