From 9487966b5701a9b8f40a308e5487a6925959a368 Mon Sep 17 00:00:00 2001 From: Alexey Rogachevskiy Date: Mon, 16 Dec 2019 16:13:45 +0300 Subject: [PATCH] network: Allow WPA (non-WPA2) clients to connect This allows Windows clients to connect to our image. Looks like WPA2 is broken for now (not sure on which side), so this is more of a workaround. --- builder/image-network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/image-network.sh b/builder/image-network.sh index 668cd6bb..a3e0b300 100755 --- a/builder/image-network.sh +++ b/builder/image-network.sh @@ -42,7 +42,7 @@ network={ ssid="CLEVER" psk="cleverwifi" mode=2 - proto=RSN + proto=WPA RSN key_mgmt=WPA-PSK pairwise=CCMP group=CCMP