summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorEspen Johansen <lsf@pfsense.org>2005-10-05 00:28:35 +0000
committerEspen Johansen <lsf@pfsense.org>2005-10-05 00:28:35 +0000
commit53dfd34e36061fbd469ef7daabc6e024ba967868 (patch)
treeb6a78a2d405a91f8ee5a84d239e44847c4daee40 /etc/inc
parent2f16394ac1b016217f41b38d2e7515698a870fb6 (diff)
downloadpfsense-53dfd34e36061fbd469ef7daabc6e024ba967868.zip
pfsense-53dfd34e36061fbd469ef7daabc6e024ba967868.tar.gz
Added hidden option for Roaming.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/interfaces.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 4b6b7e3..9815a3f 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");
OpenPOWER on IntegriCloud