local-node: update STA RRM capabilites

Save the RRM capabilities of STAs when updating clients from hostapd.

This is required to determine which measurement modes a STA supports.

Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
David Bauer
2021-10-25 15:09:52 +02:00
parent 5ec713b8f3
commit abc6fe047f
2 changed files with 30 additions and 0 deletions

View File

@@ -242,6 +242,8 @@ struct sta {
uint8_t seen_5ghz : 1;
uint8_t addr[6];
uint8_t rrm;
};
extern struct ubus_context *ubus_ctx;