]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpa_supplicant: Handle HT40 and mode downgrade in AP mode
authorMarkus Theil <markus.theil@tu-ilmenau.de>
Tue, 30 Jun 2020 11:53:19 +0000 (13:53 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 14 Oct 2020 09:49:28 +0000 (12:49 +0300)
commitdf6745e8c8c1312d41f3e7fd044f438408526a2b
treee8db91d66d4abafe138ae5bf87c3af3d106826ef
parent93da12fd9ff7596f057ddd3f0e67210960fe6a90
wpa_supplicant: Handle HT40 and mode downgrade in AP mode

Add some missing pieces to the interface configuration of AP/mesh mode
in wpa_supplicant.
 - check for secondary channel and HT40 capability
 - try to downgrade to IEEE 802.11b if 802.11g is not available
Especially with the HT40 check, this code now performs all settings,
which the deleted/duplicated mesh code did.

Signed-off-by: Markus Theil <markus.theil@tu-ilmenau.de>
wpa_supplicant/ap.c