-
-
Save kramarama/1eca435758080e17da9c to your computer and use it in GitHub Desktop.
linux wifi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lspci | |
iwconfig wlan0 | |
watch -n 1 cat /proc/net/wireless | |
wavemon | |
sudo iwlist wlan0 scan | |
sudo iwconfig wlan0 essid network-essid | |
sudo iwconfig wlan0 freq 2.422G | |
sudo iwconfig wlan0 channel 3 | |
sudo iwconfig wlan0 retry 16 | |
sudo iwconfig wlan0 retry lifetime 300m | |
sudo iwconfig wlan0 frag 512 | |
sudo iwconfig wlan0 commit | |
sudo iwspy wlan0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment