whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.21k stars 222 forks source link

wifi wpa2 enterprise #123

Closed gmenier closed 5 years ago

gmenier commented 6 years ago

Hi, Not really an issue : is there any kind of support in LuaRTOS for wpa2 enterprise ? It seems there is some related code (in the source). Has someone forked or tried something (with success :-) ) ? (and btw thank you for the bug fixing) G.

oskarirauta commented 6 years ago

esp-idf does seem to come with example for WPA2-EAP, so it should be possible. +1 for this feature.

the0ne commented 5 years ago

Took me a day to properly set up radius on my router and WEP2 Enterprise on a wifi-bridge inside that router network. Finally I can login to the WiFi with my Android phone using a client-certificate and username/password.

Implementation of driver and lua part is ready but there's issues in the esp32 idf it seems: wpa: Method private structure allocated failure

the0ne commented 5 years ago

Implemented as e6799c58d6d2607023c1742d3cbaedd049b6fd57 and created PR #241

the0ne commented 5 years ago

@gmenier please test with a recent version