mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-19 19:25:41 +02:00
network: must re-send station request when we receive family ID
The get station request also fails if the family ID is invalid.
This commit is contained in:
parent
4e96dbd7f7
commit
9ffd305b59
1 changed files with 1 additions and 0 deletions
|
@ -695,6 +695,7 @@ handle_genl_ctrl(struct module *mod, uint16_t type, bool nested,
|
|||
case CTRL_ATTR_FAMILY_ID: {
|
||||
m->nl80211.family_id = *(const uint16_t *)payload;
|
||||
send_nl80211_get_interface(m);
|
||||
send_nl80211_get_station(m);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue