Error when setting bandwidth to 40MHz #209
Unanswered
clement-joly-kissfly
asked this question in
Questions
Replies: 1 comment 1 reply
-
Not all channel numbers are valid for 40MHz. See https://en.wikipedia.org/wiki/List_of_WLAN_channels |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to play with configuration parameters to increase the range.
I was trying to set the channel bandwidth to 40MHz (up from 20MHz) but I'm getting an error message.
Here is what I've done:
I've added the following lines to /etc/wifibroadcast.cfg:
On drone side:
On gs side:
When I start the wfb service and check its status (with
sudo systemctl status wifibroadcast@drone
) I get the following error message:If I run
journalctl -e
I get:So it looks like setting the channel width to 40 fails. I was able to get the same error message by running
iw dev wlan0 set channel 10 HT40+
from the command line.On the other hand when I run
iw dev wlan0 set channel 10 HT20
oriw dev wlan0 set channel 10 HT40-
I'm not getting any errors.What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions