Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dmac_address.cpp33 static constexpr int MAC_BLOCK = 2; variable
55 if (i % INTERVAL == MAC_BLOCK) { in IsValidMac()
134 std::string byte = mac_.substr(i, MAC_BLOCK); in GetMacAddressWifiSockaddr()
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_sub_statemachine.cpp59 constexpr int32_t MAC_BLOCK = 2; variable
292 std::string byte = mac.substr(i, MAC_BLOCK); in MacToEui64Addr()