mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +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;
|
||||
}
|
||||
|
||||
if (station->state != STATION_STATE_CONNECTED) {
|
||||
l_debug("roam: unexpected AP directed roam -- ignore");
|
||||
return;
|
||||
}
|
||||
|
||||
station->ap_directed_roaming = true;
|
||||
station->preparing_roam = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user