From 2f6cbf0a54775245f79b8c34cf0ba0cda3ae5583 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 12 May 2015 17:17:49 +0200 Subject: Make WLAN configuration configurable --- config.h.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index e5d6a26..6c83480 100644 --- a/config.h.in +++ b/config.h.in @@ -29,3 +29,13 @@ #define PAM_WLAN_HELPER "@PAM_WLAN_HELPER_DIR@/pam_wlan_helper" + + +#define CONNECTION_TIMEOUT @CONNECTION_TIMEOUT@ +#define CONNECTION_ID "@CONNECTION_ID@" +#define CONNECTION_UUID "@CONNECTION_UUID@" +#define CONNECTION_SSID "@CONNECTION_SSID@" +#define CONNECTION_AUTH_ALG "@CONNECTION_AUTH_ALG@" +#define CONNECTION_KEY_MGMT "@CONNECTION_KEY_MGMT@" +#define CONNECTION_EAP "@CONNECTION_EAP@" +#define CONNECTION_PHASE2_AUTHEAP "@CONNECTION_PHASE2_AUTHEAP@" -- cgit v1.2.3