diff --git a/src/station.c b/src/station.c index a8d8ad08..7fb4ae77 100644 --- a/src/station.c +++ b/src/station.c @@ -2423,6 +2423,8 @@ int __station_connect_network(struct station *station, struct network *network, return r; } + l_debug("connecting to BSS "MAC, MAC_STR(bss->addr)); + station->connected_bss = bss; station->connected_network = network;