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;