mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
use chan util in config
This commit is contained in:
parent
fe848b8231
commit
1fb65e896d
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
config settings network
|
||||
option broadcast_ip '226.94.1.1'
|
||||
option broadcast_ip '10.0.0.255'
|
||||
option broadcast_port '1025'
|
||||
option multicast '1'
|
||||
option multicast '0'
|
||||
option shared_key 'Niiiiiiiiiiiiiik'
|
||||
option iv 'Niiiiiiiiiiiiiik'
|
||||
|
||||
|
@ -25,7 +25,7 @@ config settings metric
|
|||
option no_vht_support '0'
|
||||
option rssi '10'
|
||||
option freq '50'
|
||||
option chan_util '0'
|
||||
option max_chan_util '100'
|
||||
option chan_util '50'
|
||||
option max_chan_util '150'
|
||||
option min_rssi '-60'
|
||||
option min_probe_count '5'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue