From d8726f3394911b808b6097f7845fed7a00c31c0a Mon Sep 17 00:00:00 2001 From: Stefan Eichenberger Date: Wed, 26 Oct 2022 16:14:44 +0200 Subject: recipes-connectivity: hostapd-example: use 2.4GHz instead of 5GHz Not all wifi modules support the AP mode in the 5GHz band. However, most do support the 2.4GHz band. Therefore, we change the channel configuration to channel 9 which is in the 2.4GHz band and should work for most wifi modules. Related-to: ELB-4815 Signed-off-by: Stefan Eichenberger (cherry picked from commit b020ecb69f425e14ab1c2daccc074d1f89ae071e) --- .../hostapd-example/hostapd-example/hostapd-tdx-demo-img.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-connectivity/hostapd-example/hostapd-example/hostapd-tdx-demo-img.conf b/recipes-connectivity/hostapd-example/hostapd-example/hostapd-tdx-demo-img.conf index bc93609..f178851 100644 --- a/recipes-connectivity/hostapd-example/hostapd-example/hostapd-tdx-demo-img.conf +++ b/recipes-connectivity/hostapd-example/hostapd-example/hostapd-tdx-demo-img.conf @@ -1,7 +1,7 @@ interface=uap0 ssid=testwifi -hw_mode=a -channel=40 +hw_mode=g +channel=9 ieee80211n=1 own_ip_addr=192.168.8.1 wpa=2 -- cgit v1.2.3