ubus: don't request measurement from unsupported STAs
Don't request measurements from STAs which do not support the specific measurement mode. Otherwise, hostapd complains in the syslog about unsupported measurement modes. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
2
usteer.h
2
usteer.h
@@ -271,6 +271,8 @@ int usteer_ubus_notify_client_disassoc(struct sta_info *si);
|
||||
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 *sta, enum usteer_beacon_measurement_mode mode);
|
||||
|
||||
void usteer_sta_info_update_timeout(struct sta_info *si, int timeout);
|
||||
void usteer_sta_info_update(struct sta_info *si, int signal, bool avg);
|
||||
|
||||
|
Reference in New Issue
Block a user