mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
enable MESH function in feeds/morse/utils/wpa_supplicant_s1g/Config.in ticket: WIFI-14896 Signed-off-by: Ian Chen <ian77_chen@accton.com>
14 lines
272 B
Plaintext
14 lines
272 B
Plaintext
if PACKAGE_wpa_supplicant_s1g
|
|
|
|
config MORSE_WPA_SUPPLICANT_S1G_MESH_NETWORKING
|
|
bool
|
|
default y
|
|
prompt "Enable mesh networking support"
|
|
|
|
config MORSE_WPA_SUPPLICANT_S1G_EAP
|
|
bool
|
|
default n
|
|
prompt "Enable Extensible Authentication Protocol (EAP) support"
|
|
|
|
endif
|