mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
remove unecessary params and debug output
This commit is contained in:
parent
9c6bc1b2fe
commit
2ff3b3017f
2 changed files with 11 additions and 50 deletions
|
@ -96,7 +96,6 @@ void send_beacon_reports(uint8_t bssid[], int id) {
|
|||
if (mac_is_equal(client_array[i].bssid_addr, bssid)) {
|
||||
break;
|
||||
}
|
||||
printf("Found BSSID\n");
|
||||
}
|
||||
|
||||
// Go threw clients
|
||||
|
@ -105,7 +104,6 @@ void send_beacon_reports(uint8_t bssid[], int id) {
|
|||
if (!mac_is_equal(client_array[j].bssid_addr, bssid)) {
|
||||
break;
|
||||
}
|
||||
printf("Sending Beacon Report for client %d\n",j);
|
||||
ubus_send_beacon_report(client_array[j].client_addr, id);
|
||||
}
|
||||
pthread_mutex_unlock(&client_array_mutex);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue