We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f2842c commit 53cca71Copy full SHA for 53cca71
1 file changed
src/mode/station/auth/entreprise/ttls.rs
@@ -21,9 +21,13 @@ use crate::{
21
enum Phase2Method {
22
#[default]
23
MSCHAPV2,
24
+ #[strum(serialize = "Tunneled-CHAP")]
25
TunneledCHAP,
26
+ #[strum(serialize = "Tunneled-MSCHAP")]
27
TunneledMSCHAP,
28
+ #[strum(serialize = "Tunneled-MSCHAPv2")]
29
TunneledMSCHAPv2,
30
+ #[strum(serialize = "Tunneled-PAP")]
31
TunneledPAP,
32
}
33
0 commit comments