Search found 3 matches

by kkbbesp
Wed May 01, 2019 8:56 pm
Forum: ESP-IDF
Topic: WPA2: Arduino framework works but ESP-IDF does not
Replies: 0
Views: 2025

WPA2: Arduino framework works but ESP-IDF does not

Hello All, I am trying to connect to my wlan (WPA2 Enterprise, no certificates required, PEAP). The following arduino core works flawlessly. Seconds after bootup, I get a DHCP address. #include <Arduino.h> #include "esp_wpa2.h" #include <WiFi.h> const char *ssid = "MYSSID"; #define EAP_ID "MYSSID" #...
by kkbbesp
Wed May 01, 2019 3:01 pm
Forum: ESP-IDF
Topic: WIFI to WPA2:
Replies: 2
Views: 4289

Re: WIFI to WPA2:

Thank you. I seems like my platformio framework-espidf version is 3.30200.190418 (3.2.0). a.jpg And when i look even at the v2.0 branch of the example on github, the referenced variables are the same ( SYSTEM_EVENT_STA_START , SYSTEM_EVENT_STA_GOT_IP , SYSTEM_EVENT_STA_DISCONNECTED etc). After furth...
by kkbbesp
Tue Apr 30, 2019 7:32 pm
Forum: ESP-IDF
Topic: WIFI to WPA2:
Replies: 2
Views: 4289

WIFI to WPA2:

Hello All, I am just getting started with ESP32, and wish to join a WPA2 AP. I tried out this example: https://github.com/espressif/esp-idf/blob/master/examples/wifi/wpa2_enterprise/main/wpa2_enterprise_main.c and keep getting this error: src/test.c: In function 'event_handler': src/test.c:83:23: er...