46 Star 127 Fork 68

linkaiqin / USB Wireless LAN Driver for STM32F4xx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
linkaiqin 提交于 2016-01-15 15:19 . 1.Fix some bugs.

#USB Wireless LAN Driver for STM32F4xx

The software utilizes uC/OS-III as embedded operating system, lwip as network
protocol stack, STM32F4xx as microprocessor, ports and optimizes the MediaTek's
USB wireless lan driver DPO_RT5572_LinuxSTA_2.6.1.3_20121022 for embedded systems.
Testing process could achieve 3.3 Mbits upstream speed, 6 Mbits downstream speed.
Now it supports STM32F4-Discovery board.

The software features:
1.HotPlug.
2.Support authentication type and encryption type like WEP、WPAPSK-AES、WPAPSK-TKIP、
WPA2PSK-AES、WPA2PSK-TKIP.
3.Support 802.11b/g/n.
4.Utilize iwpriv to configure the Wireless LAN.
5.Tested USB Wireless LAN type RT5370 and RT3070.

More sampled demos and help refer to Doc\USB Wireless LAN for STM32F4xx Doc.pdf.

======================================================================================

本软件使用uC/OS-III作为嵌入式操作系统,lwip作为网络协议栈,STM32F4xx作为
微处理器,移植了联发科的USB无线网卡驱动DPO_RT5572_LinuxSTA_2.6.1.3_20121022,
并针对嵌入式系统做了优化。测试过程可以达到3.3Mbits的上行速度,6Mbits的下
行速度。现支持STM32F4-Discovery板子。

本软件特性:
1.支持热插拔
2.支持WEP、WPAPSK-AES、WPAPSK-TKIP、WPA2PSK-AES、WPA2PSK-TKIP等认证和加密方式
3.支持802.11b/g/n
4.使用iwpriv工具对无线网卡进行配置
5.测试过的USB无线网卡型号RT5370和RT3070

有关演示例子和更多帮助见 Doc\USB Wireless LAN for STM32F4xx Doc.pdf

C
1
https://gitee.com/linkaiqin/USB-Wireless-LAN-Driver-for-STM32F4xx.git
git@gitee.com:linkaiqin/USB-Wireless-LAN-Driver-for-STM32F4xx.git
linkaiqin
USB-Wireless-LAN-Driver-for-STM32F4xx
USB Wireless LAN Driver for STM32F4xx
master

搜索帮助