mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
prevent wrong settings
This commit is contained in:
parent
2aaa9e184f
commit
264b9a48b7
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ config network
|
|||
option shared_key 'Niiiiiiiiiiiiiik'
|
||||
option iv 'Niiiiiiiiiiiiiik'
|
||||
option use_symm_enc '1'
|
||||
option collision_domain '0' # enter here aps which are in the same collision domain
|
||||
option bandwidth '1000'
|
||||
option collision_domain '-1' # enter here aps which are in the same collision domain
|
||||
option bandwidth '-1' # enter network bandwith
|
||||
|
||||
config ordering
|
||||
option sort_order 'cbfs'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue