hlr_auc_gw.c | 46 * SQN generation follows the not time-based Profile 2 described in 88 u8 sqn[6]; member in struct:milenage_parameters 129 " sqn CHAR(12) NOT NULL," 191 if (os_strcmp(col[i], "sqn") == 0 && argv[i] && 192 hexstr2bin(argv[i], m->sqn, sizeof(m->sqn))) { 193 printf("Invalid sqn value in database\n"); 235 pos += wpa_snprintf_hex(pos, sizeof(val), m->sqn, 6); 238 "UPDATE milenage SET sqn='%s' WHERE imsi=%s;", 241 printf("Failed to update SQN in database for IMSI %s\n" 814 u8 _auts[EAP_AKA_AUTS_LEN], _rand[EAP_AKA_RAND_LEN], sqn[6]; local [all...] |