Skip to content

fix(ttls): correct Phase 2 method names for iwd compatibility#128

Merged
pythops merged 1 commit intopythops:mainfrom
nsvke:fix-ttls-typo
Feb 11, 2026
Merged

fix(ttls): correct Phase 2 method names for iwd compatibility#128
pythops merged 1 commit intopythops:mainfrom
nsvke:fix-ttls-typo

Conversation

@nsvke
Copy link
Contributor

@nsvke nsvke commented Feb 11, 2026

This PR updates the EAP-TTLS Phase 2 method names to ensure full compatibility with iwd configuration requirements.

Changes

  • Standardized method names (PAP, CHAP, MSCHAP, MSCHAPv2) to follow the Tunneled- naming convention.
  • Synchronized values with the official iwd.network specifications.
  • Verified that the corrected strings resolve authentication failures in TTLS/PAP environments.

Closes #127

@pythops pythops merged commit 53cca71 into pythops:main Feb 11, 2026
1 check passed
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.

Fix typo in TTLS Phase2 Method

2 participants