Skip to content

Instantly share code, notes, and snippets.

@kramarama
Last active August 29, 2015 14:10
Show Gist options
  • Save kramarama/1eca435758080e17da9c to your computer and use it in GitHub Desktop.
Save kramarama/1eca435758080e17da9c to your computer and use it in GitHub Desktop.
linux wifi
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