上一页 1 2 3 4 5 6 ··· 20 下一页

2023年11月25日

奇怪编译报错!

摘要: #define LOGE(fmt, ...) do { \ char *buf = (char*)malloc(1024); \ if (buf) { \ char *file; \ memset(buf, 0, 1024); \ file = (char*)strrchr(__FILE__, '/ 阅读全文

posted @ 2023-11-25 14:52 huangguanyuan 阅读(4) 评论(0) 推荐(0) 编辑

2023年10月30日

快速编译QCMAP方法

摘要: 快速编译QCMAP方法:step1: cd /fibocom/huangguanyuan/sa522/sa525m_le/SA525M_apps/apps_proc/pokystep2: DISTRO=qti-distro-tele-debug MACHINE=sa525m source qti-c 阅读全文

posted @ 2023-10-30 20:54 huangguanyuan 阅读(45) 评论(0) 推荐(0) 编辑

2023年10月23日

11AX 触发帧

摘要: 阅读全文

posted @ 2023-10-23 14:33 huangguanyuan 阅读(5) 评论(0) 推荐(0) 编辑

2023年10月20日

协议阅读

摘要: 第6.章 Layer management 6.3 MLME SAP interface MLME-POWERMGT.request( PowerManagementMode, ReceiveDTIMs ) MLME-SCAN.request( BSSType, BSSID, SSID, ScanT 阅读全文

posted @ 2023-10-20 22:35 huangguanyuan 阅读(11) 评论(0) 推荐(0) 编辑

2023年10月18日

经验:变长度参数

摘要: #include <stdio.h> int printf(const char *format, ...); int fprintf(FILE *stream, const char *format, ...); int dprintf(int fd, const char *format, .. 阅读全文

posted @ 2023-10-18 14:23 huangguanyuan 阅读(6) 评论(0) 推荐(0) 编辑

2023年10月9日

Windows 频繁断连wifi压力测试。

摘要: 第一步: 通过Windows界面 连接热点, HGY5G_86c17f72 第二步: 压力断连wifi for /l %i in (1,1,1000000) do netsh wlan disconnect && netsh wlan connect ssid=HGY5G_86c17f72 name 阅读全文

posted @ 2023-10-09 19:21 huangguanyuan 阅读(41) 评论(0) 推荐(0) 编辑

日志脚本

摘要: #!/bin/sh killall ipkillall tcpdumpkillall cnss_diag ip -timestamp monitor all 2>&1 1>>/mnt/sdcard/ramdump/ipmonitor.txt &tcpdump -n -i any -v -C 250 阅读全文

posted @ 2023-10-09 14:17 huangguanyuan 阅读(7) 评论(0) 推荐(0) 编辑

2023年9月20日

MIMO

摘要: 综述 多入多出技术MIMO(multiple-input multiple-output)表示多输入多输出,由m个发射天线和n个接收天线组成的天线系统。MIMO技术的应用,使空间成为一种可以用于提高性能的资源,并能够增加无线系统的覆盖范围。MIMO系统产生多空间流信号,最大每个天线产生一个空间流。使 阅读全文

posted @ 2023-09-20 14:51 huangguanyuan 阅读(34) 评论(0) 推荐(0) 编辑

文件修改记录

摘要: git log --pretty=oneline "wlan/qcacld-3.0/components/ipa/core/src/wlan_ipa_core.c" 阅读全文

posted @ 2023-09-20 09:11 huangguanyuan 阅读(2) 评论(0) 推荐(0) 编辑

2023年9月18日

test script

摘要: #!/bin/sh loop=0for i in $(seq 0 1 1000000);do date | tee -a /mnt/sdcard/tx_test.log echo $i | tee -a /mnt/sdcard/tx_test.log /usr/bin/init.qti.wlan_o 阅读全文

posted @ 2023-09-18 11:43 huangguanyuan 阅读(9) 评论(1) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 20 下一页

导航