Home | History | Annotate | Download | only in utils

Lines Matching refs:autn

32  *   RUN UMTS ALG: 88 00 81 <len=0x22> data: 0x10 | RAND | 0x10 | AUTN
1306 * @autn: 16-byte AUTN value from HLR/AuC
1316 * RAND and AUTN values from HLR/AuC. If authentication command can be
1323 const unsigned char *autn,
1344 wpa_hexdump(MSG_DEBUG, "SCARD: UMTS auth - AUTN", autn, AKA_AUTN_LEN);
1348 os_memcpy(cmd + 6 + AKA_RAND_LEN + 1, autn, AKA_AUTN_LEN);