mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
station: print which BSS is being connected to
For multi-bss networks its nice to know which BSS is being connected to. The ranking can hint at it, but blacklisting or network capabilities could effect which network is actually chosen. An explicit debug print makes debugging much easier.
This commit is contained in:
parent
3e1a0539f5
commit
ffe9ce8034
@ -2423,6 +2423,8 @@ int __station_connect_network(struct station *station, struct network *network,
|
|||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
l_debug("connecting to BSS "MAC, MAC_STR(bss->addr));
|
||||||
|
|
||||||
station->connected_bss = bss;
|
station->connected_bss = bss;
|
||||||
station->connected_network = network;
|
station->connected_network = network;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user