Searched refs:kFakeInterfaceMacAddress1 (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/connectivity/wificond/tests/ |
H A D | server_unittest.cpp | 59 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 D | netlink_utils_unittest.cpp | 72 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()
|