Open bowleri opened 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.
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