]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Disable offchannel-ok in AP mode only if beaconing
authorJouni Malinen <jouni@codeaurora.org>
Wed, 13 May 2020 14:09:52 +0000 (17:09 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 13 May 2020 14:09:52 +0000 (17:09 +0300)
commit99809c7a44e86918d08aa23d1666c99ccd22693a
tree4b587d7dd9f0d344745cc927667a70617a9c9aaa
parent0f58c88fc395cfad67a0ff9c29dc99b6f9931622
nl80211: Disable offchannel-ok in AP mode only if beaconing

When hostapd is started without beaconing (start_disabled=1), Public
Action frame transmission command through nl80211 needs to allow
offchannel operations regardless of the operating channel configuration.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/drivers/driver_nl80211.c