]> git.ipfire.org Git - thirdparty/hostap.git/commit
ACS: Add supported channel bandwidth checking
authorDmitry Lebed <dlebed@quantenna.com>
Thu, 1 Mar 2018 11:49:28 +0000 (14:49 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 6 Jan 2019 10:04:15 +0000 (12:04 +0200)
commit75ce63e063cc12f8465c14c10f07ed2d28ad5fe7
treed9f0e45b5b3a9c0c2359560b82fc5f376b820616
parentce6d9ce15b074a021e2c14c0c3a26f298c79e2da
ACS: Add supported channel bandwidth checking

While doing automatic channel selection we need to take into account
supported bandwidth for each channel provided via nl80211. Without this
modification hostapd might select an unsupported channel which would
fail during AP startup.

Signed-off-by: Dmitry Lebed <dlebed@quantenna.com>
src/ap/acs.c