Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:auth

103 		} else if (os_strstr(config->phase2, "auth=MSCHAPV2")) {
106 } else if (os_strstr(config->phase2, "auth=MSCHAP")) {
109 } else if (os_strstr(config->phase2, "auth=PAP")) {
112 } else if (os_strstr(config->phase2, "auth=CHAP")) {
1118 /* EAP-TTLS does not use Phase2 on fast re-auth; this must be