Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration for 802.11n AP #107

Closed
Jason414 opened this issue Oct 18, 2021 · 3 comments
Closed

Configuration for 802.11n AP #107

Jason414 opened this issue Oct 18, 2021 · 3 comments

Comments

@Jason414
Copy link

I am using Zedboard running with openwifi on it. I am willing to run it as 802.11n (or 802.11g) AP with 2.4GHz. I have changed file hostapd-openwifi.conf as following

interface=sdr0
driver=nl80211
country_code=US
ssid=openwifi
hw_mode=n
channel=6
supported_rates=60 90 120 180 240 360 480 540
basic_rates=60 90 120 180
ieee80211n=1
ht_capab=[SHORT-GI-20]
require_ht=1
#ieee80211d=1
#ieee80211h=1
#wpa=2
#wpa_passphrase=myrabbit
#wpa_key_mgmt=WPA-PSK

But after I run command ./fosdem.sh, it says
Configuration file: hostapd-openwifi.conf
Line 5: unknown hw_mode 'n'

Could anyone help to correct the configuration file to access 2.4GHz frequency?

@JiaoXianjun
Copy link
Member

Can you try hw_mode a or g when you use 2.4GHz channel?

@JiaoXianjun
Copy link
Member

Have you tried it successfully?

@JiaoXianjun
Copy link
Member

If no further questions, I will close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants