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

2023年9月20日

文件修改记录

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

posted @ 2023-09-20 09:11 huangguanyuan 阅读(19) 评论(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 阅读(39) 评论(1) 推荐(0)

2023年9月13日

windows 创建大文件, nginx开启和停止

摘要: fsutil file createNew 1024.txt 10000000000 start nginx nginx.exe -s stop / nginx.exe -s quit 阅读全文

posted @ 2023-09-13 11:22 huangguanyuan 阅读(16) 评论(0) 推荐(0)

2023年9月5日

吞吐量

摘要: 1、perf build 。 2、DCVS关闭、 PC/笔记本 关闭省电。 3、RF inteference (clock, power, bluetooth, 4/5G)。 4、CRC fails (检查sniffer)。 5、Tx packet CRC fails. HW issue(clock 阅读全文

posted @ 2023-09-05 12:29 huangguanyuan 阅读(35) 评论(0) 推荐(0)

2023年8月29日

HE_tag

摘要: 阅读全文

posted @ 2023-08-29 11:48 huangguanyuan 阅读(12) 评论(0) 推荐(0)

wifi空口抓包

摘要: 1. 查看AP信道。 在有无线网卡的Windows上: 运行: netsh wlan show all 找到AP的信道。 2. 驱动进入monitor模式: modprobe qca6696 country_code=CN con_mode=4 3. 启动网卡: ifconfig wlan0 up 阅读全文

posted @ 2023-08-29 11:12 huangguanyuan 阅读(1293) 评论(0) 推荐(0)

2023年8月16日

管理帧发送

摘要: 管理帧发送 lim_send_auth_mgmt_framelim_send_mgmt_frame_tx / lim_send_frame / lim_tx_mgmt_frame //分配qdf_nbuf_twma_tx_packet-1->wlan_mgmt_txrx_mgmt_frame_tx 阅读全文

posted @ 2023-08-16 14:23 huangguanyuan 阅读(99) 评论(0) 推荐(0)

XXX

摘要: //在XXX上,烧写抓包版本(研发提供抓包user_image_an958_eau_sniffer.7z //驱动进入sniffer模式modprobe qca6696 country_code=CN con_mode=4 //UP网卡ifconfig wlan0 up // 5G chan 36 阅读全文

posted @ 2023-08-16 14:22 huangguanyuan 阅读(193) 评论(0) 推荐(0)

PCI

摘要: PCIE平台驱动msm_pcie_probe-1->msm_pcie_get_resources-1-2->devm_regulator_get // regulator gdsc-vdd gdsc-smmu vreg-3.3-1-2->of_get_named_gpio // gpio-1-2-> 阅读全文

posted @ 2023-08-16 14:20 huangguanyuan 阅读(287) 评论(0) 推荐(0)

QC_WLAN_HDD

摘要: hdd_module_init -- > cnss_pci_dev_powerup //触发上电 PCIe设备probe-1->hdd_soc_probe / __hdd_soc_probe-1-2->hdd_context_create-1-2->hdd_wlan_startup-1-2-3->h 阅读全文

posted @ 2023-08-16 14:12 huangguanyuan 阅读(168) 评论(0) 推荐(0)

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

导航