slaggi
August 19, 2026, 8:56am
1
It states that WLED_ENABLE_WPA_ENTERPRISE should be implemented (for 802.1x) since v16. But when i try to build wled with the platform override from quinled, it fails. As soon as i remove that flag, it builds again. I am wondering if anyone can confirm this behaviour, or if i do something wrong.
Thanks!
main ← benjaminkraus:wpa-enterprise-pr
opened 01:22AM - 15 Dec 25 UTC
This change adds support for enterprise WiFi requiring a username and anonymous … identity.
This change is a revival of this old PR: https://github.com/wled/WLED/pull/3195
The WiFi setup page was augmented with a drop-down menu to choose between "None/WPA/WPA2" and "WPA/WPA2-Enterprise". When you select "WPA/WPA2-Enterprise", two new fields are shown to enter your anonymous identity and identity (username).
I tested using an ESP32.
Fixes https://github.com/wled/WLED/issues/2749
## Summary by CodeRabbit
## Release Notes
**New Features**
* Added WPA/WPA2-Enterprise WiFi authentication support with full configuration options
* New WiFi settings fields: encryption type selection, anonymous identity, and identity credentials
* Device now supports enterprise and corporate WiFi network configurations
* Enhanced WiFi setup to handle complex authentication requirements
<sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub>
opened 07:56AM - 02 Sep 25 UTC
enhancement
Issue to track all tasks relating to 0.16 release
- [x] Bootloader validation
… - [ ] Usermods a library documentation updates
- [ ] Migration details for release notes
- [ ] Release notes
- [ ] Fix flickering of certain LED type / output driver / hardware combinations
- [x] V4 tech preview end - OTA
- [x] V4 tech preview end - mobile app
- [ ] Audioreactive off-tree, and WLED/WLED-MM code harmonization - pushed to 16.1.x
little update:
i tested it with the target esp32dev_8M and it fails in the same way (removed the override ini and only added that flag to platformio.ini), so seems like this wifi enterprise flag does somehow not work. any help is very appreciated
are you building 16.x branch where this is supported or main 17.x branch which is in dev?
slaggi
August 19, 2026, 10:00am
3
i tried it with tag 16.0.1
out of curiosity i tested it against branch 16_x, fails in the same way