mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
print kick count
This commit is contained in:
parent
9372c0d4e9
commit
c73e36e006
1 changed files with 2 additions and 2 deletions
|
@ -1500,8 +1500,8 @@ void print_client_entry(client entry) {
|
|||
sprintf(mac_buf_ap, MACSTR, MAC2STR(entry.bssid_addr));
|
||||
sprintf(mac_buf_client, MACSTR, MAC2STR(entry.client_addr));
|
||||
|
||||
printf("bssid_addr: %s, client_addr: %s, freq: %d, ht_supported: %d, vht_supported: %d, ht: %d, vht: %d\n",
|
||||
mac_buf_ap, mac_buf_client, entry.freq, entry.ht_supported, entry.vht_supported, entry.ht, entry.vht);
|
||||
printf("bssid_addr: %s, client_addr: %s, freq: %d, ht_supported: %d, vht_supported: %d, ht: %d, vht: %d, kick: %d\n",
|
||||
mac_buf_ap, mac_buf_client, entry.freq, entry.ht_supported, entry.vht_supported, entry.ht, entry.vht, entry.kick_count);
|
||||
}
|
||||
|
||||
void print_client_array() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue