Home
last modified time | relevance | path

Searched refs:OFFSET_VALUE_2 (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_randommac_helper.cpp52 constexpr int OFFSET_VALUE_2 = 2; variable
176 (((unsigned long long)byte[OFFSET_VALUE_2] << OFFSET_VALUE_40) & 0xFF0000000000L) | in BytesToLonglong()
266 addrBytes.assign(bytes.begin() + OFFSET_VALUE_2, bytes.end()); in GenerateRandomMacAddressByLong()