[GH-ISSUE #5] Provided Arduino sketch will not compile #4

Open
opened 2026-02-26 01:35:34 +03:00 by kerem · 1 comment
Owner

Originally created by @bowleri on GitHub (Jan 20, 2020).
Original GitHub issue: https://github.com/joostd/esp8266-eduroam/issues/5

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

Originally created by @bowleri on GitHub (Jan 20, 2020). Original GitHub issue: https://github.com/joostd/esp8266-eduroam/issues/5 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
Author
Owner

@joostd commented on GitHub (Jan 20, 2020):

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.

<!-- gh-comment-id:576341046 --> @joostd commented on GitHub (Jan 20, 2020): The function [`wifi_station_set_enterprise_identity()`](https://github.com/espressif/ESP8266_NONOS_SDK/blob/master/include/wpa2_enterprise.h#L47) is part of [ESP8266_NONOS_SDK](https://github.com/espressif/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](https://github.com/espressif/ESP8266_RTOS_SDK). I currently do not have the time to migrate the code to ESP8266_RTOS_SDK.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/esp8266-eduroam-joostd#4
No description provided.