我正在使用iw工具配置一个WiFi接口,以在特定通道上嗅探空气(监视器模式):
ifconfig wlan0 down
iw dev wlan0 set channel 1
iwconfig wlan0 mode monitor
ifconfig wlan0 upiw的手册说,信道带宽是可选的:
dev <devname> set channel <channel> [HT20|HT40+|HT40-]但目前还不清楚这三种货币中的哪一种价值是默认的,根据它所选择的是什么?
使用UbuntuUbuntu12.04.4,内核3.5.0-45-泛型。
https://unix.stackexchange.com/questions/123759
复制相似问题