]> git.ipfire.org Git - thirdparty/hostap.git/commit
Add option to disable broadcast deauth in hostapd on AP start/stop
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 22 Feb 2017 22:03:00 +0000 (00:03 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 26 Feb 2017 10:05:40 +0000 (12:05 +0200)
commit57a2aacabf0f20efbdcd9828206edbbc328bc7ed
tree152a5b49a60f26d702ee31f1d5f85e841e37fd2d
parent21ed24f5ad3b713d1174a1ce55025b7266ff878d
Add option to disable broadcast deauth in hostapd on AP start/stop

The new broadcast_deauth parameter can be used to disable sending of the
Deauthentication frame whenever AP is started or stopped. The default
behavior remains identical to the past behavior (broadcast_deauth=1).

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/hostapd.c