summaryrefslogtreecommitdiffstats
path: root/lib/network/connection
diff options
context:
space:
mode:
Diffstat (limited to 'lib/network/connection')
-rw-r--r--lib/network/connection/wireless.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm
index 92a2cba..b56279b 100644
--- a/lib/network/connection/wireless.pm
+++ b/lib/network/connection/wireless.pm
@@ -77,9 +77,9 @@ my %eap_vars = (
eapol_flags => 0,
proactive_key_caching => 0,
peerkey => 0,
- ca_path => 0,
- private_key => 0,
- private_key_passwd => 0,
+ ca_path => 2,
+ private_key => 2,
+ private_key_passwd => 2,
dh_file => 0,
altsubject_match => 0,
phase1 => 0,