Home | History | Annotate | Download | only in rsn_supp

Lines Matching defs:mic

35  * @key_mic: Pointer to the buffer to which the EAPOL-Key MIC is written
62 "version %d MIC", ver);
66 wpa_hexdump(MSG_DEBUG, "WPA: Derived Key MIC", key_mic, 16);
78 * @error: Indicate whether this is an Michael MIC error report
82 * used to request rekeying and it is usually called when a local Michael MIC
441 /* Supplicant: swap tx/rx Mic keys */
648 /* Swap Tx/Rx keys for Michael MIC */
1414 u8 mic[16];
1417 os_memcpy(mic, key->key_mic, 16);
1422 if (os_memcmp_const(mic, key->key_mic, 16) != 0) {
1424 "WPA: Invalid EAPOL-Key MIC "
1439 if (os_memcmp_const(mic, key->key_mic, 16) != 0) {
1441 "WPA: Invalid EAPOL-Key MIC - "
1450 "WPA: Could not verify EAPOL-Key MIC - "
1558 key_info & WPA_KEY_INFO_MIC ? " MIC" : "",
1861 "WPA: EAPOL-Key (Group) without Mic bit - "