mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[PR #1512] [MERGED] WPA2 Enterprise PEAP support #1770
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1770
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/tzapu/WiFiManager/pull/1512
Author: @jameshi16
Created: 10/16/2022
Status: ✅ Merged
Merged: 10/19/2022
Merged by: @tablatronix
Base:
PEAP← Head:master📝 Commits (3)
a1223dfAdded preliminary WPA2_Enterprise PEAP supportc402fc0Remove unncessary printf654e673Delete enterprise config after connecting to normal AP📊 Changes
3 files changed (+147 additions, -10 deletions)
View changed files
📝
WiFiManager.cpp(+136 -7)📝
WiFiManager.h(+4 -0)📝
strings_en.h(+7 -3)📄 Description
Hi,
I'm currently working in an environment where I have to connect the ESP32 to a WPA2 Enterprise network protected with PEAP. Given the nature of such a network, the credentials are used for more than just WiFi. I was hence uncomfortable with configuring my username & password directly on a sketch that I would be sharing, so I decided to use WiFiManager.
The PR contains some code to get WiFiManager working with PEAP-protected networks. Is implementing support for WPA2 Enterprise networks currently on the roadmap?
I had to use my own NVS storage, as it seems like the ESP32 framework doesn't automatically save credentials for anything outside of a typical SSID & Password combo.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.