mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-23 04:25:42 +02:00
module/network: re-request station info when we’re re-connected
This commit is contained in:
parent
e8a2f8df9a
commit
d450bf12a1
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue