]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r308663:
authoreadler <eadler@FreeBSD.org>
Mon, 5 Mar 2018 08:24:58 +0000 (08:24 +0000)
committereadler <eadler@FreeBSD.org>
Mon, 5 Mar 2018 08:24:58 +0000 (08:24 +0000)
commit09847d522d9e88ea33b3a80d30d2b0c4e4869d47
tree7136bb933e73eeb49b7be4313de4d4fb2b918914
parent0e1d132d55cbcf7947eb2d3537ffb7fe45f8446d
MFC r308663:

[net80211] announce 11n capabilities in probe requests in IBSS mode.

The 802.11-2012 specification notes that a subset of IEs should be present
in IBSS probe requests.  This is what (initially) allows nodes to discover
that other nodes are 11n capable.  Notably - HTCAP, but not HTINFO.

This isn't everything required to reliably enable 11n between net80211
peers; there's more work to come.

Tested:

* AR9380, IBSS+11n mode
sys/net80211/ieee80211_output.c