IotWebConf icon indicating copy to clipboard operation
IotWebConf copied to clipboard

wpa2 enterprise?

Open l33333on opened this issue 3 years ago • 2 comments
trafficstars

Hi, is there a possibility to connect my esp32 to a WPA2 enterprise wifi with radius authentication?

l33333on avatar Jan 07 '22 08:01 l33333on

I believe this is something depends on the ability of the ESP32. IotWebConf just gathers abilities of the ESPs and put a nice frame around it.

prampec avatar Feb 22 '22 21:02 prampec

ESP32 Arduino does support connecting to WPA2 Enterprise APs. See https://github.com/JeroenBeemster/ESP32-WPA2-enterprise/blob/master/ESP32_WPA2enterprise.ino for an example. So, from what I understand we need either of two things:

  • a way to skip IotWebConf WiFi initialization and do it yourself
  • IotWebConf to do this transparently behind the scenes for us

marcelstoer avatar Nov 09 '23 10:11 marcelstoer