仅支持 802.11b 和固定数据速率的 Wifi 监控模式

仅支持 802.11b 和固定数据速率的 Wifi 监控模式

大家好,我已将我的 WiFi 适配器置于监控模式,并且在 Ubuntu 机器中仅接收 802.11b 数据包。

sudo ifconfig wxc12003 down
sudo iw dev wxc12003 set monitor otherbss fcsfail
sudo ifconfig wxc12003 up
sudo iw wxc12003 set channel 3 HT20
  1. 我想知道为什么我只能获得数据速率为 1 Mbps 的广播帧(802.11b)。
  2. 我如何注入数据包并使用 DSSS 发送,数据速率固定为 6.0 Mbps。我可以设置下面提到的任何标准数据速率吗

运行 iw 列表我获得以下支持的数据速率

Bitrates (non-HT):
            * 1.0 Mbps
            * 2.0 Mbps (short preamble supported)
            * 5.5 Mbps (short preamble supported)
            * 11.0 Mbps (short preamble supported)
            * 6.0 Mbps
            * 9.0 Mbps
            * 12.0 Mbps
            * 18.0 Mbps
            * 24.0 Mbps
            * 36.0 Mbps
            * 48.0 Mbps
            * 54.0 Mbps

相关内容