mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Define HOSTAPD_5GHZ_CHANNEL_MIN, set VHT center frequency segment value
This commit is contained in:
@@ -36,6 +36,12 @@ $defaults = [
|
||||
'RASPI_ACCESS_CHECK_IP' => '1.1.1.1',
|
||||
'RASPI_ACCESS_CHECK_DNS' => 'one.one.one.one',
|
||||
|
||||
// Constant for the 5GHz wireless regulatory domain
|
||||
'HOSTAPD_5GHZ_CHANNEL_MIN' => 100,
|
||||
|
||||
// Enable basic authentication for the web admin.
|
||||
'RASPI_AUTH_ENABLED' => true,
|
||||
|
||||
// Optional services, set to true to enable.
|
||||
'RASPI_WIFICLIENT_ENABLED' => true,
|
||||
'RASPI_HOTSPOT_ENABLED' => true,
|
||||
|
Reference in New Issue
Block a user