Skip to content

fix(nmrs): allow NetworkManager to negotiate best protocol and cipher#271

Merged
cachebag merged 2 commits intomasterfrom
270
Mar 4, 2026
Merged

fix(nmrs): allow NetworkManager to negotiate best protocol and cipher#271
cachebag merged 2 commits intomasterfrom
270

Conversation

@cachebag
Copy link
Owner

@cachebag cachebag commented Mar 4, 2026

We hardcoded ["rsn"] (WPA2 only) and cipher to ["ccmp"] (AES only). When a router offers WPA1+WPA2 mixed mode, if the AP negotiates WPA1/TKIP first, the connection fails because nmrs told NetworkManager to only accept RSN/CCMP.

Fixes #270

@cachebag cachebag self-assigned this Mar 4, 2026
@cachebag cachebag added bug Something isn't working nmrs Changes attribute to nmrs refactor Change or improve code tests Add, remove or adjust tests labels Mar 4, 2026
@cachebag cachebag merged commit 223c55b into master Mar 4, 2026
7 checks passed
@cachebag cachebag deleted the 270 branch March 4, 2026 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working nmrs Changes attribute to nmrs refactor Change or improve code tests Add, remove or adjust tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] multiple wifi security

1 participant