Lines Matching full:aka

2  * hostapd / EAP-AKA (RFC 4187) and EAP-AKA' (RFC 5448)
26 u8 k_re[EAP_AKA_PRIME_K_RE_LEN]; /* EAP-AKA' only */
85 wpa_printf(MSG_DEBUG, "EAP-AKA: %s -> %s", in eap_aka_state()
103 wpa_printf(MSG_DEBUG, "EAP-AKA: Reauth username '%s'", username); in eap_aka_check_identity_reauth()
107 wpa_printf(MSG_DEBUG, "EAP-AKA: Unknown reauth identity - " in eap_aka_check_identity_reauth()
115 "EAP-AKA: Too many fast re-authentication attemps - fall back to full authentication"); in eap_aka_check_identity_reauth()
118 "EAP-AKA: Permanent identity recognized - skip AKA-Identity exchange"); in eap_aka_check_identity_reauth()
134 "EAP-AKA: Using fast re-authentication (counter=%d)", in eap_aka_check_identity_reauth()
176 * Since re-auth username was recognized, skip AKA/Identity in eap_aka_check_identity()
183 /* Skip AKA/Identity exchange since the permanent identity in eap_aka_check_identity()
197 wpa_printf(MSG_DEBUG, "EAP-AKA: Pseudonym username '%s'", in eap_aka_check_identity()
203 wpa_printf(MSG_DEBUG, "EAP-AKA: Unknown pseudonym " in eap_aka_check_identity()
211 * Since pseudonym username was recognized, skip AKA/Identity in eap_aka_check_identity()
226 wpa_printf(MSG_WARNING, "EAP-AKA: eap_sim_db not configured"); in eap_aka_init()
252 wpa_printf(MSG_WARNING, "EAP-AKA: eap_sim_db not configured"); in eap_aka_prime_init()
319 * No EAP-AKA/Identity packets were exchanged - send empty in eap_aka_add_checkcode()
326 /* Checkcode is SHA1 hash over all EAP-AKA/Identity packets. */ in eap_aka_add_checkcode()
329 wpa_hexdump(MSG_MSGDUMP, "EAP-AKA: AT_CHECKCODE data", addr, len); in eap_aka_add_checkcode()
354 wpa_printf(MSG_DEBUG, "EAP-AKA: Checkcode from peer " in eap_aka_verify_checkcode()
355 "indicates that AKA/Identity messages were " in eap_aka_verify_checkcode()
366 wpa_printf(MSG_DEBUG, "EAP-AKA: Checkcode from peer indicates " in eap_aka_verify_checkcode()
367 "that AKA/Identity message were not used, but they " in eap_aka_verify_checkcode()
372 /* Checkcode is SHA1 hash over all EAP-AKA/Identity packets. */ in eap_aka_verify_checkcode()
381 wpa_printf(MSG_DEBUG, "EAP-AKA: Mismatch in AT_CHECKCODE"); in eap_aka_verify_checkcode()
395 wpa_printf(MSG_DEBUG, "EAP-AKA: Generating Identity"); in eap_aka_build_identity()
402 * ignored and the AKA/Identity is used to request the in eap_aka_build_identity()
460 wpa_printf(MSG_DEBUG, "EAP-AKA: Max fast re-authentication " in eap_aka_build_encr()
503 wpa_printf(MSG_WARNING, "EAP-AKA: Failed to encrypt " in eap_aka_build_encr()
518 wpa_printf(MSG_DEBUG, "EAP-AKA: Generating Challenge"); in eap_aka_build_challenge()
594 wpa_printf(MSG_DEBUG, "EAP-AKA: Generating Re-authentication"); in eap_aka_build_reauth()
598 wpa_hexdump_key(MSG_MSGDUMP, "EAP-AKA: NONCE_S", in eap_aka_build_reauth()
651 wpa_printf(MSG_DEBUG, "EAP-AKA: Generating Notification"); in eap_aka_build_notification()
670 wpa_printf(MSG_WARNING, "EAP-AKA: Failed to " in eap_aka_build_notification()
699 wpa_printf(MSG_DEBUG, "EAP-AKA: Unknown state %d in " in eap_aka_buildReq()
717 wpa_printf(MSG_INFO, "EAP-AKA: Invalid frame"); in eap_aka_check()
734 wpa_printf(MSG_INFO, "EAP-AKA: Unexpected response " in eap_aka_subtype_ok()
742 wpa_printf(MSG_INFO, "EAP-AKA: Unexpected response " in eap_aka_subtype_ok()
749 wpa_printf(MSG_INFO, "EAP-AKA: Unexpected response " in eap_aka_subtype_ok()
756 wpa_printf(MSG_INFO, "EAP-AKA: Unexpected response " in eap_aka_subtype_ok()
762 wpa_printf(MSG_INFO, "EAP-AKA: Unexpected state (%d) for " in eap_aka_subtype_ok()
776 wpa_hexdump_ascii(MSG_DEBUG, "EAP-AKA: Identity", in eap_aka_determine_identity()
804 wpa_printf(MSG_DEBUG, "EAP-AKA: Pseudonym username '%s'", in eap_aka_determine_identity()
810 wpa_printf(MSG_DEBUG, "EAP-AKA: Unknown pseudonym " in eap_aka_determine_identity()
821 wpa_printf(MSG_DEBUG, "EAP-AKA: Permanent username '%s'", in eap_aka_determine_identity()
837 "EAP-AKA: Received encrypted identity, but no IMSI privacy key configured to decrypt it"); in eap_aka_determine_identity()
850 "EAP-AKA: Encrypted permanent identity", in eap_aka_determine_identity()
855 "EAP-AKA: Could not base64 decode encrypted identity"); in eap_aka_determine_identity()
859 "EAP-AKA: Decoded encrypted permanent identity", in eap_aka_determine_identity()
870 "EAP-AKA: Failed to decrypt encrypted identity"); in eap_aka_determine_identity()
873 wpa_hexdump_ascii(MSG_DEBUG, "EAP-AKA: Decrypted permanent identity", in eap_aka_determine_identity()
893 wpa_printf(MSG_DEBUG, "EAP-AKA: Unrecognized username '%s'", in eap_aka_determine_identity()
918 wpa_printf(MSG_DEBUG, "EAP-AKA: AKA authentication data " in eap_aka_fullauth()
943 wpa_printf(MSG_INFO, "EAP-AKA: Failed to get AKA " in eap_aka_fullauth()
950 wpa_printf(MSG_DEBUG, "EAP-AKA: AKA authentication data " in eap_aka_fullauth()
957 wpa_printf(MSG_DEBUG, "EAP-AKA: Workaround - drop last null " in eap_aka_fullauth()
961 wpa_hexdump_ascii(MSG_DEBUG, "EAP-AKA: Identity for MK derivation", in eap_aka_fullauth()
986 wpa_printf(MSG_DEBUG, "EAP-AKA: Processing Identity"); in eap_aka_process_identity()
989 wpa_printf(MSG_WARNING, "EAP-AKA: Unexpected attribute " in eap_aka_process_identity()
990 "received in EAP-Response/AKA-Identity"); in eap_aka_process_identity()
997 * We always request identity with AKA/Identity, so the peer is in eap_aka_process_identity()
1001 wpa_printf(MSG_DEBUG, "EAP-AKA: Peer did not provide any " in eap_aka_process_identity()
1044 wpa_printf(MSG_DEBUG, "EAP-AKA: Processing Challenge"); in eap_aka_process_challenge()
1053 wpa_printf(MSG_WARNING, "EAP-AKA': Peer selected " in eap_aka_process_challenge()
1065 wpa_printf(MSG_DEBUG, "EAP-AKA': KDF %d selected", data->kdf); in eap_aka_process_challenge()
1074 wpa_printf(MSG_WARNING, "EAP-AKA: Invalid AT_CHECKCODE in the " in eap_aka_process_challenge()
1082 wpa_printf(MSG_WARNING, "EAP-AKA: Challenge message " in eap_aka_process_challenge()
1096 wpa_printf(MSG_WARNING, "EAP-AKA: Challenge message did not " in eap_aka_process_challenge()
1107 wpa_printf(MSG_DEBUG, "EAP-AKA: Challenge response includes the " in eap_aka_process_challenge()
1149 wpa_printf(MSG_DEBUG, "EAP-AKA: Processing Synchronization-Failure"); in eap_aka_process_sync_failure()
1152 wpa_printf(MSG_WARNING, "EAP-AKA: Synchronization-Failure " in eap_aka_process_sync_failure()
1165 wpa_printf(MSG_WARNING, "EAP-AKA: Resynchronization failed"); in eap_aka_process_sync_failure()
1185 wpa_printf(MSG_DEBUG, "EAP-AKA: Processing Reauthentication"); in eap_aka_process_reauth()
1190 wpa_printf(MSG_WARNING, "EAP-AKA: Re-authentication message " in eap_aka_process_reauth()
1196 wpa_printf(MSG_WARNING, "EAP-AKA: Reauthentication " in eap_aka_process_reauth()
1205 wpa_printf(MSG_WARNING, "EAP-AKA: Failed to parse encrypted " in eap_aka_process_reauth()
1211 wpa_printf(MSG_WARNING, "EAP-AKA: Re-authentication message " in eap_aka_process_reauth()
1219 wpa_printf(MSG_DEBUG, "EAP-AKA: Re-authentication response includes " in eap_aka_process_reauth()
1223 wpa_printf(MSG_DEBUG, "EAP-AKA: Re-authentication response " in eap_aka_process_reauth()
1277 wpa_printf(MSG_DEBUG, "EAP-AKA: Client reported error %d", in eap_aka_process_client_error()
1290 wpa_printf(MSG_DEBUG, "EAP-AKA: Client rejected authentication"); in eap_aka_process_authentication_reject()
1300 wpa_printf(MSG_DEBUG, "EAP-AKA: Client replied to notification"); in eap_aka_process_notification()
1327 wpa_printf(MSG_DEBUG, "EAP-AKA: Unrecognized or unexpected " in eap_aka_process()
1328 "EAP-AKA Subtype in EAP Response"); in eap_aka_process()
1337 wpa_printf(MSG_DEBUG, "EAP-AKA: Failed to parse attributes"); in eap_aka_process()
1373 wpa_printf(MSG_DEBUG, "EAP-AKA: Unknown state %d in " in eap_aka_process()
1452 wpa_hexdump(MSG_DEBUG, "EAP-AKA: Derived Session-Id", id, *len); in eap_aka_get_session_id()
1463 EAP_VENDOR_IETF, EAP_TYPE_AKA, "AKA"); in eap_server_aka_register()
1489 "AKA'"); in eap_server_aka_prime_register()