mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
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:
parent
c54cd95abe
commit
d37a768766
5 changed files with 94 additions and 41 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue