]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Add a config option to control beaconing
authorSujith Manoharan <c_manoha@qca.qualcomm.com>
Sat, 20 Jul 2013 14:20:43 +0000 (17:20 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 20 Jul 2013 14:20:43 +0000 (17:20 +0300)
commit3f9a8137f5f5e8ffe4102c7a8230d53dc0c3c7d4
tree9783e53d0b93cc66d2bab1ab4fb27fd3321bc802
parent182b2e535c913eb99ba401f2b3269f3e9a69859a
hostapd: Add a config option to control beaconing

In a AP/STA concurrent setup, if the STA interface is continually
scanning, trying to connect to a network, the AP interface
is basically broken since beaconing would be erratic.

This option can be used in a WDS setup where one AP acts as a
Client/AP-Repeater. The Repeater AP interface has to start beaconing
only after the Client interface has established a WDS link with the
"Root AP".

Signed-hostap: Sujith Manoharan <c_manoha@qca.qualcomm.com>
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.h
src/ap/hostapd.c