Openwrt/package
Raphaël Mélotte acdb7c38c6 hostapd: add default_disabled option to the supplicant
With the default configuration we generate, the supplicant starts
scanning and tries to connect to any open network when the interface
is enabled.

In some cases it can be desirable to prevent the supplicant from
scanning by itself. For example, if on the same radio an AP is
configured and an unconfigured STA is added (to be configured with
WPS), the AP might not be able to beacon until the STA stops
scanning.

In such a case, the STA configuration can still be required to set
specific settings (e.g. multi_ap_backhaul_sta) so it can't be set to
"disabled" in uci (because that would prevent the supplicant from
being run at all). The alternative is to add the "disabled" parameter
to the default network block in the supplicant configuration.

This patch adds a "default_disabled" setting in UCI which, when set,
adds the "disabled" parameter to the supplicant default network block.

Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
2021-06-23 14:52:16 -10:00
..
base-files base-files: fix zoneinfo support 2021-06-23 14:10:27 -10:00
boot grub2: update to 2.06 2021-06-21 09:02:26 -10:00
devel
firmware
kernel kernel: crypto: limit crypto-hw-hifn-795x to devices with pci support 2021-06-22 23:23:00 +02:00
libs ustream-ssl: variants conflict with each other 2021-06-21 18:48:03 -10:00
network hostapd: add default_disabled option to the supplicant 2021-06-23 14:52:16 -10:00
system uci: add uci_revert function 2021-06-21 08:36:03 -10:00
utils busybox: disable bzip2 2021-06-20 14:17:49 -10:00
Makefile