在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → RTL8723bu Linux驱动开发资料.zip

RTL8723bu Linux驱动开发资料.zip

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:12.61M
  • 下载次数:7
  • 浏览次数:254
  • 发布时间:2021-11-22
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
RTL8723bu linux驱动源码以及大量的移植文档和调试测试资料,有助于linux环境下的开发学习。
【实例截图】
【核心代码】
4744300845393733185.zip
└── RTL8723BU_WiFi_linux_v4.3.9
├── android_ref_codes_JB_4.2
│   ├── linux-3.0.42_STATION_INFO_ASSOC_REQ_IES.diff
│   ├── realtek_wifi_SDK_for_android_JB_4.2_20130208.tar.gz
│   └── Realtek_Wi-Fi_SDK_for_Android_JB_4_2.pdf
├── 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
├── document
│   ├── HowTo_debug_BT_coexistence.pdf
│   ├── HowTo_enable_driver_to_support_80211d.pdf
│   ├── HowTo_enable_driver_to_support_WIFI_certification_test.pdf
│   ├── HowTo_enable_the_power_saving_functionality.pdf
│   ├── HowTo_port_wireless_driver_to_Google_ChromiumOS.pdf
│   ├── HowTo_read_external_TX_power_related_file.pdf
│   ├── HowTo_support_more_VidPids.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
│   ├── 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
│   ├── rtl8723BU_WiFi_linux_v4.3.9.3_13200.20150106_BTCOEX20140929-5443
│   │   ├── clean
│   │   ├── core
│   │   │   ├── efuse
│   │   │   │   └── rtw_efuse.c
│   │   │   ├── rtw_ap.c
│   │   │   ├── rtw_beamforming.c
│   │   │   ├── rtw_br_ext.c
│   │   │   ├── rtw_btcoex.c
│   │   │   ├── rtw_bt_mp.c
│   │   │   ├── 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_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_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
│   │   │   ├── hal_btcoex.c
│   │   │   ├── hal_com.c
│   │   │   ├── hal_com_phycfg.c
│   │   │   ├── hal_dm.c
│   │   │   ├── hal_dm.h
│   │   │   ├── hal_hci
│   │   │   │   └── hal_usb.c
│   │   │   ├── hal_intf.c
│   │   │   ├── hal_phy.c
│   │   │   ├── HalPwrSeqCmd.c
│   │   │   ├── led
│   │   │   │   └── hal_usb_led.c
│   │   │   ├── OUTSRC
│   │   │   │   ├── HalPhyRf.c
│   │   │   │   ├── HalPhyRf.h
│   │   │   │   ├── Mp_Precomp.h
│   │   │   │   ├── phydm_ACS.c
│   │   │   │   ├── phydm_ACS.h
│   │   │   │   ├── PhyDM_Adaptivity.c
│   │   │   │   ├── PhyDM_Adaptivity.h
│   │   │   │   ├── phydm_AntDect.c
│   │   │   │   ├── phydm_AntDect.h
│   │   │   │   ├── phydm_AntDiv.c
│   │   │   │   ├── phydm_AntDiv.h
│   │   │   │   ├── phydm.c
│   │   │   │   ├── phydm_CfoTracking.c
│   │   │   │   ├── phydm_CfoTracking.h
│   │   │   │   ├── phydm_debug.c
│   │   │   │   ├── phydm_debug.h
│   │   │   │   ├── phydm_DIG.c
│   │   │   │   ├── phydm_DIG.h
│   │   │   │   ├── phydm_DynamicBBPowerSaving.c
│   │   │   │   ├── phydm_DynamicBBPowerSaving.h
│   │   │   │   ├── phydm_DynamicTxPower.c
│   │   │   │   ├── phydm_DynamicTxPower.h
│   │   │   │   ├── phydm_EdcaTurboCheck.c
│   │   │   │   ├── phydm_EdcaTurboCheck.h
│   │   │   │   ├── phydm.h
│   │   │   │   ├── phydm_HWConfig.c
│   │   │   │   ├── phydm_HWConfig.h
│   │   │   │   ├── phydm_interface.c
│   │   │   │   ├── phydm_interface.h
│   │   │   │   ├── phydm_NoiseMonitor.c
│   │   │   │   ├── phydm_NoiseMonitor.h
│   │   │   │   ├── phydm_PathDiv.c
│   │   │   │   ├── phydm_PathDiv.h
│   │   │   │   ├── phydm_PowerTracking.c
│   │   │   │   ├── phydm_PowerTracking.h
│   │   │   │   ├── phydm_precomp.h
│   │   │   │   ├── phydm_RaInfo.c
│   │   │   │   ├── phydm_RaInfo.h
│   │   │   │   ├── phydm_RegDefine11AC.h
│   │   │   │   ├── phydm_RegDefine11N.h
│   │   │   │   ├── phydm_reg.h
│   │   │   │   ├── phydm_RXHP.c
│   │   │   │   ├── phydm_RXHP.h
│   │   │   │   ├── phydm_types.h
│   │   │   │   └── rtl8723b
│   │   │   │   ├── Hal8723BReg.h
│   │   │   │   ├── HalHWImg8723B_BB.c
│   │   │   │   ├── HalHWImg8723B_BB.h
│   │   │   │   ├── HalHWImg8723B_FW.c
│   │   │   │   ├── HalHWImg8723B_FW.h
│   │   │   │   ├── HalHWImg8723B_MAC.c
│   │   │   │   ├── HalHWImg8723B_MAC.h
│   │   │   │   ├── HalHWImg8723B_MP.c
│   │   │   │   ├── HalHWImg8723B_MP.h
│   │   │   │   ├── HalHWImg8723B_RF.c
│   │   │   │   ├── HalHWImg8723B_RF.h
│   │   │   │   ├── HalPhyRf_8723B.c
│   │   │   │   ├── HalPhyRf_8723B.h
│   │   │   │   ├── Mp_Precomp.h
│   │   │   │   ├── phydm_RegConfig8723B.c
│   │   │   │   ├── phydm_RegConfig8723B.h
│   │   │   │   ├── phydm_RTL8723B.c
│   │   │   │   └── phydm_RTL8723B.h
│   │   │   ├── OUTSRC-BTCoexist
│   │   │   │   ├── HalBtc8188c2Ant.c
│   │   │   │   ├── HalBtc8188c2Ant.h
│   │   │   │   ├── HalBtc8192d2Ant.c
│   │   │   │   ├── HalBtc8192d2Ant.h
│   │   │   │   ├── HalBtc8192e1Ant.c
│   │   │   │   ├── HalBtc8192e1Ant.h
│   │   │   │   ├── HalBtc8192e2Ant.c
│   │   │   │   ├── HalBtc8192e2Ant.h
│   │   │   │   ├── HalBtc8723a1Ant.c
│   │   │   │   ├── HalBtc8723a1Ant.h
│   │   │   │   ├── HalBtc8723a2Ant.c
│   │   │   │   ├── HalBtc8723a2Ant.h
│   │   │   │   ├── HalBtc8723b1Ant.c
│   │   │   │   ├── HalBtc8723b1Ant.h
│   │   │   │   ├── HalBtc8723b2Ant.c
│   │   │   │   ├── HalBtc8723b2Ant.h
│   │   │   │   ├── HalBtc8812a1Ant.c
│   │   │   │   ├── HalBtc8812a1Ant.h
│   │   │   │   ├── HalBtc8812a2Ant.c
│   │   │   │   ├── HalBtc8812a2Ant.h
│   │   │   │   ├── HalBtc8821a1Ant.c
│   │   │   │   ├── HalBtc8821a1Ant.h
│   │   │   │   ├── HalBtc8821a2Ant.c
│   │   │   │   ├── HalBtc8821a2Ant.h
│   │   │   │   ├── HalBtc8821aCsr2Ant.c
│   │   │   │   ├── HalBtc8821aCsr2Ant.h
│   │   │   │   ├── HalBtcOutSrc.h
│   │   │   │   └── Mp_Precomp.h
│   │   │   └── rtl8723b
│   │   │   ├── Hal8723BPwrSeq.c
│   │   │   ├── rtl8723b_cmd.c
│   │   │   ├── rtl8723b_dm.c
│   │   │   ├── rtl8723b_hal_init.c
│   │   │   ├── rtl8723b_mp.c
│   │   │   ├── rtl8723b_phycfg.c
│   │   │   ├── rtl8723b_rf6052.c
│   │   │   ├── rtl8723b_rxdesc.c
│   │   │   ├── rtl8723b_sreset.c
│   │   │   └── usb
│   │   │   ├── rtl8723bu_led.c
│   │   │   ├── rtl8723bu_recv.c
│   │   │   ├── rtl8723bu_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
│   │   │   ├── custom_gpio.h
│   │   │   ├── drv_conf.h
│   │   │   ├── drv_types.h
│   │   │   ├── drv_types_linux.h
│   │   │   ├── ethernet.h
│   │   │   ├── h2clbk.h
│   │   │   ├── Hal8192CPhyReg.h
│   │   │   ├── Hal8723BPhyCfg.h
│   │   │   ├── Hal8723BPhyReg.h
│   │   │   ├── Hal8723BPwrSeq.h
│   │   │   ├── hal_btcoex.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_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
│   │   │   ├── recv_osdep.h
│   │   │   ├── rtl8192c_recv.h
│   │   │   ├── rtl8192c_rf.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
│   │   │   ├── rtw_android.h
│   │   │   ├── rtw_ap.h
│   │   │   ├── rtw_beamforming.h
│   │   │   ├── rtw_br_ext.h
│   │   │   ├── rtw_btcoex.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_mem.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_security.h
│   │   │   ├── rtw_sreset.h
│   │   │   ├── rtw_tdls.h
│   │   │   ├── rtw_version.h
│   │   │   ├── rtw_vht.h
│   │   │   ├── rtw_wapi.h
│   │   │   ├── rtw_wifi_regd.h
│   │   │   ├── rtw_xmit.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
│   │   │   │   ├── mlme_linux.c
│   │   │   │   ├── os_intfs.c
│   │   │   │   ├── recv_linux.c
│   │   │   │   ├── rtw_android.c
│   │   │   │   ├── rtw_cfgvendor.c
│   │   │   │   ├── rtw_cfgvendor.h
│   │   │   │   ├── rtw_proc.c
│   │   │   │   ├── rtw_proc.h
│   │   │   │   ├── usb_intf.c
│   │   │   │   ├── usb_ops_linux.c
│   │   │   │   ├── wifi_regd.c
│   │   │   │   └── xmit_linux.c
│   │   │   └── osdep_service.c
│   │   ├── platform
│   │   │   ├── platform_ARM_SUNnI_sdio.c
│   │   │   ├── platform_ARM_SUNxI_sdio.c
│   │   │   ├── platform_ARM_SUNxI_usb.c
│   │   │   ├── platform_ARM_WMT_sdio.c
│   │   │   ├── platform_ops.c
│   │   │   ├── platform_ops.h
│   │   │   ├── platform_RTK_DMP_usb.c
│   │   │   └── platform_sprd_sdio.c
│   │   ├── runwpa
│   │   └── wlan0dhcp
│   └── rtl8723BU_WiFi_linux_v4.3.9.3_13200.20150106_BTCOEX20140929-5443.tar.gz
├── hardware_wps_pbc
│   ├── Readme.txt
│   └── sample.c
├── install.sh
├── readme.txt
├── ReleaseNotes.pdf
├── RF_MP_tools
│   ├── iwpriv_mp_settings_for_different_data_rate.pdf
│   ├── Realtek_RF_MP_Tool_Guidelines_V13.pdf
│   ├── RTKWifiTest_20140625C_Internal.zip
│   ├── rtwpriv.zip
│   └── wireless_tools_android.tar.gz
├── WiFi_Direct_User_Interface
│   ├── Android.mk
│   ├── install.sh
│   ├── p2p_api_test_linux.c
│   ├── p2p_test.h
│   ├── p2p_ui_test_linux.c
│   └── Start_Guide_P2P_User_Interface_Linux.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_jb_4.2_rtw_r8680.20130821.tar.gz
├── wpa_supplicant_8_kk_4.4_rtw_r11967.20140818.tar.gz
└── wpa_supplicant_hostapd-0.8_rtw_r7475.20130812.tar.gz

27 directories, 337 files

标签:

实例下载地址

RTL8723bu Linux驱动开发资料.zip

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警