1 Star 0 Fork 0

shangwx/rtl88x2eu-20230815

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
nic_quick_test.sh 340 Bytes
一键复制 编辑 原始数据 按行查看 历史
libc0607 提交于 2024-05-01 18:31 . Add script for testing
#!/bin/sh
NIC=$1
CHANNEL=$2
echo "insmod"
rmmod 8812eu
modprobe cfg80211
insmod 8812eu.ko rtw_regd_src=1 rtw_tx_pwr_by_rate=0 rtw_tx_pwr_lmt_enable=0
echo "set $NIC monitor mode"
airmon-ng check kill
airmon-ng start $NIC
echo "set channel to $CHANNEL"
ifconfig $NIC down
iwconfig $NIC mode monitor channel $CHANNEL
ifconfig $NIC up
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shangwx/rtl88x2eu-20230815.git
git@gitee.com:shangwx/rtl88x2eu-20230815.git
shangwx
rtl88x2eu-20230815
rtl88x2eu-20230815
5mhz_bw

搜索帮助