Search found 3 matches
- Fri Feb 16, 2018 9:40 am
- Forum: General Discussion
- Topic: 802.1X connection debugging
- Replies: 2
- Views: 4040
Re: 802.1X connection debugging
(FYI: I cannot change the access point side configuration since in the field I have no control or influence over those access point setups; and the new ESP32 product needs to connect to an already rolled out set of access points. I cannot downgrade or change the security of the installed AP units; a...
- Thu Feb 15, 2018 12:15 pm
- Forum: General Discussion
- Topic: 802.1X connection debugging
- Replies: 2
- Views: 4040
Re: 802.1X connection debugging
From some packet capturing it seems the system does not proceed past the initial Authentication/Association packets. This looks to be because the ESP32 Association packet has tag 221 00:50:F2 type 1 entry with the AuthKeyMgmt type set to PSK (2) and not type WPA (1) as needed by the access point. So...
- Tue Feb 13, 2018 6:07 pm
- Forum: General Discussion
- Topic: 802.1X connection debugging
- Replies: 2
- Views: 4040
802.1X connection debugging
I have another device connecting to a EAP 802.1X access point successfully with the following wpa_supplicant configuration: network={ ssid="myTestSSID" scan_ssid=1 key_mgmt=WPA-EAP group=CCMP TKIP eap=TLS identity="user" ca_cert="/etc/wpa_supplicant/ca-chain.cert.pem" client_cert="/etc/wpa_supplican...