Home | History | Annotate | Download | only in hostapd

Lines Matching defs:amf

81 /* OPc and AMF parameters for Milenage (Example algorithms for AKA). */
87 u8 amf[2];
128 " amf CHAR(4) NOT NULL,"
185 if (os_strcmp(col[i], "amf") == 0 && argv[i] &&
186 hexstr2bin(argv[i], m->amf, sizeof(m->amf))) {
187 printf("Invalid amf value in database\n");
407 /* Parse IMSI Ki OPc AMF SQN [RES_len] */
454 /* AMF */
456 if (!pos || os_strlen(pos) != 4 || hexstr2bin(pos, m->amf, 2)) {
457 printf("%s:%d - Invalid AMF\n", fname, line);
519 /* IMSI Ki OPc AMF SQN */
543 pos += wpa_snprintf_hex(pos, end - pos, m->amf, 2);
763 milenage_generate(m->opc, m->amf, m->ki, m->sqn, _rand,