Lines Matching full:identity
2 * hostapd / EAP-Identity
70 wpa_printf(MSG_ERROR, "EAP-Identity: Failed to allocate " in eap_identity_buildReq()
91 wpa_printf(MSG_INFO, "EAP-Identity: Invalid frame"); in eap_identity_check()
109 wpa_printf(MSG_DEBUG, "EAP-Identity: failed to pick " in eap_identity_process()
122 wpa_hexdump_ascii(MSG_DEBUG, "EAP-Identity: Peer identity", pos, len); in eap_identity_process()
126 eap_log_msg(sm, "EAP-Response/Identity '%s'", buf); in eap_identity_process()
129 if (sm->identity) in eap_identity_process()
131 os_free(sm->identity); in eap_identity_process()
132 sm->identity = os_malloc(len ? len : 1); in eap_identity_process()
133 if (sm->identity == NULL) { in eap_identity_process()
136 os_memcpy(sm->identity, pos, len); in eap_identity_process()
163 "Identity"); in eap_server_identity_register()