Revision 443ba8c9
Added by Ermal LUÇI over 11 years ago
etc/inc/interfaces.inc | ||
---|---|---|
2558 | 2558 |
auth_server_shared_secret={$wlcfg['auth_server_shared_secret2']} |
2559 | 2559 |
|
2560 | 2560 |
EOD; |
2561 |
} else { |
|
2562 |
$wpa .= "ieee8021x={$wlcfg['wpa']['ieee8021x']}\n";
|
|
2561 |
} else if (isset($wlcfg['wpa']['ieee8021x'])) {
|
|
2562 |
$wpa .= "ieee8021x=1\n";
|
|
2563 | 2563 |
} |
2564 | 2564 |
|
2565 | 2565 |
$fd = fopen("{$g['varetc_path']}/hostapd_{$if}.conf", "w"); |
Also available in: Unified diff
Properly set the configuration here based on https://forum.pfsense.org/index.php/topic,68531.0.html