Wireless Modules
文章平均质量分 51
Adrian503
中国科学院大学计算机硕士,研究领域Linux内核、嵌入式软件、BSP等。
展开
-
linux 下抓取无线网卡 802.11包
注意:无线网卡只有在监听模式下,才可以抓到无线帧。AP和Station模式虽然可以抓到数据包,但不是802.11的无线帧。1、将无线网卡设置为 monitor 模式。具体有三种设置方法可参考 :https://blog.csdn.net/Adrian503/article/details/1198255512、抓包注意事项单个网卡,可以直接设置成 monitor 模式,此时,网卡就只能工作在这个模式,监听空中所有的无线帧,都会接受。但是一般情况下,我们会正常使用网卡,作为station模..原创 2021-08-20 16:29:32 · 4124 阅读 · 0 评论 -
put your Wi-Fi Interface in Monitor Mode in Linux
1、Using iwStart by making sure the system recognizes the Wi-Fi interface:root@localhost:~# iw devphy#1 Interface wlan1 ifindex 11 wdev 0x100000001 addr e0:ca:94:d5:f4:bf type managedphy#0 Interface wlan0 ifindex 10 wdev 0x1 addr e0:c原创 2021-08-20 16:01:06 · 1100 阅读 · 1 评论 -
QUECTEL EC25/EG25/EC20 , 限制Band Frequency
AT+QCFG="band" 来配置LTE 的band 还有很多。查看B1, B3, B7, B8, B28, B38 加到一起B1, B3, B7, B8, B28, B380x10x40x400x800x80000000x2000000000---------0x20080000C5(1) 以下配置会 ERROR (注意配置时不能 加 0x)AT+QCFG="band",0xFFF...原创 2020-12-23 13:41:15 · 1694 阅读 · 1 评论