实例介绍
wifi rt3070 驱动源代码 可以下载进行交叉编译用在android平台上。
【实例截图】
【核心代码】
2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO
└── 2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO
├── chips
│ ├── rt28xx.c
│ ├── rt3070.c
│ ├── rt30xx.c
│ ├── rt3370.c
│ ├── rt33xx.c
│ ├── rt5390.c
│ └── rtmp_chip.c
├── common
│ ├── action.c
│ ├── ba_action.c
│ ├── client_wds.c
│ ├── cmm_aes.c
│ ├── cmm_asic.c
│ ├── cmm_cfg.c
│ ├── cmm_cmd.c
│ ├── cmm_data.c
│ ├── cmm_data_usb.c
│ ├── cmm_info.c
│ ├── cmm_mac_usb.c
│ ├── cmm_profile.c
│ ├── cmm_sanity.c
│ ├── cmm_sync.c
│ ├── cmm_tkip.c
│ ├── cmm_txbf.c
│ ├── cmm_video.c
│ ├── cmm_wep.c
│ ├── cmm_wpa.c
│ ├── crypt_aes.c
│ ├── crypt_arc4.c
│ ├── crypt_hmac.c
│ ├── crypt_md5.c
│ ├── crypt_sha2.c
│ ├── dfs.c
│ ├── ee_efuse.c
│ ├── ee_prom.c
│ ├── eeprom.c
│ ├── frq_cal.c
│ ├── misc.c
│ ├── mlme.c
│ ├── netif_block.c
│ ├── rt2870.bin
│ ├── rt_ate.c
│ ├── rt_channel.c
│ ├── rt_led.c
│ ├── rtmp_init.c
│ ├── rtmp_init_inf.c
│ ├── rtmp_mcu.c
│ ├── rtmp_timer.c
│ ├── rt_os_util.c
│ ├── rt_rf.c
│ ├── rtusb_bulk.c
│ ├── rtusb_data.c
│ ├── rtusb_dev_id.c
│ ├── rtusb_io.c
│ └── spectrum.c
├── include
│ ├── action.h
│ ├── ags.h
│ ├── ap_diversity.h
│ ├── ap.h
│ ├── br_ftph.h
│ ├── cfg80211extr.h
│ ├── cfg80211.h
│ ├── chip
│ │ ├── chip_id.h
│ │ ├── mac_usb.h
│ │ ├── rt28xx.h
│ │ ├── rt3070.h
│ │ ├── rt30xx.h
│ │ ├── rt3370.h
│ │ ├── rt33xx.h
│ │ ├── rt5390.h
│ │ ├── rtmp_mac.h
│ │ └── rtmp_phy.h
│ ├── chlist.h
│ ├── client_wds_cmm.h
│ ├── client_wds.h
│ ├── crypt_aes.h
│ ├── crypt_arc4.h
│ ├── crypt_hmac.h
│ ├── crypt_md5.h
│ ├── crypt_sha2.h
│ ├── dfs.h
│ ├── dot11i_wpa.h
│ ├── eeprom.h
│ ├── firmware.h
│ ├── frq_cal.h
│ ├── iface
│ │ ├── iface_util.h
│ │ └── rtmp_usb.h
│ ├── link_list.h
│ ├── misc_cmm.h
│ ├── misc.h
│ ├── mlme.h
│ ├── netif_block.h
│ ├── oid.h
│ ├── os
│ │ ├── rt_drv.h
│ │ ├── rt_linux_cmm.h
│ │ ├── rt_linux.h
│ │ └── rt_os.h
│ ├── rt_ate.h
│ ├── rt_config.h
│ ├── rt_led.h
│ ├── rtmp_chip.h
│ ├── rtmp_cmd.h
│ ├── rtmp_comm.h
│ ├── rtmp_def.h
│ ├── rtmp_dot11.h
│ ├── rtmp.h
│ ├── rtmp_iface.h
│ ├── rtmp_mcu.h
│ ├── rtmp_osabl.h
│ ├── rtmp_os.h
│ ├── rtmp_timer.h
│ ├── rtmp_type.h
│ ├── rt_os_net.h
│ ├── rt_os_util.h
│ ├── rtusb_io.h
│ ├── spectrum_def.h
│ ├── spectrum.h
│ ├── sta_cfg.h
│ ├── video.h
│ ├── vr_ikans.h
│ ├── wfa_p2p.h
│ ├── wpa_cmm.h
│ ├── wpa.h
│ └── wsc.h
├── iwpriv_usage.txt
├── Makefile
├── os
│ └── linux
│ ├── br_ftph.c
│ ├── cfg80211.c
│ ├── cfg80211drv.c
│ ├── config.mk
│ ├── inf_ppa.c
│ ├── Makefile.4
│ ├── Makefile.4.netif
│ ├── Makefile.4.util
│ ├── Makefile.6
│ ├── Makefile.6.netif
│ ├── Makefile.6.util
│ ├── Makefile.clean
│ ├── Makefile.libautoprovision.6
│ ├── rt_linux.c
│ ├── rt_linux_symb.c
│ ├── rt_main_dev.c
│ ├── rt_proc.c
│ ├── rt_profile.c
│ ├── rt_rbus_pci_drv.c
│ ├── rt_symb.c
│ ├── rt_usb.c
│ ├── rt_usb_util.c
│ ├── sta_ioctl.c
│ ├── usb_main_dev.c
│ ├── vr_bdlt.c
│ └── vr_ikans.c
├── README_STA_usb
├── RT2870STACard.dat
├── RT2870STA.dat
├── sta
│ ├── ags.c
│ ├── assoc.c
│ ├── auth.c
│ ├── auth_rsp.c
│ ├── connect.c
│ ├── dls.c
│ ├── rtmp_ckipmic.c
│ ├── rtmp_data.c
│ ├── sanity.c
│ ├── sta_cfg.c
│ ├── sync.c
│ └── wpa.c
├── sta_ate_iwpriv_usage.txt
└── tools
├── bin2h
├── bin2h.c
└── Makefile
11 directories, 170 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论