mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
ubus: filter neighbors by SSID when preparing nr
Only add neighbors with the same SSID to an interface's neighbor report. While it is possible to offer roaming to a different SSID, it is often not desired, while at least Apple devices limit the number of entries they will use to 6. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
parent
3db9607b14
commit
555268b91d
2 changed files with 6 additions and 5 deletions
|
@ -78,7 +78,7 @@ int build_hearing_map_sort_client(struct blob_buf* b);
|
|||
|
||||
int build_network_overview(struct blob_buf* b);
|
||||
|
||||
int ap_get_nr(struct blob_buf* b, struct dawn_mac own_bssid_addr);
|
||||
int ap_get_nr(struct blob_buf* b, struct dawn_mac own_bssid_addr, const char *ssid);
|
||||
|
||||
int parse_add_mac_to_file(struct blob_attr* msg);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue