在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例Android手机应用开发 → RTL8723DU_WiFi_linux_v5.6.5_31829_COEX20181130-2e2e.20190109.zip

RTL8723DU_WiFi_linux_v5.6.5_31829_COEX20181130-2e2e.20190109.zip

Android手机应用开发

下载此实例
  • 开发语言:C/C++
  • 实例大小:30.52M
  • 下载次数:4
  • 浏览次数:176
  • 发布时间:2021-04-15
  • 实例类别:Android手机应用开发
  • 发 布 人:CamillePC
  • 文件格式:.zip
  • 所需积分:4
 相关标签: linux wifi 2019 2018 ZIP

实例介绍

【实例简介】

RTL8723DU wifi和蓝牙厂家驱动包

【实例截图】

from clipboard

【核心代码】

camille@camille-VirtualBox:~/work/ti/lib-tools/wlan/rtl8723du/RTL8723DU_WiFi_linux_v5.6.5_31829_COEX20181130-2e2e.20190109$ tree
.
├── android_ref_codes_KK_4.4
│   ├── linux-3.0.42_STATION_INFO_ASSOC_REQ_IES.diff
│   ├── realtek_wifi_SDK_for_android_KK_4.4_20140117.tar.gz
│   └── Realtek_Wi-Fi_SDK_for_Android_KK_4.4.pdf
├── android_ref_codes_L_5.x
│   ├── linux-3.0.42_STATION_INFO_ASSOC_REQ_IES.diff
│   ├── realtek_wifi_SDK_for_android_L_5.x_20150811.tgz
│   └── Realtek_Wi-Fi_SDK_for_Android_L_5.x.pdf
├── android_ref_codes_M_6.x
│   ├── linux-3.0.42_STATION_INFO_ASSOC_REQ_IES.diff
│   ├── realtek_wifi_SDK_for_android_M_6.x_20151116.tgz
│   └── Realtek_Wi-Fi_SDK_for_Android_M_6.x.pdf
├── android_ref_codes_N_7.0
│   ├── linux-3.0.42_STATION_INFO_ASSOC_REQ_IES.diff
│   ├── realtek_wifi_SDK_for_android_N_7.0_20161024.zip
│   └── Realtek_Wi-Fi_SDK_for_Android_N_7.0.pdf
├── android_ref_codes_O_8.0
│   ├── linux-3.0.42_STATION_INFO_ASSOC_REQ_IES.diff
│   ├── realtek_wifi_SDK_for_android_O_8.0_20181001.tar.gz
│   └── Realtek_Wi-Fi_SDK_for_Android_O_8.0.pdf
├── android_ref_codes_P_9.x
│   ├── linux-3.0.42_STATION_INFO_ASSOC_REQ_IES.diff
│   ├── realtek_wifi_SDK_for_android_P_9.x_20181001.tar.gz
│   └── Realtek_Wi-Fi_SDK_for_Android_P_9.x.pdf
├── btcoex
│   ├── HowTo_debug_BT_coexistence.pdf
│   ├── How_to_set_bt-coex_antenna_isolation_parameters_on_combo_card.pdf
│   ├── script
│   │   ├── btcoex_lnx.sh
│   │   └── btcoex_win.bat
│   └── wifi_ant_isolation.txt
├── document
│   ├── Driver_Configuration_for_RF_Regulatory_Certification.pdf
│   ├── How_to_append_vendor_specific_ie_to_driver_management_frames.pdf
│   ├── HowTo_enable_and_verify_TDLS_function_in_Wi-Fi_driver.pdf
│   ├── HowTo_enable_driver_to_support_80211d.pdf
│   ├── How_to_enable_Realtek_RSON_function.pdf
│   ├── HowTo_enable_the_power_saving_functionality.pdf
│   ├── HowTo_port_wireless_driver_to_Google_ChromiumOS.pdf
│   ├── How_to_set_driver_debug_log_level.pdf
│   ├── HowTo_support_WIFI_certification_test.pdf
│   ├── linux_dhcp_server_notes.txt
│   ├── Miracast_for_Realtek_WiFi.pdf
│   ├── Quick_Start_Guide_for_Adaptivity_and_Carrier_Sensing_Test.pdf
│   ├── Quick_Start_Guide_for_Bridge.pdf
│   ├── Quick_Start_Guide_for_Driver_Compilation_and_Installation.pdf
│   ├── Quick_Start_Guide_for_SoftAP.pdf
│   ├── Quick_Start_Guide_for_Station_Mode.pdf
│   ├── Quick_Start_Guide_for_WOW.pdf
│   ├── Quick_Start_Guide_for_wpa_supplicant_WiFi_P2P_test.pdf
│   ├── Realtek_WiFi_concurrent_mode_Introduction.pdf
│   ├── RTK_P2P_WFD_Programming_guide.pdf
│   ├── SoftAP_Mode_features.pdf
│   ├── Wireless_tools_porting_guide.pdf
│   └── wpa_cli_with_wpa_supplicant.pdf
├── driver
│   ├── rtl8723du
│   │   ├── clean
│   │   ├── core
│   │   │   ├── efuse
│   │   │   │   └── rtw_efuse.c
│   │   │   ├── mesh
│   │   │   │   ├── rtw_mesh.c
│   │   │   │   ├── rtw_mesh.h
│   │   │   │   ├── rtw_mesh_hwmp.c
│   │   │   │   ├── rtw_mesh_hwmp.h
│   │   │   │   ├── rtw_mesh_pathtbl.c
│   │   │   │   └── rtw_mesh_pathtbl.h
│   │   │   ├── rtw_ap.c
│   │   │   ├── rtw_beamforming.c
│   │   │   ├── rtw_br_ext.c
│   │   │   ├── rtw_btcoex.c
│   │   │   ├── rtw_btcoex_wifionly.c
│   │   │   ├── rtw_bt_mp.c
│   │   │   ├── rtw_chplan.c
│   │   │   ├── rtw_chplan.h
│   │   │   ├── rtw_cmd.c
│   │   │   ├── rtw_debug.c
│   │   │   ├── rtw_eeprom.c
│   │   │   ├── rtw_ieee80211.c
│   │   │   ├── rtw_io.c
│   │   │   ├── rtw_ioctl_query.c
│   │   │   ├── rtw_ioctl_rtl.c
│   │   │   ├── rtw_ioctl_set.c
│   │   │   ├── rtw_iol.c
│   │   │   ├── rtw_mem.c
│   │   │   ├── rtw_mi.c
│   │   │   ├── rtw_mlme.c
│   │   │   ├── rtw_mlme_ext.c
│   │   │   ├── rtw_mp.c
│   │   │   ├── rtw_mp_ioctl.c
│   │   │   ├── rtw_odm.c
│   │   │   ├── rtw_p2p.c
│   │   │   ├── rtw_pwrctrl.c
│   │   │   ├── rtw_recv.c
│   │   │   ├── rtw_rf.c
│   │   │   ├── rtw_rm.c
│   │   │   ├── rtw_rm_fsm.c
│   │   │   ├── rtw_rson.c
│   │   │   ├── rtw_sdio.c
│   │   │   ├── rtw_security.c
│   │   │   ├── rtw_sreset.c
│   │   │   ├── rtw_sta_mgt.c
│   │   │   ├── rtw_tdls.c
│   │   │   ├── rtw_vht.c
│   │   │   ├── rtw_wapi.c
│   │   │   ├── rtw_wapi_sms4.c
│   │   │   ├── rtw_wlan_util.c
│   │   │   └── rtw_xmit.c
│   │   ├── hal
│   │   │   ├── btc
│   │   │   │   ├── halbtc8723d1ant.c
│   │   │   │   ├── halbtc8723d1ant.h
│   │   │   │   ├── halbtc8723d2ant.c
│   │   │   │   ├── halbtc8723d2ant.h
│   │   │   │   ├── halbtcoutsrc.h
│   │   │   │   └── mp_precomp.h
│   │   │   ├── efuse
│   │   │   │   ├── efuse_mask.h
│   │   │   │   └── rtl8723d
│   │   │   │       ├── HalEfuseMask8723D_PCIE.c
│   │   │   │       ├── HalEfuseMask8723D_PCIE.h
│   │   │   │       ├── HalEfuseMask8723D_SDIO.c
│   │   │   │       ├── HalEfuseMask8723D_SDIO.h
│   │   │   │       ├── HalEfuseMask8723D_USB.c
│   │   │   │       └── HalEfuseMask8723D_USB.h
│   │   │   ├── hal_btcoex.c
│   │   │   ├── hal_btcoex_wifionly.c
│   │   │   ├── hal_com.c
│   │   │   ├── hal_com_c2h.h
│   │   │   ├── hal_com_phycfg.c
│   │   │   ├── hal_dm_acs.c
│   │   │   ├── hal_dm_acs.h
│   │   │   ├── hal_dm.c
│   │   │   ├── hal_dm.h
│   │   │   ├── hal_halmac.c
│   │   │   ├── hal_halmac.h
│   │   │   ├── hal_hci
│   │   │   │   └── hal_usb.c
│   │   │   ├── hal_intf.c
│   │   │   ├── hal_mcc.c
│   │   │   ├── hal_mp.c
│   │   │   ├── hal_phy.c
│   │   │   ├── HalPwrSeqCmd.c
│   │   │   ├── led
│   │   │   │   ├── hal_led.c
│   │   │   │   └── hal_usb_led.c
│   │   │   ├── phydm
│   │   │   │   ├── ap_makefile.mk
│   │   │   │   ├── halhwimg.h
│   │   │   │   ├── halrf
│   │   │   │   │   ├── halphyrf_ap.c
│   │   │   │   │   ├── halphyrf_ap.h
│   │   │   │   │   ├── halphyrf_ce.c
│   │   │   │   │   ├── halphyrf_ce.h
│   │   │   │   │   ├── halphyrf_iot.c
│   │   │   │   │   ├── halphyrf_iot.h
│   │   │   │   │   ├── halphyrf_win.c
│   │   │   │   │   ├── halphyrf_win.h
│   │   │   │   │   ├── halrf.c
│   │   │   │   │   ├── halrf_debug.c
│   │   │   │   │   ├── halrf_debug.h
│   │   │   │   │   ├── halrf_dpk.h
│   │   │   │   │   ├── halrf_features.h
│   │   │   │   │   ├── halrf.h
│   │   │   │   │   ├── halrf_iqk.h
│   │   │   │   │   ├── halrf_kfree.c
│   │   │   │   │   ├── halrf_kfree.h
│   │   │   │   │   ├── halrf_powertracking_ap.c
│   │   │   │   │   ├── halrf_powertracking_ap.h
│   │   │   │   │   ├── halrf_powertracking.c
│   │   │   │   │   ├── halrf_powertracking_ce.c
│   │   │   │   │   ├── halrf_powertracking_ce.h
│   │   │   │   │   ├── halrf_powertracking.h
│   │   │   │   │   ├── halrf_powertracking_iot.c
│   │   │   │   │   ├── halrf_powertracking_iot.h
│   │   │   │   │   ├── halrf_powertracking_win.c
│   │   │   │   │   ├── halrf_powertracking_win.h
│   │   │   │   │   ├── halrf_psd.c
│   │   │   │   │   ├── halrf_psd.h
│   │   │   │   │   ├── halrf_txgapcal.c
│   │   │   │   │   ├── halrf_txgapcal.h
│   │   │   │   │   └── rtl8723d
│   │   │   │   │       ├── halrf_8723d.c
│   │   │   │   │       └── halrf_8723d.h
│   │   │   │   ├── mp_precomp.h
│   │   │   │   ├── phydm_adaptivity.c
│   │   │   │   ├── phydm_adaptivity.h
│   │   │   │   ├── phydm_adc_sampling.c
│   │   │   │   ├── phydm_adc_sampling.h
│   │   │   │   ├── phydm_antdect.c
│   │   │   │   ├── phydm_antdect.h
│   │   │   │   ├── phydm_antdiv.c
│   │   │   │   ├── phydm_antdiv.h
│   │   │   │   ├── phydm_api.c
│   │   │   │   ├── phydm_api.h
│   │   │   │   ├── phydm_auto_dbg.c
│   │   │   │   ├── phydm_auto_dbg.h
│   │   │   │   ├── phydm_beamforming.c
│   │   │   │   ├── phydm_beamforming.h
│   │   │   │   ├── phydm.c
│   │   │   │   ├── phydm_cck_pd.c
│   │   │   │   ├── phydm_cck_pd.h
│   │   │   │   ├── phydm_ccx.c
│   │   │   │   ├── phydm_ccx.h
│   │   │   │   ├── phydm_cfotracking.c
│   │   │   │   ├── phydm_cfotracking.h
│   │   │   │   ├── phydm_debug.c
│   │   │   │   ├── phydm_debug.h
│   │   │   │   ├── phydm_dfs.c
│   │   │   │   ├── phydm_dfs.h
│   │   │   │   ├── phydm_dig.c
│   │   │   │   ├── phydm_dig.h
│   │   │   │   ├── phydm_dynamictxpower.c
│   │   │   │   ├── phydm_dynamictxpower.h
│   │   │   │   ├── phydm_features_ap.h
│   │   │   │   ├── phydm_features_ce2_kernel.h
│   │   │   │   ├── phydm_features_ce.h
│   │   │   │   ├── phydm_features.h
│   │   │   │   ├── phydm_features_iot.h
│   │   │   │   ├── phydm_features_win.h
│   │   │   │   ├── phydm.h
│   │   │   │   ├── phydm_hwconfig.c
│   │   │   │   ├── phydm_hwconfig.h
│   │   │   │   ├── phydm_interface.c
│   │   │   │   ├── phydm_interface.h
│   │   │   │   ├── phydm_lna_sat.c
│   │   │   │   ├── phydm_lna_sat.h
│   │   │   │   ├── phydm_math_lib.c
│   │   │   │   ├── phydm_math_lib.h
│   │   │   │   ├── phydm.mk
│   │   │   │   ├── phydm_mp.c
│   │   │   │   ├── phydm_mp.h
│   │   │   │   ├── phydm_noisemonitor.c
│   │   │   │   ├── phydm_noisemonitor.h
│   │   │   │   ├── phydm_pathdiv.c
│   │   │   │   ├── phydm_pathdiv.h
│   │   │   │   ├── phydm_phystatus.c
│   │   │   │   ├── phydm_phystatus.h
│   │   │   │   ├── phydm_pmac_tx_setting.c
│   │   │   │   ├── phydm_pmac_tx_setting.h
│   │   │   │   ├── phydm_pow_train.c
│   │   │   │   ├── phydm_pow_train.h
│   │   │   │   ├── phydm_precomp.h
│   │   │   │   ├── phydm_pre_define.h
│   │   │   │   ├── phydm_primary_cca.c
│   │   │   │   ├── phydm_primary_cca.h
│   │   │   │   ├── phydm_psd.c
│   │   │   │   ├── phydm_psd.h
│   │   │   │   ├── phydm_rainfo.c
│   │   │   │   ├── phydm_rainfo.h
│   │   │   │   ├── phydm_regdefine11ac.h
│   │   │   │   ├── phydm_regdefine11n.h
│   │   │   │   ├── phydm_reg.h
│   │   │   │   ├── phydm_regtable.h
│   │   │   │   ├── phydm_rssi_monitor.c
│   │   │   │   ├── phydm_rssi_monitor.h
│   │   │   │   ├── phydm_smt_ant.c
│   │   │   │   ├── phydm_smt_ant.h
│   │   │   │   ├── phydm_soml.c
│   │   │   │   ├── phydm_soml.h
│   │   │   │   ├── phydm_types.h
│   │   │   │   ├── rtl8723d
│   │   │   │   │   ├── hal8723dreg.h
│   │   │   │   │   ├── halhwimg8723d_bb.c
│   │   │   │   │   ├── halhwimg8723d_bb.h
│   │   │   │   │   ├── halhwimg8723d_mac.c
│   │   │   │   │   ├── halhwimg8723d_mac.h
│   │   │   │   │   ├── halhwimg8723d_rf.c
│   │   │   │   │   ├── halhwimg8723d_rf.h
│   │   │   │   │   ├── phydm_regconfig8723d.c
│   │   │   │   │   ├── phydm_regconfig8723d.h
│   │   │   │   │   ├── phydm_rtl8723d.c
│   │   │   │   │   ├── phydm_rtl8723d.h
│   │   │   │   │   └── version_rtl8723d.h
│   │   │   │   ├── sd4_phydm_2_kernel.mk
│   │   │   │   └── txbf
│   │   │   │       ├── halcomtxbf.c
│   │   │   │       ├── halcomtxbf.h
│   │   │   │       ├── haltxbf8192e.c
│   │   │   │       ├── haltxbf8192e.h
│   │   │   │       ├── haltxbf8814a.c
│   │   │   │       ├── haltxbf8814a.h
│   │   │   │       ├── haltxbf8822b.c
│   │   │   │       ├── haltxbf8822b.h
│   │   │   │       ├── haltxbfinterface.c
│   │   │   │       ├── haltxbfinterface.h
│   │   │   │       ├── haltxbfjaguar.c
│   │   │   │       ├── haltxbfjaguar.h
│   │   │   │       ├── phydm_hal_txbf_api.c
│   │   │   │       └── phydm_hal_txbf_api.h
│   │   │   └── rtl8723d
│   │   │       ├── hal8723d_fw.c
│   │   │       ├── hal8723d_fw.h
│   │   │       ├── Hal8723DPwrSeq.c
│   │   │       ├── rtl8723d_cmd.c
│   │   │       ├── rtl8723d_dm.c
│   │   │       ├── rtl8723d_hal_init.c
│   │   │       ├── rtl8723d_lps_poff.c
│   │   │       ├── rtl8723d_phycfg.c
│   │   │       ├── rtl8723d_rf6052.c
│   │   │       ├── rtl8723d_rxdesc.c
│   │   │       ├── rtl8723d_sreset.c
│   │   │       └── usb
│   │   │           ├── rtl8723du_led.c
│   │   │           ├── rtl8723du_recv.c
│   │   │           ├── rtl8723du_xmit.c
│   │   │           ├── usb_halinit.c
│   │   │           └── usb_ops.c
│   │   ├── ifcfg-wlan0
│   │   ├── include
│   │   │   ├── autoconf.h
│   │   │   ├── basic_types.h
│   │   │   ├── byteorder
│   │   │   │   ├── big_endian.h
│   │   │   │   ├── generic.h
│   │   │   │   ├── little_endian.h
│   │   │   │   ├── swabb.h
│   │   │   │   └── swab.h
│   │   │   ├── circ_buf.h
│   │   │   ├── cmd_osdep.h
│   │   │   ├── cmn_info
│   │   │   │   └── rtw_sta_info.h
│   │   │   ├── custom_gpio.h
│   │   │   ├── drv_conf.h
│   │   │   ├── drv_types_ce.h
│   │   │   ├── drv_types_gspi.h
│   │   │   ├── drv_types.h
│   │   │   ├── drv_types_linux.h
│   │   │   ├── drv_types_pci.h
│   │   │   ├── drv_types_sdio.h
│   │   │   ├── drv_types_xp.h
│   │   │   ├── ethernet.h
│   │   │   ├── gspi_hal.h
│   │   │   ├── gspi_ops.h
│   │   │   ├── gspi_ops_linux.h
│   │   │   ├── gspi_osintf.h
│   │   │   ├── h2clbk.h
│   │   │   ├── Hal8188EPhyCfg.h
│   │   │   ├── Hal8188EPhyReg.h
│   │   │   ├── Hal8188EPwrSeq.h
│   │   │   ├── Hal8188FPhyCfg.h
│   │   │   ├── Hal8188FPhyReg.h
│   │   │   ├── Hal8188FPwrSeq.h
│   │   │   ├── Hal8192EPhyCfg.h
│   │   │   ├── Hal8192EPhyReg.h
│   │   │   ├── Hal8192EPwrSeq.h
│   │   │   ├── Hal8192FPhyCfg.h
│   │   │   ├── Hal8192FPhyReg.h
│   │   │   ├── Hal8192FPwrSeq.h
│   │   │   ├── Hal8703BPhyCfg.h
│   │   │   ├── Hal8703BPhyReg.h
│   │   │   ├── Hal8703BPwrSeq.h
│   │   │   ├── Hal8710BPhyCfg.h
│   │   │   ├── Hal8710BPhyReg.h
│   │   │   ├── Hal8710BPwrSeq.h
│   │   │   ├── Hal8723BPhyCfg.h
│   │   │   ├── Hal8723BPhyReg.h
│   │   │   ├── Hal8723BPwrSeq.h
│   │   │   ├── Hal8723DPhyCfg.h
│   │   │   ├── Hal8723DPhyReg.h
│   │   │   ├── Hal8723DPwrSeq.h
│   │   │   ├── Hal8723PwrSeq.h
│   │   │   ├── Hal8812PhyCfg.h
│   │   │   ├── Hal8812PhyReg.h
│   │   │   ├── Hal8812PwrSeq.h
│   │   │   ├── Hal8814PhyCfg.h
│   │   │   ├── Hal8814PhyReg.h
│   │   │   ├── Hal8814PwrSeq.h
│   │   │   ├── Hal8821APwrSeq.h
│   │   │   ├── hal_btcoex.h
│   │   │   ├── hal_btcoex_wifionly.h
│   │   │   ├── hal_com.h
│   │   │   ├── hal_com_h2c.h
│   │   │   ├── hal_com_led.h
│   │   │   ├── hal_com_phycfg.h
│   │   │   ├── hal_com_reg.h
│   │   │   ├── hal_data.h
│   │   │   ├── hal_gspi.h
│   │   │   ├── hal_ic_cfg.h
│   │   │   ├── hal_intf.h
│   │   │   ├── hal_pg.h
│   │   │   ├── hal_phy.h
│   │   │   ├── hal_phy_reg.h
│   │   │   ├── HalPwrSeqCmd.h
│   │   │   ├── hal_sdio.h
│   │   │   ├── HalVerDef.h
│   │   │   ├── ieee80211_ext.h
│   │   │   ├── ieee80211.h
│   │   │   ├── if_ether.h
│   │   │   ├── ip.h
│   │   │   ├── linux
│   │   │   │   └── wireless.h
│   │   │   ├── mlme_osdep.h
│   │   │   ├── mp_custom_oid.h
│   │   │   ├── nic_spec.h
│   │   │   ├── osdep_intf.h
│   │   │   ├── osdep_service_bsd.h
│   │   │   ├── osdep_service_ce.h
│   │   │   ├── osdep_service.h
│   │   │   ├── osdep_service_linux.h
│   │   │   ├── osdep_service_xp.h
│   │   │   ├── pci_hal.h
│   │   │   ├── pci_ops.h
│   │   │   ├── pci_osintf.h
│   │   │   ├── recv_osdep.h
│   │   │   ├── rtl8188e_cmd.h
│   │   │   ├── rtl8188e_dm.h
│   │   │   ├── rtl8188e_hal.h
│   │   │   ├── rtl8188e_led.h
│   │   │   ├── rtl8188e_recv.h
│   │   │   ├── rtl8188e_rf.h
│   │   │   ├── rtl8188e_spec.h
│   │   │   ├── rtl8188e_sreset.h
│   │   │   ├── rtl8188e_xmit.h
│   │   │   ├── rtl8188f_cmd.h
│   │   │   ├── rtl8188f_dm.h
│   │   │   ├── rtl8188f_hal.h
│   │   │   ├── rtl8188f_led.h
│   │   │   ├── rtl8188f_recv.h
│   │   │   ├── rtl8188f_rf.h
│   │   │   ├── rtl8188f_spec.h
│   │   │   ├── rtl8188f_sreset.h
│   │   │   ├── rtl8188f_xmit.h
│   │   │   ├── rtl8192e_cmd.h
│   │   │   ├── rtl8192e_dm.h
│   │   │   ├── rtl8192e_hal.h
│   │   │   ├── rtl8192e_led.h
│   │   │   ├── rtl8192e_recv.h
│   │   │   ├── rtl8192e_rf.h
│   │   │   ├── rtl8192e_spec.h
│   │   │   ├── rtl8192e_sreset.h
│   │   │   ├── rtl8192e_xmit.h
│   │   │   ├── rtl8192f_cmd.h
│   │   │   ├── rtl8192f_dm.h
│   │   │   ├── rtl8192f_hal.h
│   │   │   ├── rtl8192f_led.h
│   │   │   ├── rtl8192f_recv.h
│   │   │   ├── rtl8192f_rf.h
│   │   │   ├── rtl8192f_spec.h
│   │   │   ├── rtl8192f_sreset.h
│   │   │   ├── rtl8192f_xmit.h
│   │   │   ├── rtl8703b_cmd.h
│   │   │   ├── rtl8703b_dm.h
│   │   │   ├── rtl8703b_hal.h
│   │   │   ├── rtl8703b_led.h
│   │   │   ├── rtl8703b_recv.h
│   │   │   ├── rtl8703b_rf.h
│   │   │   ├── rtl8703b_spec.h
│   │   │   ├── rtl8703b_sreset.h
│   │   │   ├── rtl8703b_xmit.h
│   │   │   ├── rtl8710b_cmd.h
│   │   │   ├── rtl8710b_dm.h
│   │   │   ├── rtl8710b_hal.h
│   │   │   ├── rtl8710b_led.h
│   │   │   ├── rtl8710b_lps_poff.h
│   │   │   ├── rtl8710b_recv.h
│   │   │   ├── rtl8710b_rf.h
│   │   │   ├── rtl8710b_spec.h
│   │   │   ├── rtl8710b_sreset.h
│   │   │   ├── rtl8710b_xmit.h
│   │   │   ├── rtl8723b_cmd.h
│   │   │   ├── rtl8723b_dm.h
│   │   │   ├── rtl8723b_hal.h
│   │   │   ├── rtl8723b_led.h
│   │   │   ├── rtl8723b_recv.h
│   │   │   ├── rtl8723b_rf.h
│   │   │   ├── rtl8723b_spec.h
│   │   │   ├── rtl8723b_sreset.h
│   │   │   ├── rtl8723b_xmit.h
│   │   │   ├── rtl8723d_cmd.h
│   │   │   ├── rtl8723d_dm.h
│   │   │   ├── rtl8723d_hal.h
│   │   │   ├── rtl8723d_led.h
│   │   │   ├── rtl8723d_lps_poff.h
│   │   │   ├── rtl8723d_recv.h
│   │   │   ├── rtl8723d_rf.h
│   │   │   ├── rtl8723d_spec.h
│   │   │   ├── rtl8723d_sreset.h
│   │   │   ├── rtl8723d_xmit.h
│   │   │   ├── rtl8812a_cmd.h
│   │   │   ├── rtl8812a_dm.h
│   │   │   ├── rtl8812a_hal.h
│   │   │   ├── rtl8812a_led.h
│   │   │   ├── rtl8812a_recv.h
│   │   │   ├── rtl8812a_rf.h
│   │   │   ├── rtl8812a_spec.h
│   │   │   ├── rtl8812a_sreset.h
│   │   │   ├── rtl8812a_xmit.h
│   │   │   ├── rtl8814a_cmd.h
│   │   │   ├── rtl8814a_dm.h
│   │   │   ├── rtl8814a_hal.h
│   │   │   ├── rtl8814a_led.h
│   │   │   ├── rtl8814a_recv.h
│   │   │   ├── rtl8814a_rf.h
│   │   │   ├── rtl8814a_spec.h
│   │   │   ├── rtl8814a_sreset.h
│   │   │   ├── rtl8814a_xmit.h
│   │   │   ├── rtl8821a_spec.h
│   │   │   ├── rtl8821a_xmit.h
│   │   │   ├── rtl8821c_dm.h
│   │   │   ├── rtl8821ce_hal.h
│   │   │   ├── rtl8821c_hal.h
│   │   │   ├── rtl8821cs_hal.h
│   │   │   ├── rtl8821c_spec.h
│   │   │   ├── rtl8821cu_hal.h
│   │   │   ├── rtl8822be_hal.h
│   │   │   ├── rtl8822b_hal.h
│   │   │   ├── rtl8822bs_hal.h
│   │   │   ├── rtl8822bu_hal.h
│   │   │   ├── rtw_android.h
│   │   │   ├── rtw_ap.h
│   │   │   ├── rtw_beamforming.h
│   │   │   ├── rtw_br_ext.h
│   │   │   ├── rtw_btcoex.h
│   │   │   ├── rtw_btcoex_wifionly.h
│   │   │   ├── rtw_bt_mp.h
│   │   │   ├── rtw_byteorder.h
│   │   │   ├── rtw_cmd.h
│   │   │   ├── rtw_debug.h
│   │   │   ├── rtw_eeprom.h
│   │   │   ├── rtw_efuse.h
│   │   │   ├── rtw_event.h
│   │   │   ├── rtw_ht.h
│   │   │   ├── rtw_ioctl.h
│   │   │   ├── rtw_ioctl_query.h
│   │   │   ├── rtw_ioctl_rtl.h
│   │   │   ├── rtw_ioctl_set.h
│   │   │   ├── rtw_io.h
│   │   │   ├── rtw_iol.h
│   │   │   ├── rtw_mcc.h
│   │   │   ├── rtw_mem.h
│   │   │   ├── rtw_mi.h
│   │   │   ├── rtw_mlme_ext.h
│   │   │   ├── rtw_mlme.h
│   │   │   ├── rtw_mp.h
│   │   │   ├── rtw_mp_ioctl.h
│   │   │   ├── rtw_mp_phy_regdef.h
│   │   │   ├── rtw_odm.h
│   │   │   ├── rtw_p2p.h
│   │   │   ├── rtw_pwrctrl.h
│   │   │   ├── rtw_qos.h
│   │   │   ├── rtw_recv.h
│   │   │   ├── rtw_rf.h
│   │   │   ├── rtw_rm_fsm.h
│   │   │   ├── rtw_rm.h
│   │   │   ├── rtw_rson.h
│   │   │   ├── rtw_sdio.h
│   │   │   ├── rtw_security.h
│   │   │   ├── rtw_sreset.h
│   │   │   ├── rtw_tdls.h
│   │   │   ├── rtw_version.h
│   │   │   ├── rtw_vht.h
│   │   │   ├── rtw_wapi.h
│   │   │   ├── rtw_wifi_regd.h
│   │   │   ├── rtw_xmit.h
│   │   │   ├── sdio_hal.h
│   │   │   ├── sdio_ops_ce.h
│   │   │   ├── sdio_ops.h
│   │   │   ├── sdio_ops_linux.h
│   │   │   ├── sdio_ops_xp.h
│   │   │   ├── sdio_osintf.h
│   │   │   ├── sta_info.h
│   │   │   ├── usb_hal.h
│   │   │   ├── usb_ops.h
│   │   │   ├── usb_ops_linux.h
│   │   │   ├── usb_osintf.h
│   │   │   ├── usb_vendor_req.h
│   │   │   ├── wifi.h
│   │   │   ├── wlan_bssdef.h
│   │   │   └── xmit_osdep.h
│   │   ├── Kconfig
│   │   ├── Makefile
│   │   ├── os_dep
│   │   │   ├── linux
│   │   │   │   ├── custom_gpio_linux.c
│   │   │   │   ├── ioctl_cfg80211.c
│   │   │   │   ├── ioctl_cfg80211.h
│   │   │   │   ├── ioctl_linux.c
│   │   │   │   ├── ioctl_mp.c
│   │   │   │   ├── mlme_linux.c
│   │   │   │   ├── os_intfs.c
│   │   │   │   ├── recv_linux.c
│   │   │   │   ├── rhashtable.c
│   │   │   │   ├── rhashtable.h
│   │   │   │   ├── rtw_android.c
│   │   │   │   ├── rtw_cfgvendor.c
│   │   │   │   ├── rtw_cfgvendor.h
│   │   │   │   ├── rtw_proc.c
│   │   │   │   ├── rtw_proc.h
│   │   │   │   ├── rtw_rhashtable.c
│   │   │   │   ├── rtw_rhashtable.h
│   │   │   │   ├── usb_intf.c
│   │   │   │   ├── usb_ops_linux.c
│   │   │   │   ├── wifi_regd.c
│   │   │   │   └── xmit_linux.c
│   │   │   └── osdep_service.c
│   │   ├── platform
│   │   │   ├── custom_country_chplan.h
│   │   │   ├── platform_aml_s905_sdio.c
│   │   │   ├── platform_aml_s905_sdio.h
│   │   │   ├── platform_arm_act_sdio.c
│   │   │   ├── platform_ARM_SUN50IW1P1_sdio.c
│   │   │   ├── platform_ARM_SUNnI_sdio.c
│   │   │   ├── platform_ARM_SUNxI_sdio.c
│   │   │   ├── platform_ARM_SUNxI_usb.c
│   │   │   ├── platform_ARM_WMT_sdio.c
│   │   │   ├── platform_hisilicon_hi3798_sdio.c
│   │   │   ├── platform_hisilicon_hi3798_sdio.h
│   │   │   ├── platform_ops.c
│   │   │   ├── platform_ops.h
│   │   │   ├── platform_RTK_DMP_usb.c
│   │   │   ├── platform_sprd_sdio.c
│   │   │   ├── platform_zte_zx296716_sdio.c
│   │   │   └── platform_zte_zx296716_sdio.h
│   │   ├── runwpa
│   │   └── wlan0dhcp
│   ├── rtl8723DU_WiFi_linux_v5.6.5_31829.20190103_COEX20181130-2e2e
│   │   ├── clean
│   │   ├── core
│   │   │   ├── efuse
│   │   │   │   └── rtw_efuse.c
│   │   │   ├── mesh
│   │   │   │   ├── rtw_mesh.c
│   │   │   │   ├── rtw_mesh.h
│   │   │   │   ├── rtw_mesh_hwmp.c
│   │   │   │   ├── rtw_mesh_hwmp.h
│   │   │   │   ├── rtw_mesh_pathtbl.c
│   │   │   │   └── rtw_mesh_pathtbl.h
│   │   │   ├── rtw_ap.c
│   │   │   ├── rtw_beamforming.c
│   │   │   ├── rtw_br_ext.c
│   │   │   ├── rtw_btcoex.c
│   │   │   ├── rtw_btcoex_wifionly.c
│   │   │   ├── rtw_bt_mp.c
│   │   │   ├── rtw_chplan.c
│   │   │   ├── rtw_chplan.h
│   │   │   ├── rtw_cmd.c
│   │   │   ├── rtw_debug.c
│   │   │   ├── rtw_eeprom.c
│   │   │   ├── rtw_ieee80211.c
│   │   │   ├── rtw_io.c
│   │   │   ├── rtw_ioctl_query.c
│   │   │   ├── rtw_ioctl_rtl.c
│   │   │   ├── rtw_ioctl_set.c
│   │   │   ├── rtw_iol.c
│   │   │   ├── rtw_mem.c
│   │   │   ├── rtw_mi.c
│   │   │   ├── rtw_mlme.c
│   │   │   ├── rtw_mlme_ext.c
│   │   │   ├── rtw_mp.c
│   │   │   ├── rtw_mp_ioctl.c
│   │   │   ├── rtw_odm.c
│   │   │   ├── rtw_p2p.c
│   │   │   ├── rtw_pwrctrl.c
│   │   │   ├── rtw_recv.c
│   │   │   ├── rtw_rf.c
│   │   │   ├── rtw_rm.c
│   │   │   ├── rtw_rm_fsm.c
│   │   │   ├── rtw_rson.c
│   │   │   ├── rtw_sdio.c
│   │   │   ├── rtw_security.c
│   │   │   ├── rtw_sreset.c
│   │   │   ├── rtw_sta_mgt.c
│   │   │   ├── rtw_tdls.c
│   │   │   ├── rtw_vht.c
│   │   │   ├── rtw_wapi.c
│   │   │   ├── rtw_wapi_sms4.c
│   │   │   ├── rtw_wlan_util.c
│   │   │   └── rtw_xmit.c
│   │   ├── hal
│   │   │   ├── btc
│   │   │   │   ├── halbtc8723d1ant.c
│   │   │   │   ├── halbtc8723d1ant.h
│   │   │   │   ├── halbtc8723d2ant.c
│   │   │   │   ├── halbtc8723d2ant.h
│   │   │   │   ├── halbtcoutsrc.h
│   │   │   │   └── mp_precomp.h
│   │   │   ├── efuse
│   │   │   │   ├── efuse_mask.h
│   │   │   │   └── rtl8723d
│   │   │   │       ├── HalEfuseMask8723D_PCIE.c
│   │   │   │       ├── HalEfuseMask8723D_PCIE.h
│   │   │   │       ├── HalEfuseMask8723D_SDIO.c
│   │   │   │       ├── HalEfuseMask8723D_SDIO.h
│   │   │   │       ├── HalEfuseMask8723D_USB.c
│   │   │   │       └── HalEfuseMask8723D_USB.h
│   │   │   ├── hal_btcoex.c
│   │   │   ├── hal_btcoex_wifionly.c
│   │   │   ├── hal_com.c
│   │   │   ├── hal_com_c2h.h
│   │   │   ├── hal_com_phycfg.c
│   │   │   ├── hal_dm_acs.c
│   │   │   ├── hal_dm_acs.h
│   │   │   ├── hal_dm.c
│   │   │   ├── hal_dm.h
│   │   │   ├── hal_halmac.c
│   │   │   ├── hal_halmac.h
│   │   │   ├── hal_hci
│   │   │   │   └── hal_usb.c
│   │   │   ├── hal_intf.c
│   │   │   ├── hal_mcc.c
│   │   │   ├── hal_mp.c
│   │   │   ├── hal_phy.c
│   │   │   ├── HalPwrSeqCmd.c
│   │   │   ├── led
│   │   │   │   ├── hal_led.c
│   │   │   │   └── hal_usb_led.c
│   │   │   ├── phydm
│   │   │   │   ├── ap_makefile.mk
│   │   │   │   ├── halhwimg.h
│   │   │   │   ├── halrf
│   │   │   │   │   ├── halphyrf_ap.c
│   │   │   │   │   ├── halphyrf_ap.h
│   │   │   │   │   ├── halphyrf_ce.c
│   │   │   │   │   ├── halphyrf_ce.h
│   │   │   │   │   ├── halphyrf_iot.c
│   │   │   │   │   ├── halphyrf_iot.h
│   │   │   │   │   ├── halphyrf_win.c
│   │   │   │   │   ├── halphyrf_win.h
│   │   │   │   │   ├── halrf.c
│   │   │   │   │   ├── halrf_debug.c
│   │   │   │   │   ├── halrf_debug.h
│   │   │   │   │   ├── halrf_dpk.h
│   │   │   │   │   ├── halrf_features.h
│   │   │   │   │   ├── halrf.h
│   │   │   │   │   ├── halrf_iqk.h
│   │   │   │   │   ├── halrf_kfree.c
│   │   │   │   │   ├── halrf_kfree.h
│   │   │   │   │   ├── halrf_powertracking_ap.c
│   │   │   │   │   ├── halrf_powertracking_ap.h
│   │   │   │   │   ├── halrf_powertracking.c
│   │   │   │   │   ├── halrf_powertracking_ce.c
│   │   │   │   │   ├── halrf_powertracking_ce.h
│   │   │   │   │   ├── halrf_powertracking.h
│   │   │   │   │   ├── halrf_powertracking_iot.c
│   │   │   │   │   ├── halrf_powertracking_iot.h
│   │   │   │   │   ├── halrf_powertracking_win.c
│   │   │   │   │   ├── halrf_powertracking_win.h
│   │   │   │   │   ├── halrf_psd.c
│   │   │   │   │   ├── halrf_psd.h
│   │   │   │   │   ├── halrf_txgapcal.c
│   │   │   │   │   ├── halrf_txgapcal.h
│   │   │   │   │   └── rtl8723d
│   │   │   │   │       ├── halrf_8723d.c
│   │   │   │   │       └── halrf_8723d.h
│   │   │   │   ├── mp_precomp.h
│   │   │   │   ├── phydm_adaptivity.c
│   │   │   │   ├── phydm_adaptivity.h
│   │   │   │   ├── phydm_adc_sampling.c
│   │   │   │   ├── phydm_adc_sampling.h
│   │   │   │   ├── phydm_antdect.c
│   │   │   │   ├── phydm_antdect.h
│   │   │   │   ├── phydm_antdiv.c
│   │   │   │   ├── phydm_antdiv.h
│   │   │   │   ├── phydm_api.c
│   │   │   │   ├── phydm_api.h
│   │   │   │   ├── phydm_auto_dbg.c
│   │   │   │   ├── phydm_auto_dbg.h
│   │   │   │   ├── phydm_beamforming.c
│   │   │   │   ├── phydm_beamforming.h
│   │   │   │   ├── phydm.c
│   │   │   │   ├── phydm_cck_pd.c
│   │   │   │   ├── phydm_cck_pd.h
│   │   │   │   ├── phydm_ccx.c
│   │   │   │   ├── phydm_ccx.h
│   │   │   │   ├── phydm_cfotracking.c
│   │   │   │   ├── phydm_cfotracking.h
│   │   │   │   ├── phydm_debug.c
│   │   │   │   ├── phydm_debug.h
│   │   │   │   ├── phydm_dfs.c
│   │   │   │   ├── phydm_dfs.h
│   │   │   │   ├── phydm_dig.c
│   │   │   │   ├── phydm_dig.h
│   │   │   │   ├── phydm_dynamictxpower.c
│   │   │   │   ├── phydm_dynamictxpower.h
│   │   │   │   ├── phydm_features_ap.h
│   │   │   │   ├── phydm_features_ce2_kernel.h
│   │   │   │   ├── phydm_features_ce.h
│   │   │   │   ├── phydm_features.h
│   │   │   │   ├── phydm_features_iot.h
│   │   │   │   ├── phydm_features_win.h
│   │   │   │   ├── phydm.h
│   │   │   │   ├── phydm_hwconfig.c
│   │   │   │   ├── phydm_hwconfig.h
│   │   │   │   ├── phydm_interface.c
│   │   │   │   ├── phydm_interface.h
│   │   │   │   ├── phydm_lna_sat.c
│   │   │   │   ├── phydm_lna_sat.h
│   │   │   │   ├── phydm_math_lib.c
│   │   │   │   ├── phydm_math_lib.h
│   │   │   │   ├── phydm.mk
│   │   │   │   ├── phydm_mp.c
│   │   │   │   ├── phydm_mp.h
│   │   │   │   ├── phydm_noisemonitor.c
│   │   │   │   ├── phydm_noisemonitor.h
│   │   │   │   ├── phydm_pathdiv.c
│   │   │   │   ├── phydm_pathdiv.h
│   │   │   │   ├── phydm_phystatus.c
│   │   │   │   ├── phydm_phystatus.h
│   │   │   │   ├── phydm_pmac_tx_setting.c
│   │   │   │   ├── phydm_pmac_tx_setting.h
│   │   │   │   ├── phydm_pow_train.c
│   │   │   │   ├── phydm_pow_train.h
│   │   │   │   ├── phydm_precomp.h
│   │   │   │   ├── phydm_pre_define.h
│   │   │   │   ├── phydm_primary_cca.c
│   │   │   │   ├── phydm_primary_cca.h
│   │   │   │   ├── phydm_psd.c
│   │   │   │   ├── phydm_psd.h
│   │   │   │   ├── phydm_rainfo.c
│   │   │   │   ├── phydm_rainfo.h
│   │   │   │   ├── phydm_regdefine11ac.h
│   │   │   │   ├── phydm_regdefine11n.h
│   │   │   │   ├── phydm_reg.h
│   │   │   │   ├── phydm_regtable.h
│   │   │   │   ├── phydm_rssi_monitor.c
│   │   │   │   ├── phydm_rssi_monitor.h
│   │   │   │   ├── phydm_smt_ant.c
│   │   │   │   ├── phydm_smt_ant.h
│   │   │   │   ├── phydm_soml.c
│   │   │   │   ├── phydm_soml.h
│   │   │   │   ├── phydm_types.h
│   │   │   │   ├── rtl8723d
│   │   │   │   │   ├── hal8723dreg.h
│   │   │   │   │   ├── halhwimg8723d_bb.c
│   │   │   │   │   ├── halhwimg8723d_bb.h
│   │   │   │   │   ├── halhwimg8723d_mac.c
│   │   │   │   │   ├── halhwimg8723d_mac.h
│   │   │   │   │   ├── halhwimg8723d_rf.c
│   │   │   │   │   ├── halhwimg8723d_rf.h
│   │   │   │   │   ├── phydm_regconfig8723d.c
│   │   │   │   │   ├── phydm_regconfig8723d.h
│   │   │   │   │   ├── phydm_rtl8723d.c
│   │   │   │   │   ├── phydm_rtl8723d.h
│   │   │   │   │   └── version_rtl8723d.h
│   │   │   │   ├── sd4_phydm_2_kernel.mk
│   │   │   │   └── txbf
│   │   │   │       ├── halcomtxbf.c
│   │   │   │       ├── halcomtxbf.h
│   │   │   │       ├── haltxbf8192e.c
│   │   │   │       ├── haltxbf8192e.h
│   │   │   │       ├── haltxbf8814a.c
│   │   │   │       ├── haltxbf8814a.h
│   │   │   │       ├── haltxbf8822b.c
│   │   │   │       ├── haltxbf8822b.h
│   │   │   │       ├── haltxbfinterface.c
│   │   │   │       ├── haltxbfinterface.h
│   │   │   │       ├── haltxbfjaguar.c
│   │   │   │       ├── haltxbfjaguar.h
│   │   │   │       ├── phydm_hal_txbf_api.c
│   │   │   │       └── phydm_hal_txbf_api.h
│   │   │   └── rtl8723d
│   │   │       ├── hal8723d_fw.c
│   │   │       ├── hal8723d_fw.h
│   │   │       ├── Hal8723DPwrSeq.c
│   │   │       ├── rtl8723d_cmd.c
│   │   │       ├── rtl8723d_dm.c
│   │   │       ├── rtl8723d_hal_init.c
│   │   │       ├── rtl8723d_lps_poff.c
│   │   │       ├── rtl8723d_phycfg.c
│   │   │       ├── rtl8723d_rf6052.c
│   │   │       ├── rtl8723d_rxdesc.c
│   │   │       ├── rtl8723d_sreset.c
│   │   │       └── usb
│   │   │           ├── rtl8723du_led.c
│   │   │           ├── rtl8723du_recv.c
│   │   │           ├── rtl8723du_xmit.c
│   │   │           ├── usb_halinit.c
│   │   │           └── usb_ops.c
│   │   ├── ifcfg-wlan0
│   │   ├── include
│   │   │   ├── autoconf.h
│   │   │   ├── basic_types.h
│   │   │   ├── byteorder
│   │   │   │   ├── big_endian.h
│   │   │   │   ├── generic.h
│   │   │   │   ├── little_endian.h
│   │   │   │   ├── swabb.h
│   │   │   │   └── swab.h
│   │   │   ├── circ_buf.h
│   │   │   ├── cmd_osdep.h
│   │   │   ├── cmn_info
│   │   │   │   └── rtw_sta_info.h
│   │   │   ├── custom_gpio.h
│   │   │   ├── drv_conf.h
│   │   │   ├── drv_types_ce.h
│   │   │   ├── drv_types_gspi.h
│   │   │   ├── drv_types.h
│   │   │   ├── drv_types_linux.h
│   │   │   ├── drv_types_pci.h
│   │   │   ├── drv_types_sdio.h
│   │   │   ├── drv_types_xp.h
│   │   │   ├── ethernet.h
│   │   │   ├── gspi_hal.h
│   │   │   ├── gspi_ops.h
│   │   │   ├── gspi_ops_linux.h
│   │   │   ├── gspi_osintf.h
│   │   │   ├── h2clbk.h
│   │   │   ├── Hal8188EPhyCfg.h
│   │   │   ├── Hal8188EPhyReg.h
│   │   │   ├── Hal8188EPwrSeq.h
│   │   │   ├── Hal8188FPhyCfg.h
│   │   │   ├── Hal8188FPhyReg.h
│   │   │   ├── Hal8188FPwrSeq.h
│   │   │   ├── Hal8192EPhyCfg.h
│   │   │   ├── Hal8192EPhyReg.h
│   │   │   ├── Hal8192EPwrSeq.h
│   │   │   ├── Hal8192FPhyCfg.h
│   │   │   ├── Hal8192FPhyReg.h
│   │   │   ├── Hal8192FPwrSeq.h
│   │   │   ├── Hal8703BPhyCfg.h
│   │   │   ├── Hal8703BPhyReg.h
│   │   │   ├── Hal8703BPwrSeq.h
│   │   │   ├── Hal8710BPhyCfg.h
│   │   │   ├── Hal8710BPhyReg.h
│   │   │   ├── Hal8710BPwrSeq.h
│   │   │   ├── Hal8723BPhyCfg.h
│   │   │   ├── Hal8723BPhyReg.h
│   │   │   ├── Hal8723BPwrSeq.h
│   │   │   ├── Hal8723DPhyCfg.h
│   │   │   ├── Hal8723DPhyReg.h
│   │   │   ├── Hal8723DPwrSeq.h
│   │   │   ├── Hal8723PwrSeq.h
│   │   │   ├── Hal8812PhyCfg.h
│   │   │   ├── Hal8812PhyReg.h
│   │   │   ├── Hal8812PwrSeq.h
│   │   │   ├── Hal8814PhyCfg.h
│   │   │   ├── Hal8814PhyReg.h
│   │   │   ├── Hal8814PwrSeq.h
│   │   │   ├── Hal8821APwrSeq.h
│   │   │   ├── hal_btcoex.h
│   │   │   ├── hal_btcoex_wifionly.h
│   │   │   ├── hal_com.h
│   │   │   ├── hal_com_h2c.h
│   │   │   ├── hal_com_led.h
│   │   │   ├── hal_com_phycfg.h
│   │   │   ├── hal_com_reg.h
│   │   │   ├── hal_data.h
│   │   │   ├── hal_gspi.h
│   │   │   ├── hal_ic_cfg.h
│   │   │   ├── hal_intf.h
│   │   │   ├── hal_pg.h
│   │   │   ├── hal_phy.h
│   │   │   ├── hal_phy_reg.h
│   │   │   ├── HalPwrSeqCmd.h
│   │   │   ├── hal_sdio.h
│   │   │   ├── HalVerDef.h
│   │   │   ├── ieee80211_ext.h
│   │   │   ├── ieee80211.h
│   │   │   ├── if_ether.h
│   │   │   ├── ip.h
│   │   │   ├── linux
│   │   │   │   └── wireless.h
│   │   │   ├── mlme_osdep.h
│   │   │   ├── mp_custom_oid.h
│   │   │   ├── nic_spec.h
│   │   │   ├── osdep_intf.h
│   │   │   ├── osdep_service_bsd.h
│   │   │   ├── osdep_service_ce.h
│   │   │   ├── osdep_service.h
│   │   │   ├── osdep_service_linux.h
│   │   │   ├── osdep_service_xp.h
│   │   │   ├── pci_hal.h
│   │   │   ├── pci_ops.h
│   │   │   ├── pci_osintf.h
│   │   │   ├── recv_osdep.h
│   │   │   ├── rtl8188e_cmd.h
│   │   │   ├── rtl8188e_dm.h
│   │   │   ├── rtl8188e_hal.h
│   │   │   ├── rtl8188e_led.h
│   │   │   ├── rtl8188e_recv.h
│   │   │   ├── rtl8188e_rf.h
│   │   │   ├── rtl8188e_spec.h
│   │   │   ├── rtl8188e_sreset.h
│   │   │   ├── rtl8188e_xmit.h
│   │   │   ├── rtl8188f_cmd.h
│   │   │   ├── rtl8188f_dm.h
│   │   │   ├── rtl8188f_hal.h
│   │   │   ├── rtl8188f_led.h
│   │   │   ├── rtl8188f_recv.h
│   │   │   ├── rtl8188f_rf.h
│   │   │   ├── rtl8188f_spec.h
│   │   │   ├── rtl8188f_sreset.h
│   │   │   ├── rtl8188f_xmit.h
│   │   │   ├── rtl8192e_cmd.h
│   │   │   ├── rtl8192e_dm.h
│   │   │   ├── rtl8192e_hal.h
│   │   │   ├── rtl8192e_led.h
│   │   │   ├── rtl8192e_recv.h
│   │   │   ├── rtl8192e_rf.h
│   │   │   ├── rtl8192e_spec.h
│   │   │   ├── rtl8192e_sreset.h
│   │   │   ├── rtl8192e_xmit.h
│   │   │   ├── rtl8192f_cmd.h
│   │   │   ├── rtl8192f_dm.h
│   │   │   ├── rtl8192f_hal.h
│   │   │   ├── rtl8192f_led.h
│   │   │   ├── rtl8192f_recv.h
│   │   │   ├── rtl8192f_rf.h
│   │   │   ├── rtl8192f_spec.h
│   │   │   ├── rtl8192f_sreset.h
│   │   │   ├── rtl8192f_xmit.h
│   │   │   ├── rtl8703b_cmd.h
│   │   │   ├── rtl8703b_dm.h
│   │   │   ├── rtl8703b_hal.h
│   │   │   ├── rtl8703b_led.h
│   │   │   ├── rtl8703b_recv.h
│   │   │   ├── rtl8703b_rf.h
│   │   │   ├── rtl8703b_spec.h
│   │   │   ├── rtl8703b_sreset.h
│   │   │   ├── rtl8703b_xmit.h
│   │   │   ├── rtl8710b_cmd.h
│   │   │   ├── rtl8710b_dm.h
│   │   │   ├── rtl8710b_hal.h
│   │   │   ├── rtl8710b_led.h
│   │   │   ├── rtl8710b_lps_poff.h
│   │   │   ├── rtl8710b_recv.h
│   │   │   ├── rtl8710b_rf.h
│   │   │   ├── rtl8710b_spec.h
│   │   │   ├── rtl8710b_sreset.h
│   │   │   ├── rtl8710b_xmit.h
│   │   │   ├── rtl8723b_cmd.h
│   │   │   ├── rtl8723b_dm.h
│   │   │   ├── rtl8723b_hal.h
│   │   │   ├── rtl8723b_led.h
│   │   │   ├── rtl8723b_recv.h
│   │   │   ├── rtl8723b_rf.h
│   │   │   ├── rtl8723b_spec.h
│   │   │   ├── rtl8723b_sreset.h
│   │   │   ├── rtl8723b_xmit.h
│   │   │   ├── rtl8723d_cmd.h
│   │   │   ├── rtl8723d_dm.h
│   │   │   ├── rtl8723d_hal.h
│   │   │   ├── rtl8723d_led.h
│   │   │   ├── rtl8723d_lps_poff.h
│   │   │   ├── rtl8723d_recv.h
│   │   │   ├── rtl8723d_rf.h
│   │   │   ├── rtl8723d_spec.h
│   │   │   ├── rtl8723d_sreset.h
│   │   │   ├── rtl8723d_xmit.h
│   │   │   ├── rtl8812a_cmd.h
│   │   │   ├── rtl8812a_dm.h
│   │   │   ├── rtl8812a_hal.h
│   │   │   ├── rtl8812a_led.h
│   │   │   ├── rtl8812a_recv.h
│   │   │   ├── rtl8812a_rf.h
│   │   │   ├── rtl8812a_spec.h
│   │   │   ├── rtl8812a_sreset.h
│   │   │   ├── rtl8812a_xmit.h
│   │   │   ├── rtl8814a_cmd.h
│   │   │   ├── rtl8814a_dm.h
│   │   │   ├── rtl8814a_hal.h
│   │   │   ├── rtl8814a_led.h
│   │   │   ├── rtl8814a_recv.h
│   │   │   ├── rtl8814a_rf.h
│   │   │   ├── rtl8814a_spec.h
│   │   │   ├── rtl8814a_sreset.h
│   │   │   ├── rtl8814a_xmit.h
│   │   │   ├── rtl8821a_spec.h
│   │   │   ├── rtl8821a_xmit.h
│   │   │   ├── rtl8821c_dm.h
│   │   │   ├── rtl8821ce_hal.h
│   │   │   ├── rtl8821c_hal.h
│   │   │   ├── rtl8821cs_hal.h
│   │   │   ├── rtl8821c_spec.h
│   │   │   ├── rtl8821cu_hal.h
│   │   │   ├── rtl8822be_hal.h
│   │   │   ├── rtl8822b_hal.h
│   │   │   ├── rtl8822bs_hal.h
│   │   │   ├── rtl8822bu_hal.h
│   │   │   ├── rtw_android.h
│   │   │   ├── rtw_ap.h
│   │   │   ├── rtw_beamforming.h
│   │   │   ├── rtw_br_ext.h
│   │   │   ├── rtw_btcoex.h
│   │   │   ├── rtw_btcoex_wifionly.h
│   │   │   ├── rtw_bt_mp.h
│   │   │   ├── rtw_byteorder.h
│   │   │   ├── rtw_cmd.h
│   │   │   ├── rtw_debug.h
│   │   │   ├── rtw_eeprom.h
│   │   │   ├── rtw_efuse.h
│   │   │   ├── rtw_event.h
│   │   │   ├── rtw_ht.h
│   │   │   ├── rtw_ioctl.h
│   │   │   ├── rtw_ioctl_query.h
│   │   │   ├── rtw_ioctl_rtl.h
│   │   │   ├── rtw_ioctl_set.h
│   │   │   ├── rtw_io.h
│   │   │   ├── rtw_iol.h
│   │   │   ├── rtw_mcc.h
│   │   │   ├── rtw_mem.h
│   │   │   ├── rtw_mi.h
│   │   │   ├── rtw_mlme_ext.h
│   │   │   ├── rtw_mlme.h
│   │   │   ├── rtw_mp.h
│   │   │   ├── rtw_mp_ioctl.h
│   │   │   ├── rtw_mp_phy_regdef.h
│   │   │   ├── rtw_odm.h
│   │   │   ├── rtw_p2p.h
│   │   │   ├── rtw_pwrctrl.h
│   │   │   ├── rtw_qos.h
│   │   │   ├── rtw_recv.h
│   │   │   ├── rtw_rf.h
│   │   │   ├── rtw_rm_fsm.h
│   │   │   ├── rtw_rm.h
│   │   │   ├── rtw_rson.h
│   │   │   ├── rtw_sdio.h
│   │   │   ├── rtw_security.h
│   │   │   ├── rtw_sreset.h
│   │   │   ├── rtw_tdls.h
│   │   │   ├── rtw_version.h
│   │   │   ├── rtw_vht.h
│   │   │   ├── rtw_wapi.h
│   │   │   ├── rtw_wifi_regd.h
│   │   │   ├── rtw_xmit.h
│   │   │   ├── sdio_hal.h
│   │   │   ├── sdio_ops_ce.h
│   │   │   ├── sdio_ops.h
│   │   │   ├── sdio_ops_linux.h
│   │   │   ├── sdio_ops_xp.h
│   │   │   ├── sdio_osintf.h
│   │   │   ├── sta_info.h
│   │   │   ├── usb_hal.h
│   │   │   ├── usb_ops.h
│   │   │   ├── usb_ops_linux.h
│   │   │   ├── usb_osintf.h
│   │   │   ├── usb_vendor_req.h
│   │   │   ├── wifi.h
│   │   │   ├── wlan_bssdef.h
│   │   │   └── xmit_osdep.h
│   │   ├── Kconfig
│   │   ├── Makefile
│   │   ├── os_dep
│   │   │   ├── linux
│   │   │   │   ├── custom_gpio_linux.c
│   │   │   │   ├── ioctl_cfg80211.c
│   │   │   │   ├── ioctl_cfg80211.h
│   │   │   │   ├── ioctl_linux.c
│   │   │   │   ├── ioctl_mp.c
│   │   │   │   ├── mlme_linux.c
│   │   │   │   ├── os_intfs.c
│   │   │   │   ├── recv_linux.c
│   │   │   │   ├── rhashtable.c
│   │   │   │   ├── rhashtable.h
│   │   │   │   ├── rtw_android.c
│   │   │   │   ├── rtw_cfgvendor.c
│   │   │   │   ├── rtw_cfgvendor.h
│   │   │   │   ├── rtw_proc.c
│   │   │   │   ├── rtw_proc.h
│   │   │   │   ├── rtw_rhashtable.c
│   │   │   │   ├── rtw_rhashtable.h
│   │   │   │   ├── usb_intf.c
│   │   │   │   ├── usb_ops_linux.c
│   │   │   │   ├── wifi_regd.c
│   │   │   │   └── xmit_linux.c
│   │   │   └── osdep_service.c
│   │   ├── platform
│   │   │   ├── custom_country_chplan.h
│   │   │   ├── platform_aml_s905_sdio.c
│   │   │   ├── platform_aml_s905_sdio.h
│   │   │   ├── platform_arm_act_sdio.c
│   │   │   ├── platform_ARM_SUN50IW1P1_sdio.c
│   │   │   ├── platform_ARM_SUNnI_sdio.c
│   │   │   ├── platform_ARM_SUNxI_sdio.c
│   │   │   ├── platform_ARM_SUNxI_usb.c
│   │   │   ├── platform_ARM_WMT_sdio.c
│   │   │   ├── platform_hisilicon_hi3798_sdio.c
│   │   │   ├── platform_hisilicon_hi3798_sdio.h
│   │   │   ├── platform_ops.c
│   │   │   ├── platform_ops.h
│   │   │   ├── platform_RTK_DMP_usb.c
│   │   │   ├── platform_sprd_sdio.c
│   │   │   ├── platform_zte_zx296716_sdio.c
│   │   │   └── platform_zte_zx296716_sdio.h
│   │   ├── runwpa
│   │   └── wlan0dhcp
│   └── rtl8723DU_WiFi_linux_v5.6.5_31829.20190103_COEX20181130-2e2e.tar.gz
├── install.sh
├── readme.txt
├── ReleaseNotes.pdf
├── wireless_tools
│   └── wireless_tools.30.rtl.tar.gz
└── wpa_supplicant_hostapd
    ├── p2p_hostapd.conf
    ├── rtl_hostapd_2G.conf
    ├── wpa_0_8.conf
    ├── wpa_supplicant_8_kk_4.4_rtw_r25669.20171213.tar.gz
    ├── wpa_supplicant_8_L_5.x_rtw_r24600.20171025.tar.gz
    ├── wpa_supplicant_8_M_6.x_rtw_r24570.20171025.tar.gz
    ├── wpa_supplicant_8_N_7.x_rtw_r24577.20171025.tar.gz
    ├── wpa_supplicant_8_O_8.x_rtw_r26589.20180301.tar.gz
    ├── wpa_supplicant_8_P_9.x_rtw_r29226.20180827.tar.gz
    └── wpa_supplicant_hostapd-0.8_rtw_r24647.20171025.tar.gz



标签: linux wifi 2019 2018 ZIP

实例下载地址

RTL8723DU_WiFi_linux_v5.6.5_31829_COEX20181130-2e2e.20190109.zip

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警