Skip to content

Commit 2f49730

Browse files
committed
fix: use the correct fields names of PEAP network config
1 parent c2f226e commit 2f49730

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/mode/station/auth/entreprise

src/mode/station/auth/entreprise/peap.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ EAP-Identity={}
260260
text.push_str(
261261
format!(
262262
"EAP-PEAP-Phase2-Method={}
263-
EAP-TTLS-Phase2-Identity={}
264-
EAP-TTLS-Phase2-Password={}
263+
EAP-PEAP-Phase2-Identity={}
264+
EAP-PEAP-Phase2-Password={}
265265
",
266266
self.phase2_method,
267267
self.phase2_identity.value(),

0 commit comments

Comments
 (0)