I interpret
2336 191.200998 HuaweiTe_21:8d:a5 Broadcast ARP 60 Who has 169.254.88.123? Tell 192.168.1.111
as:
A network device, made by Huawei, is asking all machines connected to the network for the MAC-address of machine with link-local ipv4 address 169.254.88.123. The network device claims the answer should be sent to 192.168.1.111. Normally, this means that the Huawei device is using ip 192.168.1.111.
For some reason device 192.168.1.111 tries to contact link-local address 169.254.88.123. This happens when the device is configured to contact link-local addresses and something tries to contact the specified link-local address (169.254.88.123).
If 192.168.1.111 is configured as gateway, the ARP request can happen if either the gateway or some other device on the network wants to contact 169.254.88.123 and forwards the packet to the gateway. If the gateway is configured to lookup link-local addresses on the local network, then the gateway will issue an ARP to discover the MAC address of that device.
Anne