Searched refs:accept_p (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DSupplicant.c2800 EAPAcceptTypesRef accept_p = &supp->eap_accept; local
2803 if (accept_p->count < 2 || (password_specified == identity_specified)) {
2806 tls_index = EAPAcceptTypesIndexOfType(accept_p, kEAPTypeTLS);
2820 accept_p->count = 1;
2821 accept_p->types[0] = kEAPTypeTLS;
2830 EAPAcceptTypesRemoveTypeAtIndex(accept_p, tls_index);

Completed in 75 milliseconds