add support for defining global host info
Change the '*' in the node info update cmd to refer to host info instead Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
2
usteer.h
2
usteer.h
@@ -222,6 +222,7 @@ extern struct avl_tree stations;
|
||||
extern struct ubus_object usteer_obj;
|
||||
extern uint64_t current_time;
|
||||
extern const char * const event_types[__EVENT_TYPE_MAX];
|
||||
extern struct blob_attr *host_info_blob;
|
||||
|
||||
void usteer_update_time(void);
|
||||
void usteer_init_defaults(void);
|
||||
@@ -230,7 +231,6 @@ bool usteer_handle_sta_event(struct usteer_node *node, const uint8_t *addr,
|
||||
|
||||
void usteer_local_nodes_init(struct ubus_context *ctx);
|
||||
void usteer_local_node_kick(struct usteer_local_node *ln);
|
||||
void usteer_local_node_update_node_info(struct usteer_local_node *ln);
|
||||
|
||||
void usteer_ubus_init(struct ubus_context *ctx);
|
||||
void usteer_ubus_kick_client(struct sta_info *si);
|
||||
|
Reference in New Issue
Block a user