Skip to content

wifi: wait supplicant to settle before renewing DHCP after roam

Beniamino Galvani requested to merge bg/wifi-roam into main

After roaming to a different AP, if we trigger a DHCP renewal while the supplicant is still reauthenticating the REQUEST will be lost and the client will fall back to sending a DISCOVER, potentially getting a different address.

Wait that the supplicant state settles before renewing.

#1024 (closed)

Merge request reports