Information about HT and VHT capabilities

Vincent vincent at systemli.org
Sat Jul 22 13:29:06 PDT 2017


It works. :)

I just added (is this correct handling?)

+			struct ieee80211_ht_capabilities ht_capab;
+			struct ieee80211_vht_capabilities vht_capab;
 			/* followed by some of SSID, Supported rates,
 			 * FH Params, DS Params, CF Params, IBSS Params, TIM */
 			u8 variable[];
 		} STRUCT_PACKED beacon;

https://github.com/PolynomialDivision/hostap/commit/88c611d3a9c9d966b52faa0ce5c29d0bc08f0bc8#diff-c752d8de4d2cec9827b4b8ddc0325917R867

Don't look at the other changes...
I will make a clean commit...

Is this a patch that could be merged in the main development?
Otherwise I will just stay by adding a patch file for lede...

On 19.07.2017 15:28, Vincent wrote:
> Hi,
> I would like to get information about the clients ht and vht
> capabilities without the need to support 802.11n/ac.
> Or I would like to get these information contained in a probe request.
> 
> I described my concern in this forum:
> 
>> https://forum.lede-project.org/t/hostapd-ht-and-vht-flags-in-get-clients/5128
> 
> 
> Do you think that it's possible or should I do something different?
> 
> 
> 
> _______________________________________________
> Hostap mailing list
> Hostap at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/hostap
> 



More information about the Hostap mailing list