Define HOSTAPD_5GHZ_CHANNEL_MIN, set VHT center frequency segment value

This commit is contained in:
billz
2023-11-06 07:28:50 +00:00
parent 40dc86cc21
commit 1ee31d9221
3 changed files with 18 additions and 1 deletions

View File

@@ -31,6 +31,9 @@ define('RASPI_LIGHTTPD_CONFIG', '/etc/lighttpd/lighttpd.conf');
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);
// Enable basic authentication for the web admin.
define('RASPI_AUTH_ENABLED', true);