mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Fixed minor typo just to see if I have git process working correctly
This commit is contained in:
parent
73c7998967
commit
92561cbe9d
1 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ void send_beacon_reports(uint8_t bssid[], int id) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Go threw clients
|
// Go through clients
|
||||||
int j;
|
int j;
|
||||||
for (j = i; j <= client_entry_last; j++) {
|
for (j = i; j <= client_entry_last; j++) {
|
||||||
if (!mac_is_equal(client_array[j].bssid_addr, bssid)) {
|
if (!mac_is_equal(client_array[j].bssid_addr, bssid)) {
|
||||||
|
@ -477,7 +477,7 @@ void kick_clients(uint8_t bssid[], uint32_t id) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Go threw clients
|
// Go through clients
|
||||||
int j;
|
int j;
|
||||||
for (j = i; j <= client_entry_last; j++) {
|
for (j = i; j <= client_entry_last; j++) {
|
||||||
if (!mac_is_equal(client_array[j].bssid_addr, bssid)) {
|
if (!mac_is_equal(client_array[j].bssid_addr, bssid)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue