Home | History | Annotate | Download | only in hlr_auc_gw

Lines Matching full:mac_a

38  * @mac_a: Buffer for MAC-A = 64-bit network authentication code, or %NULL
43 const u8 *sqn, const u8 *amf, u8 *mac_a, u8 *mac_s)
74 if (mac_a)
75 os_memcpy(mac_a, tmp1, 8); /* f1 */
184 u8 mac_a[8], ak[6];
190 if (milenage_f1(opc, k, _rand, sqn, amf, mac_a, NULL) ||
201 os_memcpy(autn + 8, mac_a, 8);
281 u8 mac_a[8], ak[6], rx_sqn[6];
316 if (milenage_f1(opc, k, _rand, rx_sqn, amf, mac_a, NULL))
319 wpa_hexdump(MSG_DEBUG, "Milenage: MAC_A", mac_a, 8);
321 if (os_memcmp(mac_a, autn + 8, 8) != 0) {
323 wpa_hexdump(MSG_DEBUG, "Milenage: Received MAC_A",