From 6d6ffd6a74f989a82fa3de95a56dc62488fca210 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sat, 14 Mar 2015 17:52:46 +0200 Subject: [PATCH] wifictl: password (key) is no longer mandatory --- src/wifictl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wifictl.py b/src/wifictl.py index e2e066e..846d437 100644 --- a/src/wifictl.py +++ b/src/wifictl.py @@ -239,7 +239,7 @@ def wifiNetworkKey(): 'type': 'pwd', 'section': 'network', 'advanced': True, - 'required': True, + 'required': False, 'reboot': True, 'depends': ['wifiEnabled'], 'get': _get_wifi_settings, -- 2.39.5