]> git.ipfire.org Git - thirdparty/hostap.git/commit
Add support for user configurable Beacon frame data rate for AP mode
authorPurushottam Kushwaha <pkushwah@qti.qualcomm.com>
Tue, 22 Nov 2016 09:10:35 +0000 (14:40 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 25 Nov 2016 21:12:30 +0000 (23:12 +0200)
commit29483a5678af176d41e9cc345514320ec2b2998b
treee6852ae17df9953f5a7eedd0c27e78fb7f4542cf
parentdff690b8597cd0ca17de470c1911352c63cbbbd1
Add support for user configurable Beacon frame data rate for AP mode

Allow configuration of Beacon frame TX rate from hostapd.conf with
"beacon_rate=xx" option. The following format is used to set
legacy/HT/VHT beacon rates:

Legacy (CCK/OFDM rates):
beacon_rate=<legacy rate in 100 kbps>
HT:
beacon_rate=ht:<HT MCS>
VHT:
beacon_rate=vht:<VHT MCS>

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.h
src/ap/beacon.c
src/common/defs.h
src/drivers/driver.h