Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:schannel_cred

45 	SCHANNEL_CRED schannel_cred;
736 os_memset(&conn->schannel_cred, 0, sizeof(conn->schannel_cred));
737 conn->schannel_cred.dwVersion = SCHANNEL_CRED_VERSION;
738 conn->schannel_cred.grbitEnabledProtocols = SP_PROT_TLS1;
740 conn->schannel_cred.cSupportedAlgs = 1;
741 conn->schannel_cred.palgSupportedAlgs = algs;
742 conn->schannel_cred.dwFlags |= SCH_CRED_NO_DEFAULT_CREDS;
746 &conn->schannel_cred, NULL, NULL, &conn->creds, &ts_expiry);
750 &conn->schannel_cred, NULL, NULL, &conn->creds, &ts_expiry);