logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Control Wireless Devices - Using Linux 'iw' | Online Free DevTools by Hexmos

Control wireless devices with 'iw' command on Linux. Manage network connections, scan available networks, and show device information. Free online tool, no registration required.

iw

Show and manipulate wireless devices. See also: iw dev. More information: https://wireless.docs.kernel.org/en/latest/en/users/documentation/iw.html.

  • Scan for available wireless networks:

iw dev {{wlp}} scan

  • Join an open wireless network:

iw dev {{wlp}} connect {{SSID}}

  • Close the current connection:

iw dev {{wlp}} disconnect

  • Show information about the current connection:

iw dev {{wlp}} link

  • List all physical and logical wireless network interfaces:

iw dev

  • List all wireless capabilities for all physical hardware interfaces:

iw phy

  • List the kernel’s current wireless regulatory domain information:

iw reg get

  • Display help for all commands:

iw help

See Also