Monitor wifi connection
watch -d -n 3 "iw dev wlan0 station dump; iwconfig wlan0"
Monitoring wifi connection by watch command (refresh every 3s), displaying iw dump info and iwconfig on wireless interface "wlan0"
watch -d -n 3 "iw dev wlan0 station dump; iwconfig wlan0"
Monitoring wifi connection by watch command (refresh every 3s), displaying iw dump info and iwconfig on wireless interface "wlan0"
0 Comments to “ Monitor wifi connection”