module/network: re-request station info when we’re re-connected

This commit is contained in:
Daniel Eklöf 2021-08-27 15:39:11 +02:00
parent e8a2f8df9a
commit d450bf12a1
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1033,6 +1033,7 @@ parse_genl_reply(struct module *mod, const struct nlmsghdr *hdr, size_t len)
LOG_DBG("%s: connected, requesting interface information", LOG_DBG("%s: connected, requesting interface information",
m->iface); m->iface);
send_nl80211_get_interface(m); send_nl80211_get_interface(m);
send_nl80211_get_station(m);
} }
break; break;