Answers for "how to use iwconfig to change 2.4 ghz"

0

how to use iwconfig to change 2.4 ghz

sudo iwconfig <wlan> mode Managed
sudo iwconfig <wlan> freq <desired-freq>
sudo iwconfig <wlan> channel <desired-channel>
Posted by: Guest on December-18-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language