mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-18 09:10:38 +01:00
station: ignore AP directed roams if not connected
This commit is contained in:
parent
3169bfee19
commit
3fad65e5df
@ -2642,6 +2642,11 @@ static void station_ap_directed_roam(struct station *station,
|
|||||||
pos += url_len;
|
pos += url_len;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (station->state != STATION_STATE_CONNECTED) {
|
||||||
|
l_debug("roam: unexpected AP directed roam -- ignore");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
station->ap_directed_roaming = true;
|
station->ap_directed_roaming = true;
|
||||||
station->preparing_roam = true;
|
station->preparing_roam = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user