hostapd: Add vendor specific VHT extension for the 2.4 GHz band
authorYanbo Li <yanbol@qti.qualcomm.com>
Mon, 10 Nov 2014 15:12:29 +0000 (23:12 +0800)
committerJouni Malinen <j@w1.fi>
Tue, 13 Jan 2015 22:59:22 +0000 (00:59 +0200)
commite7d0e97bdbdc996564f06b382af3d5a5164a8fb3
tree65a2f65671720c6ce66c773164d91ead6d4a0d29
parent3e7f1c7980c6e9fc7173f78aa72b2761fcd8924d
hostapd: Add vendor specific VHT extension for the 2.4 GHz band

This allows vendor specific information element to be used to advertise
support for VHT on 2.4 GHz band. In practice, this is used to enable use
of 256 QAM rates (VHT-MCS 8 and 9) on 2.4 GHz band.

This functionality is disabled by default, but can be enabled with
vendor_vht=1 parameter in hostapd.conf if the driver advertises support
for VHT on either 2.4 or 5 GHz bands.

Signed-off-by: Yanbo Li <yanbol@qti.qualcomm.com>
12 files changed:
hostapd/config_file.c
src/ap/ap_config.h
src/ap/beacon.c
src/ap/hw_features.c
src/ap/ieee802_11.c
src/ap/ieee802_11.h
src/ap/ieee802_11_vht.c
src/ap/sta_info.c
src/ap/sta_info.h
src/common/ieee802_11_common.c
src/common/ieee802_11_common.h
src/common/ieee802_11_defs.h