diff options
author | Nick Hainke <vincent@systemli.org> | 2021-10-26 17:16:21 +0200 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2021-10-26 17:52:49 +0200 |
commit | 8b7fb614dd35a5fc88aa1d7d6e539aa5be50c7cd (patch) | |
tree | 10fcc2f071216dbcc4ff27103407d1a99cccdc9d /net/dawn/files | |
parent | 2e02deb5a95c75012d4078425417fc3c960db744 (diff) |
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>
Diffstat (limited to 'net/dawn/files')
-rw-r--r-- | net/dawn/files/dawn.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dawn/files/dawn.config b/net/dawn/files/dawn.config index a0a003d6b..3d08f749c 100644 --- a/net/dawn/files/dawn.config +++ b/net/dawn/files/dawn.config @@ -6,7 +6,7 @@ config network option network_option '2' # 0 udp broadcast, 1 multicast, 2 tcp option shared_key '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 bandwidth '-1' # enter network bandwidth |