Skip to content

Feature: Support WPA3/SAE and PMF configuration for modern hotspots (#111)#113

Open
dfry-lhzn wants to merge 2 commits into
CCOMJHC:mainfrom
dfry-lhzn:feature/111-wpa3-pmf
Open

Feature: Support WPA3/SAE and PMF configuration for modern hotspots (#111)#113
dfry-lhzn wants to merge 2 commits into
CCOMJHC:mainfrom
dfry-lhzn:feature/111-wpa3-pmf

Conversation

@dfry-lhzn
Copy link
Copy Markdown

Resolves #111

Description
When utilizing the WIBL logger with modern mobile hotspots (e.g. Google Pixel 9 Pro) that enforce WPA3 security, the logger was failing to authenticate. This PR fixes this by configuring PMF (\pmf_cfg.capable, \pmf_cfg.required) and WPA3 SAE flags prior to invoking \WiFi.begin().

Changes

  • Injects WPA3 / PMF capabilities in \WiFiAdapter::attemptStationJoin.
  • Adds a \RequirePMF\ parameter to the configuration system so strict PMF enforcement can be toggled without breaking legacy WPA2 infrastructure. By default, WPA2 backward compatibility is strictly retained.

…JHC#111)

- Adds CONFIG_REQUIRE_PMF_S to allow users with modern hotspots (like Pixel 9 Pro) to enforce Protected Management Frames.
- Defaults PMF to capable but not required to preserve compatibility with legacy WPA2 networks.
- Sets sae_pwe_h2e to WPA3_SAE_PWE_BOTH where available to enable WPA3 SAE flow.
@dfry-lhzn dfry-lhzn force-pushed the feature/111-wpa3-pmf branch from 46d1e52 to b697c0f Compare May 19, 2026 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Support WPA3/SAE and PMF for Modern Hotspots

1 participant