usteer: expose STA link measurement capability
Indicate STA capability for handling link-measurement requests in connected_clients output. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
1
usteer.h
1
usteer.h
@@ -344,6 +344,7 @@ struct sta *usteer_sta_get(const uint8_t *addr, bool create);
|
||||
struct sta_info *usteer_sta_info_get(struct sta *sta, struct usteer_node *node, bool *create);
|
||||
|
||||
bool usteer_sta_supports_beacon_measurement_mode(struct sta_info *si, enum usteer_beacon_measurement_mode mode);
|
||||
bool usteer_sta_supports_link_measurement(struct sta_info *si);
|
||||
|
||||
void usteer_sta_disconnected(struct sta_info *si);
|
||||
void usteer_sta_info_update_timeout(struct sta_info *si, int timeout);
|
||||
|
Reference in New Issue
Block a user