summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eichenberger <eichest@gmail.com>2022-10-26 16:14:44 +0200
committerStefan Eichenberger <eichest@gmail.com>2022-10-26 16:25:54 +0200
commitb020ecb69f425e14ab1c2daccc074d1f89ae071e (patch)
tree06a7d13001db2a20687aba4289290ba1ad2c9085
parenta38e08181f08a6b2d50e7b30b39db45ed47fda39 (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>
-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