Searched refs:kFakeInterfaceMacAddress (Results 1 – 2 of 2) sorted by relevance
/system/connectivity/wificond/tests/ |
D | server_unittest.cpp | 55 const uint8_t kFakeInterfaceMacAddress[] = {0x45, 0x54, 0xad, 0x67, 0x98, 0xf6}; variable 104 kFakeInterfaceMacAddress, 105 kFakeInterfaceMacAddress + sizeof(kFakeInterfaceMacAddress))),
|
D | netlink_utils_unittest.cpp | 58 const uint8_t kFakeInterfaceMacAddress[] = {0x45, 0x54, 0xad, 0x67, 0x98, 0xf6}; variable 178 kFakeInterfaceMacAddress, in TEST_F() 179 kFakeInterfaceMacAddress + sizeof(kFakeInterfaceMacAddress)); in TEST_F() 220 kFakeInterfaceMacAddress, in TEST_F() 221 kFakeInterfaceMacAddress + sizeof(kFakeInterfaceMacAddress)); in TEST_F() 253 kFakeInterfaceMacAddress, in TEST_F() 254 kFakeInterfaceMacAddress + sizeof(kFakeInterfaceMacAddress)); in TEST_F()
|