You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have been trying different ways to connect my ESP8266 to eduroam.
I have latest version of the sdk and have found that you might have to edit the libwpa2.a file specifically "[email protected]" to your identity to make it work. But apparently the latest release covers this with wifi_station_set_enterprise_identity?
So the first thing I tried was using that function and setting my identity to my username
But that did not work and have been getting the below output: WPA2 ENTERPRISE VERSION: [v2.0] enable mode : sta(60:01:94:1f:d7:1a) add if0 [mode: 0 -> 3] scandone state: 0 -> 2 (b0) state: 2 -> 3 (0) state: 3 -> 5 (10) add 0 aid 1 cnt pm open,type:2 0 state: 5 -> 2 (7c0) rm 0 pm close 7 [disconnect from ssid eduroam, reason 204] reconnect
Next thing I tried was setting the identity manually itself in the libwpa2.a file to "[email protected]" with correct padding.
Still gives me an error but for a different reason: WPA2 ENTERPRISE VERSION: [v2.0] enable mode : sta(60:01:94:1f:d7:1a) add if0 [mode: 0 -> 3] scandone state: 0 -> 2 (b0) state: 2 -> 3 (0) state: 3 -> 5 (10) add 0 aid 1 cnt pm open,type:2 0 state: 5 -> 2 (7c0) rm 0 pm close 7 [disconnect from ssid eduroam, reason 7] reconnect state: 2 -> 0 (0) scandone
Apparently this error according to the SDK is REASON_NOT_ASSOCED (I don't even know what that refers to).
I've been stuck on this for a while so any help will be much appreciated!
The text was updated successfully, but these errors were encountered:
FayeY
changed the title
ESP8266 can't connect to eduroam
[TW#20356] ESP8266 can't connect to eduroam
Apr 16, 2018
So I have been trying different ways to connect my ESP8266 to eduroam.
I have latest version of the sdk and have found that you might have to edit the libwpa2.a file specifically "[email protected]" to your identity to make it work. But apparently the latest release covers this with wifi_station_set_enterprise_identity?
So the first thing I tried was using that function and setting my identity to my username
But that did not work and have been getting the below output:
WPA2 ENTERPRISE VERSION: [v2.0] enable mode : sta(60:01:94:1f:d7:1a) add if0 [mode: 0 -> 3] scandone state: 0 -> 2 (b0) state: 2 -> 3 (0) state: 3 -> 5 (10) add 0 aid 1 cnt pm open,type:2 0 state: 5 -> 2 (7c0) rm 0 pm close 7 [disconnect from ssid eduroam, reason 204] reconnect
Next thing I tried was setting the identity manually itself in the libwpa2.a file to "[email protected]" with correct padding.
Still gives me an error but for a different reason:
WPA2 ENTERPRISE VERSION: [v2.0] enable mode : sta(60:01:94:1f:d7:1a) add if0 [mode: 0 -> 3] scandone state: 0 -> 2 (b0) state: 2 -> 3 (0) state: 3 -> 5 (10) add 0 aid 1 cnt pm open,type:2 0 state: 5 -> 2 (7c0) rm 0 pm close 7 [disconnect from ssid eduroam, reason 7] reconnect state: 2 -> 0 (0) scandone
Apparently this error according to the SDK is REASON_NOT_ASSOCED (I don't even know what that refers to).
I've been stuck on this for a while so any help will be much appreciated!
The text was updated successfully, but these errors were encountered: