mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
station: Add some additional debugs
This commit is contained in:
parent
9d0c5222aa
commit
b20774a55f
@ -1578,6 +1578,8 @@ bool station_set_autoconnect(struct station *station, bool autoconnect)
|
|||||||
|
|
||||||
static void station_roam_state_clear(struct station *station)
|
static void station_roam_state_clear(struct station *station)
|
||||||
{
|
{
|
||||||
|
l_debug("%u", netdev_get_ifindex(station->netdev));
|
||||||
|
|
||||||
l_timeout_remove(station->roam_trigger_timeout);
|
l_timeout_remove(station->roam_trigger_timeout);
|
||||||
station->roam_trigger_timeout = NULL;
|
station->roam_trigger_timeout = NULL;
|
||||||
station->preparing_roam = false;
|
station->preparing_roam = false;
|
||||||
@ -1600,6 +1602,8 @@ static void station_reset_connection_state(struct station *station)
|
|||||||
struct network *network = station->connected_network;
|
struct network *network = station->connected_network;
|
||||||
struct l_dbus *dbus = dbus_get_bus();
|
struct l_dbus *dbus = dbus_get_bus();
|
||||||
|
|
||||||
|
l_debug("%u", netdev_get_ifindex(station->netdev));
|
||||||
|
|
||||||
if (!network)
|
if (!network)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user