summaryrefslogtreecommitdiffstats
path: root/pam_wlan_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'pam_wlan_helper.c')
-rw-r--r--pam_wlan_helper.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/pam_wlan_helper.c b/pam_wlan_helper.c
index 76db00a..7043ade 100644
--- a/pam_wlan_helper.c
+++ b/pam_wlan_helper.c
@@ -46,16 +46,7 @@
#include <nm-setting-ip4-config.h>
#include <nm-setting-ip6-config.h>
-
-#define TIMEOUT 10
-#define CONNECTION_ID "UzL-Wlan"
-#define CONNECTION_UUID "af7b7f0b-3e09-442e-8841-f7d7482fa7b0"
-
-#define CONNECTION_SSID "UzL-Wlan"
-#define CONNECTION_AUTH_ALG "open"
-#define CONNECTION_KEY_MGMT "wpa-eap"
-#define CONNECTION_EAP "ttls"
-#define CONNECTION_PHASE2_AUTHEAP "mschapv2"
+#include <config.h>
#define UNUSED __attribute__((unused))