OVMS3-idf/examples/wifi/wpa2_enterprise/main/Kconfig.projbuild

35 lines
855 B
Plaintext
Raw Normal View History

menu "Example Configuration"
2019-05-09 14:43:06 +00:00
config EXAMPLE_WIFI_SSID
string "WiFi SSID"
default "wpa2_test"
help
SSID (network name) for the example to connect to.
2019-05-09 14:43:06 +00:00
config EXAMPLE_EAP_METHOD
int "EAP METHOD"
default 1
help
EAP method (TLS, PEAP or TTLS) for the example to use.
TLS: 0, PEAP: 1, TTLS: 2
2019-05-09 14:43:06 +00:00
config EXAMPLE_EAP_ID
string "EAP ID"
default "example@espressif.com"
help
Identity in phase 1 of EAP procedure.
2019-05-09 14:43:06 +00:00
config EXAMPLE_EAP_USERNAME
string "EAP USERNAME"
default "espressif"
help
Username for EAP method (PEAP and TTLS).
2019-05-09 14:43:06 +00:00
config EXAMPLE_EAP_PASSWORD
string "EAP PASSWORD"
default "test11"
help
Password for EAP method (PEAP and TTLS).
2019-05-09 14:43:06 +00:00
endmenu