Home
last modified time | relevance | path

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

/aosp12/system/connectivity/wificond/tests/
H A Dserver_unittest.cpp59 const std::array<uint8_t, ETH_ALEN> kFakeInterfaceMacAddress1 = {0x05, 0x04, 0xef, 0x27, 0x12, 0xff… variable
129 std::array<uint8_t, ETH_ALEN>(kFakeInterfaceMacAddress1)),
H A Dnetlink_utils_unittest.cpp72 const std::array<uint8_t, ETH_ALEN> kFakeInterfaceMacAddress1 = {0x05, 0x04, 0xef, 0x27, 0x12, 0xff… variable
537 std::array<uint8_t, ETH_ALEN> if_mac_addr_p2p = kFakeInterfaceMacAddress1; in TEST_F()