Morse Micro 44035f3c1f hostapd_s1g: add Morse Micro hostapd package
This package provides the Morse Micro modified hostapd to add
HaLow support.
2024-10-04 14:17:35 +10:00

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