From c97a5fcfe35790249e0ac6d656c2fe56706501b4 Mon Sep 17 00:00:00 2001 From: Ana Custura Date: Wed, 1 Apr 2026 11:18:12 +0100 Subject: [PATCH] Trying out 802.11ac instead of 802.11n for better wifi speeds --- ansible/templates/hostapd.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/templates/hostapd.conf.j2 b/ansible/templates/hostapd.conf.j2 index 1f8b8e4..9e197c1 100644 --- a/ansible/templates/hostapd.conf.j2 +++ b/ansible/templates/hostapd.conf.j2 @@ -7,7 +7,7 @@ beacon_int=100 ssid={{ butter_name }} channel=1 hw_mode=g -ieee80211n=0 +ieee80211ac=1 interface=wlan0 wpa=none wpa_pairwise=CCMP