ESP32-WPA2-enterprise
ESP32-WPA2-enterprise copied to clipboard
ESP32 WPA2 Enterprise example simplified for Arduino
Separates the wifi config for easy implementation of keys and things of that nature
Fixes for init hardware, WPA/WPA2 Enterprise sketches are working with June 2018 Arduino ESP32 core only. Newest version have problem with connection to these 802.1x networks.
Hi! The xxx_enable() call in the wpa2.ino example requires a parameter describing an algorithm. Could you please advise on how to continue? Thanks! ``` extern const wpa2_crypto_funcs_t g_wifi_default_wpa2_crypto_funcs; typedef struct...
I am trying to connect to a university's Wi-Fi network which uses TKIP, PEAP version 0 for phase1 and MSCHAPV2 for phase 2. No certificates are required. I am using...