Searched refs:last_random (Results 1 – 1 of 1) sorted by relevance
94 static uint8_t last_random[13]; variable1086 ret = memcmp(beacon.random, last_random, 13) == 0; in private_beacon_check()1088 ret = memcmp(beacon.random, last_random, 13) != 0; in private_beacon_check()1091 memcpy(&last_random, beacon.random, 13); in private_beacon_check()