From c9e7d30d3edac8b5165e9ebace80f1828cb556e3 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 11 Aug 2010 13:44:34 -0400 Subject: Add 8021.x preauth (rsn_preauth) --- etc/inc/interfaces.inc | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'etc/inc') diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index d10f322..dc24f6b 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -2119,12 +2119,18 @@ wpa_group_rekey={$wlcfg['wpa']['wpa_group_rekey']} wpa_gmk_rekey={$wlcfg['wpa']['wpa_gmk_rekey']} wpa_strict_rekey={$wlcfg['wpa']['wpa_strict_rekey']} {$wpa_passphrase} -#Enable the next lines for preauth when roaming. Interface = wired or wireless interface talking to the AP you want to roam from/to -#rsn_preauth=1 -#rsn_preauth_interfaces=eth0 EOD; +if (isset($wlcfg['wpa']['rsn_preauth'])) { + $wpa .= << +?> \ No newline at end of file -- cgit v1.1