From cec9cd0fbe258b3ac0c82c6cadec8e6ff818d0cf Mon Sep 17 00:00:00 2001 From: Quallenauge Date: Tue, 10 Nov 2020 17:23:28 +0100 Subject: [PATCH] universal7580: wifi: Disable WPA2 -> WPA3 upgrade Our device doesn't simply support sae. Change-Id: Ibf8b9e363b4677cf2ab9590cc2ea1ba2341e29ca --- .../net/wifi/service/res/values/config.xml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 overlay/frameworks/opt/net/wifi/service/res/values/config.xml diff --git a/overlay/frameworks/opt/net/wifi/service/res/values/config.xml b/overlay/frameworks/opt/net/wifi/service/res/values/config.xml new file mode 100644 index 0000000..8b4d3ac --- /dev/null +++ b/overlay/frameworks/opt/net/wifi/service/res/values/config.xml @@ -0,0 +1,26 @@ + + + + + + + + false + -- 2.20.1