Lines Matching refs:mac_a
32 * @mac_a: Buffer for MAC-A = 64-bit network authentication code, or %NULL
37 const u8 *sqn, const u8 *amf, u8 *mac_a, u8 *mac_s)
68 if (mac_a)
69 os_memcpy(mac_a, tmp1, 8); /* f1 */
178 u8 mac_a[8], ak[6];
184 if (milenage_f1(opc, k, _rand, sqn, amf, mac_a, NULL) ||
195 os_memcpy(autn + 8, mac_a, 8);
275 u8 mac_a[8], ak[6], rx_sqn[6];
310 if (milenage_f1(opc, k, _rand, rx_sqn, amf, mac_a, NULL))
313 wpa_hexdump(MSG_DEBUG, "Milenage: MAC_A", mac_a, 8);
315 if (os_memcmp(mac_a, autn + 8, 8) != 0) {
317 wpa_hexdump(MSG_DEBUG, "Milenage: Received MAC_A",