summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eichenberger <eichest@gmail.com>2022-10-26 16:14:44 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-10-27 13:24:36 +0200
commitd8726f3394911b808b6097f7845fed7a00c31c0a (patch)
tree514aca33eee683e216eb48a3684fc7740fe68730
parent3d9ea579447556b9c4474a167a13914561231494 (diff)
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 <stefan.eichenberger@toradex.com> (cherry picked from commit b020ecb69f425e14ab1c2daccc074d1f89ae071e)
-rw-r--r--recipes-connectivity/hostapd-example/hostapd-example/hostapd-tdx-demo-img.conf4
1 files 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