hlr_auc_gw.c | 39 * SQN generation follows the not time-based Profile 2 described in 80 u8 sqn[6]; member in struct:milenage_parameters 119 " sqn CHAR(12) NOT NULL" 180 if (os_strcmp(col[i], "sqn") == 0 && argv[i] && 181 hexstr2bin(argv[i], m->sqn, sizeof(m->sqn))) { 182 printf("Invalid sqn value in database\n"); 201 "SELECT ki,opc,amf,sqn FROM milenage WHERE imsi=%llu;", 218 pos += wpa_snprintf_hex(pos, sizeof(val), m->sqn, 6); 221 "UPDATE milenage SET sqn='%s' WHERE imsi=%s;" 795 u8 _auts[EAP_AKA_AUTS_LEN], _rand[EAP_AKA_RAND_LEN], sqn[6]; local [all...] |