Determine channel of wireless interface
I know that iwconfig can provide me frequency of some wifi interface, but is existing some possibility to know chanel which configured for wireless interface?
I use Ubuntu 12.04.1
OK, I found answer:
iwlist wlan0 channel
Last line of output inform about current channel
Because iwlist
is deprecated on many systems, you can find the channel using the newer iw
as well using iw dev
.