policy: only send preferred candidate with transition request
[project/usteer.git] / usteer.h
index ec4e2191182f56d5e78b9da96c85e2ffb71361fc..1c3c28f5c8b02144c36fc17f1bc279b86728c195 100644 (file)
--- a/usteer.h
+++ b/usteer.h
@@ -336,7 +336,8 @@ int usteer_ubus_bss_transition_request(struct sta_info *si,
                                       uint8_t dialog_token,
                                       bool disassoc_imminent,
                                       bool abridged,
-                                      uint8_t validity_period);
+                                      uint8_t validity_period,
+                                      struct usteer_node *target_node);
 
 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);