From d450bf12a17b4eec7c82d61dbc3a2b8b05920d98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 27 Aug 2021 15:39:11 +0200 Subject: [PATCH] =?UTF-8?q?module/network:=20re-request=20station=20info?= =?UTF-8?q?=20when=20we=E2=80=99re=20re-connected?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/network.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/network.c b/modules/network.c index cb3f670..30cd35d 100644 --- a/modules/network.c +++ b/modules/network.c @@ -1033,6 +1033,7 @@ parse_genl_reply(struct module *mod, const struct nlmsghdr *hdr, size_t len) LOG_DBG("%s: connected, requesting interface information", m->iface); send_nl80211_get_interface(m); + send_nl80211_get_station(m); } break;