mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Remove prints
This commit is contained in:
parent
43f8d8af12
commit
b14d251888
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ config settings hostapd
|
|||
|
||||
config settings metric
|
||||
option ht_support '10'
|
||||
option vht_support '10'
|
||||
option vht_support '50'
|
||||
option no_ht_support '0'
|
||||
option no_vht_support '0'
|
||||
option rssi '10'
|
||||
|
|
|
@ -265,7 +265,7 @@ static int handle_probe_req(struct blob_attr *msg) {
|
|||
|
||||
//printf("[WC] Hostapd-Probe: %s : %s\n", "probe", str);
|
||||
|
||||
print_array();
|
||||
//print_array();
|
||||
|
||||
// deny access
|
||||
if (!decide_function(&tmp_probe)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue