Skip to content

Fix low power WiFi clients not in Non1905Neigh

Simon Tate requested to merge bt/ieee1905:low-power-wifi into devel

Sometimes a WiFi client may not respond to arp within 15s if it is in a low power mode. Instead of waking these devices, hoping for an arp response in 15s, use the WiFi STA connectivity only for ALL wifi devices.

This should remove the need to send ARP, and will therefore stop devices dropping out of neigh tables.

Merge request reports