Linux/Wifi

From Wiki
< Linux
Revision as of 17:03, 12 February 2018 by Marcluer (talk | contribs)

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