Linux/Wifi
< Linux
Get infos
- list network hardware
lshw -class network
- show all network devices
ifconfig -a
- get wifi information
iwconfig
- bring interface up
ifconfig wlan0 up
- scan for wifi networks
iwlist wlan0 scan
lshw -class network
ifconfig -a
iwconfig
ifconfig wlan0 up
iwlist wlan0 scan