espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.41k stars 7.25k forks source link

[TW#15825] WPA2 EAP-GTC #1106

Closed philipreusch closed 6 years ago

philipreusch commented 6 years ago

Hi,

i'm working on a project for my apprenticeship but can't connect my ESP32 to our WiFi. A colleague told me we're using WPA2 Enterprise with inner GTC (Generic Token Card) so I don't need any certificate.. Just username and password.

is it possible to connect the esp32 to WPA2 with GTC ? if its possible, how?

thank you very much in advance! flyb

XinDeng11 commented 6 years ago

@Flyb29, From your requirement, it seems that you don't need certificate verify, maybe you can try to mark esp_wifi_sta_set_wpa2_ent_set_ca_cert() and esp_wifi_sta_wpa2_ent_set_cert_key(), and have a try again. If it not working. maybe you can offer the sniffer log and then we will try to analysis

FayeY commented 6 years ago

Closing due to lack of response, please feel free to reopen if this is still an issue and you can supply more details.