Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:altmatch

1041 	char *match, *altmatch;
1052 altmatch = conn ? conn->altsubject_match : NULL;
1067 } else if (depth == 0 && altmatch &&
1068 !tls_match_altsubject(err_cert, altmatch)) {
1070 "'%s' not found", altmatch);