Constants for 5GHz channel min/max

This commit is contained in:
billz
2023-11-07 14:06:57 +00:00
parent de38aa0f9e
commit 6f454294df
2 changed files with 4 additions and 3 deletions

View File

@@ -32,7 +32,8 @@ define('RASPI_ACCESS_CHECK_IP', '1.1.1.1');
define('RASPI_ACCESS_CHECK_DNS', 'one.one.one.one');
// Constant for the 5GHz wireless regulatory domain
define("HOSTAPD_5GHZ_CHANNEL_MIN", 100);
define("RASPI_5GHZ_CHANNEL_MIN", 100);
define("RASPI_5GHZ_CHANNEL_MAX", 192);
// Enable basic authentication for the web admin.
define('RASPI_AUTH_ENABLED', true);