Merge branch 'master' into feature/dhcp-eth0

This commit is contained in:
Bill Zimmerman
2020-12-15 23:01:23 +01:00
committed by GitHub
5 changed files with 127 additions and 96 deletions

View File

@@ -137,6 +137,8 @@ function SaveHostAPDConfig($wpa_array, $enc_types, $modes, $interfaces, $status)
$status->addMessage('Attempting to set channel outside of permitted range', 'danger');
$good_input = false;
}
$arrHostapdConf = parse_ini_file('/etc/raspap/hostapd.ini');
// Check for Bridged AP mode checkbox
$bridgedEnable = 0;
if ($arrHostapdConf['BridgedEnable'] == 0) {