joostd / esp8266-eduroam

eduroam on a esp8266 SoC
59 stars 14 forks source link

Provided Arduino sketch will not compile #5

Open bowleri opened 4 years ago

bowleri commented 4 years ago

When compiling the provided arduino script the following error is received. 'wifi_station_set_enterprise_identity' was not declared in this scope

Are there steps required to add additional libraries for wpa2 enterprise. I am working on Windows

joostd commented 4 years ago

The function wifi_station_set_enterprise_identity() is part of ESP8266_NONOS_SDK. It should be part of your toolchain.

I haven't tried to compile in a while, as I moved to esp32 which has much better support for wpa2-enterprise. Also ESP8266_NONOS_SDK seems abandoned, and it is suggested to move to ESP8266_RTOS_SDK.

I currently do not have the time to migrate the code to ESP8266_RTOS_SDK.