dawn: set symm_enc default to 0
User mpeleshenko reported that symm encryption breaks hearing map.
Set the default to 0.
Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 8b7fb614dd
)
This commit is contained in:
parent
733126fc8a
commit
b6d2c8f69d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ config network
|
||||||
option network_option '2' # 0 udp broadcast, 1 multicast, 2 tcp
|
option network_option '2' # 0 udp broadcast, 1 multicast, 2 tcp
|
||||||
option shared_key 'Niiiiiiiiiiiiick'
|
option shared_key 'Niiiiiiiiiiiiick'
|
||||||
option iv 'Niiiiiiiiiiiiick'
|
option iv 'Niiiiiiiiiiiiick'
|
||||||
option use_symm_enc '1'
|
option use_symm_enc '0'
|
||||||
option collision_domain '-1' # enter here aps which are in the same collision domain
|
option collision_domain '-1' # enter here aps which are in the same collision domain
|
||||||
option bandwidth '-1' # enter network bandwidth
|
option bandwidth '-1' # enter network bandwidth
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue