treewide: RSSI / RCPI handling updates

Adjust how RSSI levels are shared and stored to help visibility of activity

[cleanup commit message]
Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
Ian Clowes 2022-02-17 16:43:14 +00:00 committed by Nick Hainke
parent c54cd95abe
commit d37a768766
5 changed files with 94 additions and 41 deletions

View file

@ -81,7 +81,7 @@ int handle_auth_req(struct blob_attr* msg);
* @param probe_entry
* @return
*/
int ubus_send_probe_via_network(struct probe_entry_s *probe_entry);
int ubus_send_probe_via_network(struct probe_entry_s *probe_entry, bool is_beacon);
/**
* Add mac to a list that contains addresses of clients that can not be controlled.