Searched refs:longFromSsid (Results 1 – 1 of 1) sorted by relevance
71 long longFromSsid = bf.getLong(); in calculatePersistentMac() local76 longFromSsid &= MAC_ADDRESS_VALID_LONG_MASK; in calculatePersistentMac()77 longFromSsid |= MAC_ADDRESS_LOCALLY_ASSIGNED_MASK; in calculatePersistentMac()78 longFromSsid &= ~MAC_ADDRESS_MULTICAST_MASK; in calculatePersistentMac()80 bf.putLong(0, longFromSsid); in calculatePersistentMac()