mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correct check that was broken even before to actually make the ieee8021x enable from proper setting. Reported-by: https://forum.pfsense.org/index.php?topic=74013.0
This commit is contained in:
parent
544a89c5d1
commit
fe291564ea
@ -2551,7 +2551,7 @@ rsn_preauth_interfaces={$if}
|
||||
|
||||
EOD;
|
||||
}
|
||||
if (isset($wlcfg['wpa']['ieee8021x'])) {
|
||||
if (is_array($wlcfg['wpa']['ieee8021x']) && isset($wlcfg['wpa']['ieee8021x']['enable'])) {
|
||||
$wpa .= "ieee8021x=1\n";
|
||||
|
||||
if (!empty($wlcfg['auth_server_addr']) && !empty($wlcfg['auth_server_shared_secret'])) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user