snippetbashTip
iw — Show and manipulate wireless devices. See also: `iw dev`, `nmcli`, `iwctl`. More information: <https
Viewed 0 times
commanddevicesiwshowandmanipulatecliwireless
linux
Problem
How to use the
iw command: Show and manipulate wireless devices. See also: iw dev, nmcli, iwctl. More information: <https://wireless.docs.kernel.org/en/latest/en/users/documentation/iw.html>.Solution
iw — Show and manipulate wireless devices. See also: iw dev, nmcli, iwctl. More information: <https://wireless.docs.kernel.org/en/latest/en/users/documentation/iw.html>.Scan for available wireless networks:
iw dev {{wlp}} scanJoin an open wireless network:
iw dev {{wlp}} connect {{SSID}}Close the current connection:
iw dev {{wlp}} disconnectShow information about the current connection:
iw dev {{wlp}} linkList all physical and logical wireless network interfaces:
iw devList all wireless capabilities for all physical hardware interfaces:
iw phyList the kernel's current wireless regulatory domain information:
iw reg getDisplay help:
iw helpCode Snippets
Scan for available wireless networks
iw dev {{wlp}} scanJoin an open wireless network
iw dev {{wlp}} connect {{SSID}}Close the current connection
iw dev {{wlp}} disconnectShow information about the current connection
iw dev {{wlp}} linkList all physical and logical wireless network interfaces
iw devContext
tldr-pages: linux/iw
Revisions (0)
No revisions yet.