Home | History | Annotate | Download | only in eapol_auth

Lines Matching refs:identity

480 	 * sending out EAP-Response/Identity as a response to the first
775 const char *identity, const char *radius_cui)
860 if (identity) {
861 sm->identity = (u8 *) os_strdup(identity);
862 if (sm->identity)
863 sm->identity_len = os_strlen(identity);
892 os_free(sm->identity);
1026 static int eapol_sm_get_eap_user(void *ctx, const u8 *identity,
1033 ret = sm->eapol->cb.get_eap_user(sm->eapol->conf.ctx, identity,