Home | History | Annotate | Download | only in ap

Lines Matching defs:mic

755 	/* Supplicant reported a Michael MIC error */
758 "(STA detected Michael MIC failure (group=%d))",
763 "ignore Michael MIC failure report since "
767 "ignore Michael MIC failure report since "
1120 "received invalid EAPOL-Key: Key MIC not set");
1128 "received EAPOL-Key with invalid MIC");
1144 "invalid MIC");
1309 wpa_printf(MSG_DEBUG, "WPA: Send EAPOL(version=%d secure=%d mic=%d "
1430 "Corrupting group EAPOL-Key Key MIC");
1481 u8 mic[16];
1489 os_memcpy(mic, key->key_mic, 16);
1493 os_memcmp_const(mic, key->key_mic, 16) != 0)
1495 os_memcpy(key->key_mic, mic, 16);
1870 "invalid MIC in msg 2/4 of 4-Way Handshake");
2000 /* Send EAPOL(1, 1, 1, Pair, P, RSC, ANonce, MIC(PTK), RSNIE, [MDIE],
2045 * MIC failure and it then rejects the 4-way handshake
2349 /* Send EAPOL(1, 1, 1, !Pair, G, RSC, GNonce, MIC(PTK), GTK[GN]) */