]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/drivers/driver_nl80211_capa.c
nl80211: Configure Beacon frame TX rate if driver advertises support
authorPurushottam Kushwaha <pkushwah@qti.qualcomm.com>
Thu, 24 Nov 2016 15:09:47 +0000 (20:39 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 25 Nov 2016 22:36:27 +0000 (00:36 +0200)
commitd4f3003c56f800b82ec212fe5b64fca4bb160a4c
treed6cdec2a5463497daec4d6d5bb1c665048cc2103
parent29483a5678af176d41e9cc345514320ec2b2998b
nl80211: Configure Beacon frame TX rate if driver advertises support

If the driver advertises support for setting Beacon frame data rate,
allow the user to configure this rate as part of starting the AP. Only
one Beacon frame TX rate is allowed.

Drivers advertising such support should set corresponding flag via the
NL80211_ATTR_EXT_FEATURES attribute.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/drivers/driver_nl80211.c
src/drivers/driver_nl80211_capa.c