mirror of
https://github.com/OpenMANET/morse-feed.git
synced 2025-12-10 03:43:06 -06:00
18 lines
437 B
Plaintext
18 lines
437 B
Plaintext
if PACKAGE_hostapd_s1g
|
|
|
|
config MORSE_HOSTAPD_S1G_EAP
|
|
bool
|
|
default n
|
|
prompt "Enable Extensible Authentication Protocol (EAP) support"
|
|
|
|
config MORSE_HOSTAPD_S1G_ACS
|
|
bool
|
|
default n
|
|
prompt "Enable automatic channel selection (ACS) support"
|
|
help
|
|
This will allow hostapd to pick the channel automatically when channel is set
|
|
to "acs_survey" or "0". Eventually, other ACS algorithms can be added in
|
|
similar way.
|
|
|
|
endif
|