Moode Forum
5ghz WiFi in AP Mode - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: 5ghz WiFi in AP Mode (/showthread.php?tid=1798)



5ghz WiFi in AP Mode - Meestor_X - 10-09-2019

I just purchased a RPI3B+, thinking I would be able to get 5Ghz WiFi in AP mode. It seems I'm still only getting 2.4Ghz. Is 5Ghz AP mode possible?


RE: 5ghz WiFi in AP Mode - Tim Curtis - 10-09-2019

Yes but it requires changing the value assigned to the hw_mode parameter in the file /etc/hostapd/hostapd.conf

You can read about the hostapd.conf file at the link below. Search for "Operation mode" or "hw_mode".
https://w1.fi/cgit/hostap/plain/hostapd/hostapd.conf

Another decent link for hostapd is below.
https://wiki.gentoo.org/wiki/Hostapd


RE: 5ghz WiFi in AP Mode - Meestor_X - 10-10-2019

Ok, thanks!

Hopefully it will work on both bands.


RE: 5ghz WiFi in AP Mode - Meestor_X - 10-14-2019

Does this mean the RPI can't create 2 APs (one on 2.4g and one on 5g)?


RE: 5ghz WiFi in AP Mode - Meestor_X - 10-15-2019

Haven't had any luck getting the AP mode to work at 5ghz.

Tried:
#hw_mode=g
hw_mode=a # didn't work

Then added:
#channel=6
channel=0 # didn't work

Then added:
ieee80211n=1 # 802.11n support
ieee80211ac=1 # 802.11ac support

No go. Never saw the SSID on my scanner.

Put the hosted.conf back to it's default and the Moode SSID is back, on 2.4g

Anyone have any suggestions?


RE: 5ghz WiFi in AP Mode - TheOldPresbyope - 10-15-2019

@Meestor_X

This is an RPi/Raspbian question. A quick Google search turned up a mixed bag of posts, most reporting failure but a few claiming success. 

Have a look at the Raspbian github issues, 802.11ac 5Ghz wifi AP in RPI 3 B+, for example. There's a number of posts to raspberrypi.stackexchange.com as well. Lots of posters seem to be changing parameters randomly---the hacker equivalent of the mathematician's "drunkard's walk". 

WiFi technology is a mess. The clash between requirements of different regulatory regions is even worse for the 5GHz band than it was for the 2.4GHz band.

Regards,
Kent


RE: 5ghz WiFi in AP Mode - Meestor_X - 10-15-2019

Thank you for that additional info.

Looks like channel=0 was actually the problem. Has to be set to a channel for it to work in AP mode.

There's a lot of other parameters in the link you posted, but it seems those weren't needed in my case.

Thanks, everyone!