You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cpu/esp_common/esp-wifi/doc.txt
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -87,10 +87,10 @@ following configuration parameters have to be defined:
87
87
88
88
Parameter | Default | Description
89
89
:------------------|:----------|:------------
90
-
WIFI_SSID | "RIOT_AP" | SSID of the AP to be used.
91
-
ESP_WIFI_EAP_ID | none | Optional anonymous identity used in phase 1 (outer) EAP authentication. If it is not defined, the user name defined for phase 2 (inner) EAP authentication is used as idendity in phase 1.
92
-
ESP_WIFI_EAP_USER | none | User name used in phase 2 (inner) EAP authentication.
93
-
ESP_WIFI_EAP_PASS | none | Password used in phase 2 (inner) EAP authentication.
90
+
WIFI_SSID | "RIOT_AP" | SSID of the AP to be used.
91
+
WIFI_EAP_ID | none | Optional anonymous identity used in phase 1 (outer) EAP authentication. If it is not defined, the user name defined for phase 2 (inner) EAP authentication is used as idendity in phase 1.
92
+
WIFI_EAP_USER | none | User name used in phase 2 (inner) EAP authentication.
93
+
WIFI_EAP_PASS | none | Password used in phase 2 (inner) EAP authentication.
94
94
ESP_WIFI_STACKSIZE | #THREAD_STACKSIZE_DEFAULT | Stack size used for the WiFi netdev driver thread.
0 commit comments