CVSROOT:        /cvs
Module name:    src
Changes by:     s...@cvs.openbsd.org    2022/03/14 09:07:24

Modified files:
        sys/net80211   : ieee80211.c ieee80211.h ieee80211_input.c 
                         ieee80211_ioctl.h ieee80211_node.c 
                         ieee80211_node.h ieee80211_output.c 
                         ieee80211_proto.c ieee80211_proto.h 
                         ieee80211_var.h 

Log message:
Add initial 802.11ac (VHT) support to net80211.

Add VHT capability and operation IE definitions to ieee80211.h.
Introduce channel flags to identify 80MHz and 160MHz capable channels.

Parse VHT IEs in beacons, announce the driver's VHT capabilities in
probe requests and assoc requests, and hop into 11ac mode after
association to the AP if possible.

Enable VHT by default if the driver announces support for it.

ok claudio@

Reply via email to