]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Add support for DFS channels in CHAN_SWITCH
authorSergey Matyukevich <sergey.matyukevich.os@quantenna.com>
Tue, 28 Jan 2020 15:09:53 +0000 (15:09 +0000)
committerJouni Malinen <j@w1.fi>
Sun, 29 Mar 2020 18:15:16 +0000 (21:15 +0300)
commitc60717f839649c522757e01541f3d4b749658299
tree84855ca7a3cb30847ad150676bb26919b832ec9a
parent683e7c75594d716e53ff40e265419fddea5d319e
hostapd: Add support for DFS channels in CHAN_SWITCH

Enable support for DFS channels in the CHAN_SWITCH command. Perform CAC
instead of CSA if DFS channel is selected. Then restart normal AP
operations.

Note that the current implementation provides a simplified approach. It
does not check if the selected DFS channel block is already in the
HOSTAPD_CHAN_DFS_AVAILABLE state. CAC procedure is restarted anyway.

Signed-off-by: Sergey Matyukevich <sergey.matyukevich.os@quantenna.com>
hostapd/ctrl_iface.c