mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Added hidden option for Roaming.
This commit is contained in:
parent
2f16394ac1
commit
53dfd34e36
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user