From: Michael Tremer Date: Fri, 18 Aug 2017 09:10:36 +0000 (+0000) Subject: wpa_supplicant: Fix typo in variable name X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7b18ba30862eca6d853807d54cd869f4a6c8968;p=people%2Fjschlag%2Fnetwork.git wpa_supplicant: Fix typo in variable name Signed-off-by: Michael Tremer --- diff --git a/src/functions/functions.wpa_supplicant b/src/functions/functions.wpa_supplicant index cc754cf..a8240ea 100644 --- a/src/functions/functions.wpa_supplicant +++ b/src/functions/functions.wpa_supplicant @@ -124,7 +124,7 @@ wpa_supplicant_config_write() { operation_mode="mesh" # Use SAE when we got a PSK - if isset psk; then + if isset key; then key_mgmt="SAE" else key_mgmt="NONE"