Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:ca_cert

2005 	{ STRe(ca_cert) },
2253 os_free(eap->ca_cert);
2342 os_free(cred->ca_cert);
3066 if (os_strcmp(var, "ca_cert") == 0) {
3067 os_free(cred->ca_cert);
3068 cred->ca_cert = val;
3386 if (os_strcmp(var, "ca_cert") == 0)
3387 return alloc_strdup(cred->ca_cert);