Why are channels supported by my interface different from that permitted for an ad-hoc network?
3
votes
0
answers
162
views
Why are the channels supported for an Ad hoc network ( **12 channels** ) different from those that my interface support ( **35 channels)**
-------------------------
* To find the 35 channels, I ran
iwlist wlan0 channel
* to find those accepted for my ad hoc network
cat channel_list | while read i
do
echo -n "$i: "
iwconfig wlan0 channel $i
done
I have the following error for channels greated than 12:
Error for wireless request "Set Frequency" (8B04) :
SET failed on device wlp3s0 ; Invalid argument.
Asked by user123456
(5258 rep)
Dec 30, 2016, 11:29 AM
Last activity: Dec 30, 2016, 11:46 AM
Last activity: Dec 30, 2016, 11:46 AM