[5/9] hostapd: Configure as indoor AP and increase transmit power

Message ID 20260429194934.863108-5-michael.tremer@ipfire.org
State New
Headers
Series [1/9] hostapd: Force setting reg domain before hostapd starts |

Commit Message

Michael Tremer 29 Apr 2026, 7:49 p.m. UTC
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 src/initscripts/packages/hostapd | 3 +++
 1 file changed, 3 insertions(+)
  

Patch

diff --git a/src/initscripts/packages/hostapd b/src/initscripts/packages/hostapd
index c8d3ffce1..33c2a7dc1 100644
--- a/src/initscripts/packages/hostapd
+++ b/src/initscripts/packages/hostapd
@@ -550,6 +550,9 @@  write_config() {
 	# Adjust settings for 6 GHz
 	case "${CONFIG["BAND"]}" in
 		6g)
+			# Indoor AP
+			echo "he_6ghz_reg_pwr_type=0"
+
 			# Disable 802.11ac
 			enable_ac=0