iw dev
linux
Show and manipulate wireless devices. For a list of channels, frequencies, and reg information: <https://wireless.docs.kernel.org/en/latest/en/developers/documentation/channellist.html>.
More info →Examples (7)
Set device to monitor mode (interface must be down first. See also: `ip link`)
Set device Wi-Fi channel (device must first be in monitor mode with the interface up)
Set device Wi-Fi frequency in Mhz (device must first be in monitor mode with the interface up)
Show all known station info
iw dev wlp station dumpCreate a virtual interface in monitor mode with a specific MAC address
made by @shridhargupta | data from tldr-pages