From 53dfd34e36061fbd469ef7daabc6e024ba967868 Mon Sep 17 00:00:00 2001 From: Espen Johansen Date: Wed, 5 Oct 2005 00:28:35 +0000 Subject: [PATCH] Added hidden option for Roaming. --- etc/inc/interfaces.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index 4b6b7e387e..9815a3f0ac 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -554,6 +554,9 @@ wpa_gmk_rekey={$wlcfg['wpa']['wpa_gmk_rekey']} wpa_strict_rekey={$wlcfg['wpa']['wpa_strict_rekey']} wpa_passphrase={$wlcfg['wpa']['passphrase']} ieee8021x={$wlcfg['wpa']['ieee8021x']} +#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; $fd = fopen("{$g['tmp_path']}/hostapd_{$if}.conf", "w");