基本信息
源码名称:RTL8192eu驱动
源码大小:11.41M
文件格式:.gz
开发语言:C/C++
更新时间:2023-03-22
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
RTL8192eu驱动

.
├── RTL8192eu驱动_rtl8192eus.tar.gz
└── rtl8192eus
    ├── ReleaseNotes.pdf
    ├── WiFi_Direct_User_Interface
    │   ├── Android.mk
    │   ├── Start_Guide_P2P_User_Interface_Linux.pdf
    │   ├── install.sh
    │   ├── p2p_api_test_linux.c
    │   ├── p2p_test.h
    │   └── p2p_ui_test_linux.c
    ├── android_ref_codes_JB_4.2
    │   ├── Realtek_Wi-Fi_SDK_for_Android_JB_4_2.pdf
    │   ├── linux-3.0.42_STATION_INFO_ASSOC_REQ_IES.diff
    │   └── realtek_wifi_SDK_for_android_JB_4.2_20130208.tar.gz
    ├── android_ref_codes_KK_4.4
    │   ├── Realtek_Wi-Fi_SDK_for_Android_KK_4_4.pdf
    │   ├── linux-3.0.42_STATION_INFO_ASSOC_REQ_IES.diff
    │   └── realtek_wifi_SDK_for_android_KK_4.4_20140117.tar.gz
    ├── document
    │   ├── HowTo_enable_driver_to_support_80211d.pdf
    │   ├── HowTo_enable_driver_to_support_WIFI_certification_test.pdf
    │   ├── HowTo_enable_the_power_saving_functionality.pdf
    │   ├── HowTo_support_more_VidPids.pdf
    │   ├── Miracast_for_Realtek_WiFi.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
    │   ├── RTK_P2P_WFD_Programming_guide.pdf
    │   ├── Realtek_WiFi_concurrent_mode_Introduction.pdf
    │   ├── SoftAP_Mode_features.pdf
    │   ├── Wireless_tools_porting_guide.pdf
    │   ├── linux_dhcp_server_notes.txt
    │   └── wpa_cli_with_wpa_supplicant.pdf
    ├── driver
    │   ├── rtl8188EUS_linux_v4.3.0.4_11485.20140519
    │   │   ├── Kconfig
    │   │   ├── Makefile
    │   │   ├── clean
    │   │   ├── core
    │   │   │   ├── efuse
    │   │   │   │   └── rtw_efuse.c
    │   │   │   ├── rtw_ap.c
    │   │   │   ├── rtw_beamforming.c
    │   │   │   ├── rtw_br_ext.c
    │   │   │   ├── rtw_bt_mp.c
    │   │   │   ├── rtw_btcoex.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_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
    │   │   │   ├── HalPwrSeqCmd.c
    │   │   │   ├── OUTSRC
    │   │   │   │   ├── HalPhyRf.c
    │   │   │   │   ├── HalPhyRf.h
    │   │   │   │   ├── odm.c
    │   │   │   │   ├── odm.h
    │   │   │   │   ├── odm_AntDiv.c
    │   │   │   │   ├── odm_AntDiv.h
    │   │   │   │   ├── odm_HWConfig.c
    │   │   │   │   ├── odm_HWConfig.h
    │   │   │   │   ├── odm_RegDefine11AC.h
    │   │   │   │   ├── odm_RegDefine11N.h
    │   │   │   │   ├── odm_debug.c
    │   │   │   │   ├── odm_debug.h
    │   │   │   │   ├── odm_interface.c
    │   │   │   │   ├── odm_interface.h
    │   │   │   │   ├── odm_precomp.h
    │   │   │   │   ├── odm_reg.h
    │   │   │   │   ├── odm_types.h
    │   │   │   │   └── rtl8188e
    │   │   │   │       ├── Hal8188ERateAdaptive.c
    │   │   │   │       ├── Hal8188ERateAdaptive.h
    │   │   │   │       ├── Hal8188EReg.h
    │   │   │   │       ├── HalHWImg8188E_BB.c
    │   │   │   │       ├── HalHWImg8188E_BB.h
    │   │   │   │       ├── HalHWImg8188E_FW.c
    │   │   │   │       ├── HalHWImg8188E_FW.h
    │   │   │   │       ├── HalHWImg8188E_MAC.c
    │   │   │   │       ├── HalHWImg8188E_MAC.h
    │   │   │   │       ├── HalHWImg8188E_RF.c
    │   │   │   │       ├── HalHWImg8188E_RF.h
    │   │   │   │       ├── HalPhyRf_8188e.c
    │   │   │   │       ├── HalPhyRf_8188e.h
    │   │   │   │       ├── odm_RTL8188E.c
    │   │   │   │       ├── odm_RTL8188E.h
    │   │   │   │       ├── odm_RegConfig8188E.c
    │   │   │   │       └── odm_RegConfig8188E.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
    │   │   │   │   ├── HalBtcOutSrc.h
    │   │   │   │   └── Mp_Precomp.h
    │   │   │   ├── hal_btcoex.c
    │   │   │   ├── hal_com.c
    │   │   │   ├── hal_com_phycfg.c
    │   │   │   ├── hal_hci
    │   │   │   │   └── hal_usb.c
    │   │   │   ├── hal_intf.c
    │   │   │   ├── hal_phy.c
    │   │   │   ├── led
    │   │   │   │   └── hal_usb_led.c
    │   │   │   └── rtl8188e
    │   │   │       ├── Hal8188EPwrSeq.c
    │   │   │       ├── rtl8188e_cmd.c
    │   │   │       ├── rtl8188e_dm.c
    │   │   │       ├── rtl8188e_hal_init.c
    │   │   │       ├── rtl8188e_mp.c
    │   │   │       ├── rtl8188e_phycfg.c
    │   │   │       ├── rtl8188e_rf6052.c
    │   │   │       ├── rtl8188e_rxdesc.c
    │   │   │       ├── rtl8188e_sreset.c
    │   │   │       ├── rtl8188e_xmit.c
    │   │   │       └── usb
    │   │   │           ├── rtl8188eu_led.c
    │   │   │           ├── rtl8188eu_recv.c
    │   │   │           ├── rtl8188eu_xmit.c
    │   │   │           ├── usb_halinit.c
    │   │   │           └── usb_ops_linux.c
    │   │   ├── ifcfg-wlan0
    │   │   ├── include
    │   │   │   ├── Hal8188EPhyCfg.h
    │   │   │   ├── Hal8188EPhyReg.h
    │   │   │   ├── Hal8188EPwrSeq.h
    │   │   │   ├── Hal8192CPhyCfg.h
    │   │   │   ├── Hal8192CPhyReg.h
    │   │   │   ├── Hal8192DPhyCfg.h
    │   │   │   ├── Hal8192DPhyReg.h
    │   │   │   ├── Hal8192EPhyCfg.h
    │   │   │   ├── Hal8192EPhyReg.h
    │   │   │   ├── Hal8192EPwrSeq.h
    │   │   │   ├── Hal8723APhyCfg.h
    │   │   │   ├── Hal8723APhyReg.h
    │   │   │   ├── Hal8723BPhyCfg.h
    │   │   │   ├── Hal8723BPhyReg.h
    │   │   │   ├── Hal8723BPwrSeq.h
    │   │   │   ├── Hal8723PwrSeq.h
    │   │   │   ├── Hal8812PhyCfg.h
    │   │   │   ├── Hal8812PhyReg.h
    │   │   │   ├── Hal8812PwrSeq.h
    │   │   │   ├── Hal8821APwrSeq.h
    │   │   │   ├── HalPwrSeqCmd.h
    │   │   │   ├── HalVerDef.h
    │   │   │   ├── autoconf.h
    │   │   │   ├── basic_types.h
    │   │   │   ├── byteorder
    │   │   │   │   ├── big_endian.h
    │   │   │   │   ├── generic.h
    │   │   │   │   ├── little_endian.h
    │   │   │   │   ├── swab.h
    │   │   │   │   └── swabb.h
    │   │   │   ├── circ_buf.h
    │   │   │   ├── cmd_osdep.h
    │   │   │   ├── custom_gpio.h
    │   │   │   ├── drv_conf.h
    │   │   │   ├── drv_types.h
    │   │   │   ├── drv_types_ce.h
    │   │   │   ├── drv_types_gspi.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
    │   │   │   ├── 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_intf.h
    │   │   │   ├── hal_pg.h
    │   │   │   ├── hal_phy.h
    │   │   │   ├── hal_phy_reg.h
    │   │   │   ├── hal_sdio.h
    │   │   │   ├── ieee80211.h
    │   │   │   ├── ieee80211_ext.h
    │   │   │   ├── if_ether.h
    │   │   │   ├── ioctl_cfg80211.h
    │   │   │   ├── ip.h
    │   │   │   ├── linux
    │   │   │   │   └── wireless.h
    │   │   │   ├── mlme_osdep.h
    │   │   │   ├── mp_custom_oid.h
    │   │   │   ├── nic_spec.h
    │   │   │   ├── osdep_intf.h
    │   │   │   ├── osdep_service.h
    │   │   │   ├── osdep_service_bsd.h
    │   │   │   ├── osdep_service_ce.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
    │   │   │   ├── rtl8192c_cmd.h
    │   │   │   ├── rtl8192c_dm.h
    │   │   │   ├── rtl8192c_event.h
    │   │   │   ├── rtl8192c_hal.h
    │   │   │   ├── rtl8192c_led.h
    │   │   │   ├── rtl8192c_recv.h
    │   │   │   ├── rtl8192c_rf.h
    │   │   │   ├── rtl8192c_spec.h
    │   │   │   ├── rtl8192c_sreset.h
    │   │   │   ├── rtl8192c_xmit.h
    │   │   │   ├── rtl8192d_cmd.h
    │   │   │   ├── rtl8192d_dm.h
    │   │   │   ├── rtl8192d_hal.h
    │   │   │   ├── rtl8192d_led.h
    │   │   │   ├── rtl8192d_recv.h
    │   │   │   ├── rtl8192d_rf.h
    │   │   │   ├── rtl8192d_spec.h
    │   │   │   ├── rtl8192d_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
    │   │   │   ├── rtl8723a_cmd.h
    │   │   │   ├── rtl8723a_dm.h
    │   │   │   ├── rtl8723a_hal.h
    │   │   │   ├── rtl8723a_led.h
    │   │   │   ├── rtl8723a_pg.h
    │   │   │   ├── rtl8723a_recv.h
    │   │   │   ├── rtl8723a_rf.h
    │   │   │   ├── rtl8723a_spec.h
    │   │   │   ├── rtl8723a_sreset.h
    │   │   │   ├── rtl8723a_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
    │   │   │   ├── 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
    │   │   │   ├── rtl8821a_spec.h
    │   │   │   ├── rtl8821a_xmit.h
    │   │   │   ├── rtw_android.h
    │   │   │   ├── rtw_ap.h
    │   │   │   ├── rtw_beamforming.h
    │   │   │   ├── rtw_br_ext.h
    │   │   │   ├── rtw_bt_mp.h
    │   │   │   ├── rtw_btcoex.h
    │   │   │   ├── rtw_byteorder.h
    │   │   │   ├── rtw_cmd.h
    │   │   │   ├── rtw_debug.h
    │   │   │   ├── rtw_eeprom.h
    │   │   │   ├── rtw_efuse.h
    │   │   │   ├── rtw_event.h
    │   │   │   ├── rtw_ht.h
    │   │   │   ├── rtw_io.h
    │   │   │   ├── rtw_ioctl.h
    │   │   │   ├── rtw_ioctl_query.h
    │   │   │   ├── rtw_ioctl_rtl.h
    │   │   │   ├── rtw_ioctl_set.h
    │   │   │   ├── rtw_iol.h
    │   │   │   ├── rtw_mlme.h
    │   │   │   ├── rtw_mlme_ext.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
    │   │   │   ├── sdio_hal.h
    │   │   │   ├── sdio_ops.h
    │   │   │   ├── sdio_ops_ce.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
    │   │   ├── os_dep
    │   │   │   ├── linux
    │   │   │   │   ├── custom_gpio_linux.c
    │   │   │   │   ├── ioctl_cfg80211.c
    │   │   │   │   ├── ioctl_linux.c
    │   │   │   │   ├── mlme_linux.c
    │   │   │   │   ├── os_intfs.c
    │   │   │   │   ├── recv_linux.c
    │   │   │   │   ├── rtw_android.c
    │   │   │   │   ├── 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_RTK_DMP_usb.c
    │   │   │   ├── platform_ops.c
    │   │   │   ├── platform_ops.h
    │   │   │   └── platform_sprd_sdio.c
    │   │   ├── runwpa
    │   │   └── wlan0dhcp
    │   └── rtl8188EUS_linux_v4.3.0.4_11485.20140519.tar.gz
    ├── install.sh
    ├── mp_tools
    │   └── 88_89ENormalMPDoc
    │       └── RF_MP_ToolPackage -20131015.zip
    ├── readme.txt
    ├── wireless_tools
    │   └── wireless_tools.30.rtl.tar.gz
    └── wpa_supplicant_hostapd
        ├── p2p_hostapd.conf
        ├── rtl_hostapd_2G.conf
        ├── rtl_hostapd_5G.conf
        ├── wpa_0_8.conf
        ├── wpa_supplicant_8_jb_4.2_rtw_r8680.20130821.tar.gz
        ├── wpa_supplicant_8_kk_4.4_rtw_r10450.20140220.tar.gz
        └── wpa_supplicant_hostapd-0.8_rtw_r7475.20130812.tar.gz

27 directories, 381 files