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