Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dmulti_gateway.cpp33 constexpr int32_t MAC_ADDRESS_LENGTH = 6; variable
171 unsigned int addr[MAC_ADDRESS_LENGTH] = {0}; in GetMacAddr()
178 &addr[MAC_INDEX_3], &addr[MAC_INDEX_4], &addr[MAC_INDEX_5]) < MAC_ADDRESS_LENGTH) { in GetMacAddr()
183 for (int32_t i = 0; i < MAC_ADDRESS_LENGTH; i++) { in GetMacAddr()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_defs.h80 constexpr int MAC_ADDRESS_LENGTH = 6; variable