实例介绍
wi-fi资料,包括80211a,b,g,嵌入式wifi模块,一些wifi基本知识的介绍,linux wireless extension 的API...
【实例截图】
【核心代码】
4744302542860630997.rar
├── 200958103630495.ppt
├── 2009-9-29_10-4-3_24
│ ├── 4052 实现单串口多路切换.JPG
│ ├── CGLib.ddb
│ ├── ourdev_490332.rar
│ ├── ourdev_490333.rar
│ ├── ourdev_490334.rar
│ ├── UART 串口 WLAN 模块用户手册_CG-WIFI-1000.pdf
│ ├── UART 串口 WLAN 模块简介.pdf
│ ├── wifi2
│ │ ├── wifi2.sln
│ │ └── wifi2.vcproj
│ ├── wifi.c
│ └── WIFI.ddb
├── 2010_0709_RT2870_Linux_STA_v2.4.0.1
│ ├── 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_wep.c
│ │ ├── cmm_wpa.c
│ │ ├── crypt_aes.c
│ │ ├── crypt_arc4.c
│ │ ├── crypt_hmac.c
│ │ ├── crypt_md5.c
│ │ ├── crypt_sha2.c
│ │ ├── dfs.c
│ │ ├── ee_prom.c
│ │ ├── eeprom.c
│ │ ├── mlme.c
│ │ ├── netif_block.c
│ │ ├── rt2870.bin
│ │ ├── rt_ate.c
│ │ ├── rt_channel.c
│ │ ├── rtmp_init.c
│ │ ├── rtmp_init_inf.c
│ │ ├── rtmp_mcu.c
│ │ ├── rtmp_timer.c
│ │ ├── rtusb_bulk.c
│ │ ├── rtusb_data.c
│ │ ├── rtusb_dev_id.c
│ │ ├── rtusb_io.c
│ │ └── spectrum.c
│ ├── include
│ │ ├── action.h
│ │ ├── ags.h
│ │ ├── ap.h
│ │ ├── br_ftph.h
│ │ ├── cfg80211extr.h
│ │ ├── cfg80211.h
│ │ ├── chip
│ │ │ ├── mac_usb.h
│ │ │ ├── rt2870.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
│ │ ├── iface
│ │ │ └── rtmp_usb.h
│ │ ├── link_list.h
│ │ ├── mlme.h
│ │ ├── netif_block.h
│ │ ├── oid.h
│ │ ├── os
│ │ │ └── rt_linux.h
│ │ ├── rt_ate.h
│ │ ├── rt_config.h
│ │ ├── rtmp_chip.h
│ │ ├── rtmp_cmd.h
│ │ ├── rtmp_def.h
│ │ ├── rtmp_dot11.h
│ │ ├── rtmp.h
│ │ ├── rtmp_iface.h
│ │ ├── rtmp_mcu.h
│ │ ├── rtmp_os.h
│ │ ├── rtmp_timer.h
│ │ ├── rtmp_type.h
│ │ ├── rtusb_io.h
│ │ ├── spectrum_def.h
│ │ ├── spectrum.h
│ │ ├── sta_cfg.h
│ │ ├── vr_ikans.h
│ │ ├── wpa_cmm.h
│ │ ├── wpa.h
│ │ └── wsc.h
│ ├── iwpriv_usage.txt
│ ├── LICENSE ralink-firmware.txt
│ ├── Makefile
│ ├── os
│ │ └── linux
│ │ ├── br_ftph.c
│ │ ├── cfg80211.c
│ │ ├── config.mk
│ │ ├── Makefile.4
│ │ ├── Makefile.6
│ │ ├── rt_linux.c
│ │ ├── rt_main_dev.c
│ │ ├── rt_profile.c
│ │ ├── rt_usb.c
│ │ ├── rt_usb_util.c
│ │ ├── sta_ioctl.c
│ │ ├── usb_main_dev.c
│ │ ├── vr_bdlt.c
│ │ └── vr_ikans.c
│ ├── README_STA
│ ├── 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
├── Android平台上无线网卡自动扫描并关联AP的实现_舟横野渡_百度空间.mht
├── Android移植_ wifi设计原理(源码分析) - stulog !.mht
├── connAP.txt
├── connect to AP (wireless network) thru command line IWPRIV _ in details._听妈妈的话_百度空间.mht
├── Gentoo Forums __ 阅读主题 - SIOCSIFFLAGS_ No such file or directory [SOLVED].mht
├── How To_ Manual Network Configuration without the need for Network Manager - Ubuntu Forums.mht
├── ieee80211-1.2.18
│ ├── CHANGES
│ ├── compat.h
│ ├── GIT_SHA1
│ ├── gnuwifi
│ │ ├── gnuwifi.sln
│ │ └── gnuwifi.vcproj
│ ├── idvals
│ ├── ieee80211_crypt.c
│ ├── ieee80211_crypt_ccmp.c
│ ├── ieee80211_crypt.h
│ ├── ieee80211_crypt_tkip.c
│ ├── ieee80211_crypt_wep.c
│ ├── ieee80211_geo.c
│ ├── ieee80211.h
│ ├── ieee80211_module.c
│ ├── ieee80211_radiotap.h
│ ├── ieee80211_rx.c
│ ├── ieee80211_tx.c
│ ├── ieee80211_wx.c
│ ├── INSTALL
│ ├── in-tree
│ │ ├── Kconfig
│ │ └── Makefile
│ ├── LICENSE
│ ├── Makefile
│ ├── net
│ │ ├── ieee80211_crypt.h
│ │ ├── ieee80211.h
│ │ └── ieee80211_radiotap.h
│ └── remove-old
├── iwlist no scan results_ wlan0 still worked.mht
├── JohanCimen.pdf
├── John-Linville-lpc2009.pdf
├── linux-extensions
│ ├── Linux.Wireless.Extensions.pdf
│ ├── Linux.Wireless.Overview.pdf
│ ├── Linux.Wireless.pdf
│ └── master_thesis_Kenneth_Holter.pdf
├── Linux Wireless card RT61 no scan results.mht
├── linux-wlan
│ ├── addr.txt
│ ├── FAQ.txt
│ ├── linux-wlan-0.3.1
│ │ ├── CHANGES
│ │ ├── config.mk
│ │ ├── COPYING
│ │ ├── driver
│ │ │ ├── am930cs.c
│ │ │ ├── am930debug.c
│ │ │ ├── am930debug.h
│ │ │ ├── am930di.c
│ │ │ ├── am930di.h
│ │ │ ├── am930hw.c
│ │ │ ├── am930hw_db.c
│ │ │ ├── am930hw.h
│ │ │ ├── am930llc.c
│ │ │ ├── am930llc.h
│ │ │ ├── am930mac.c
│ │ │ ├── am930mac.h
│ │ │ ├── am930mem.c
│ │ │ ├── am930mgr.c
│ │ │ ├── am930mgr.h
│ │ │ └── Makefile
│ │ ├── include
│ │ │ └── wlan
│ │ │ ├── am930mib.h
│ │ │ ├── p80211hdr.h
│ │ │ ├── p80211mgmt.h
│ │ │ ├── version.h
│ │ │ ├── wlan_compat.h
│ │ │ └── wlan_ioctl.h
│ │ ├── LICENSE
│ │ ├── Makefile
│ │ ├── man
│ │ │ ├── Makefile
│ │ │ └── wlanctl.8
│ │ ├── p80211
│ │ │ ├── p80211.c
│ │ │ └── README
│ │ ├── README
│ │ ├── README.infrastructure
│ │ ├── README.linuxppc
│ │ ├── scripts
│ │ │ ├── wlan
│ │ │ ├── wlan.config
│ │ │ └── wlan.opts
│ │ ├── SUPPORTED.CARDS
│ │ └── wlanctl
│ │ ├── main.c
│ │ ├── Makefile
│ │ ├── prmib.c
│ │ ├── prmib.h
│ │ └── wlanctl
│ ├── linux-wlan-0.3.1.tar.gz
│ ├── linux-wlan-ng-0.2.9
│ │ ├── add-ons
│ │ │ ├── keygen
│ │ │ │ ├── keygen.c
│ │ │ │ └── Makefile
│ │ │ └── lwepgen
│ │ │ ├── lwepgen.c
│ │ │ └── Makefile
│ │ ├── CHANGES
│ │ ├── config.in
│ │ ├── Configure
│ │ ├── COPYING
│ │ ├── doc
│ │ │ ├── capturefrm.txt
│ │ │ ├── codingstd
│ │ │ │ ├── format.hfile
│ │ │ │ ├── format.srcfile
│ │ │ │ ├── format.srcfile.c
│ │ │ │ ├── format.srcfile.html
│ │ │ │ └── linux.CodingStyle
│ │ │ ├── config.debug
│ │ │ ├── config.linux-wlan-ng
│ │ │ ├── impnotes
│ │ │ │ ├── l8s_uses.obj
│ │ │ │ └── structptr.obj
│ │ │ ├── Makefile
│ │ │ ├── prism2
│ │ │ │ ├── ridlist-mib.html
│ │ │ │ ├── ridlist-mib.txt
│ │ │ │ ├── ridlist-rid.html
│ │ │ │ └── ridlist-rid.txt
│ │ │ ├── releasepolicy.txt
│ │ │ └── rh71notes
│ │ ├── etc
│ │ │ ├── Makefile
│ │ │ ├── pcmcia
│ │ │ │ ├── Makefile
│ │ │ │ ├── wlan-ng
│ │ │ │ └── wlan-ng.conf
│ │ │ ├── rc.wlan
│ │ │ ├── udev
│ │ │ │ └── rules.d
│ │ │ │ └── 40-prism2.rules
│ │ │ ├── wlan
│ │ │ │ ├── Makefile
│ │ │ │ ├── shared
│ │ │ │ ├── wlancfg-DEFAULT
│ │ │ │ ├── wlan.conf
│ │ │ │ └── wlan-udev.sh
│ │ │ └── wlan.agent
│ │ ├── FAQ
│ │ ├── LICENSE
│ │ ├── Makefile
│ │ ├── man
│ │ │ ├── Makefile
│ │ │ ├── nwepgen.1
│ │ │ ├── prism2dl.1
│ │ │ ├── wlancfg.1
│ │ │ ├── wlanctl-ng.1
│ │ │ └── wland.1
│ │ ├── README
│ │ ├── scripts
│ │ │ ├── get_version.c
│ │ │ ├── Makefile
│ │ │ ├── Makefile.get_options
│ │ │ └── pda.pl
│ │ ├── src
│ │ │ ├── include
│ │ │ │ └── wlan
│ │ │ │ ├── p80211conv.h
│ │ │ │ ├── p80211hdr.h
│ │ │ │ ├── p80211ioctl.h
│ │ │ │ ├── p80211meta.h
│ │ │ │ ├── p80211metamib.h
│ │ │ │ ├── p80211metamsg.h
│ │ │ │ ├── p80211mgmt.h
│ │ │ │ ├── p80211msg.h
│ │ │ │ ├── p80211netdev.h
│ │ │ │ ├── p80211req.h
│ │ │ │ ├── p80211types.h
│ │ │ │ └── wlan_compat.h
│ │ │ ├── Makefile
│ │ │ ├── mkmeta
│ │ │ │ ├── Makefile
│ │ │ │ ├── mkmetadef.c
│ │ │ │ ├── mkmetadefhead.txt
│ │ │ │ ├── mkmetastruct.c
│ │ │ │ └── mkmetastructhead.txt
│ │ │ ├── nwepgen
│ │ │ │ ├── Makefile
│ │ │ │ └── nwepgen.c
│ │ │ ├── p80211
│ │ │ │ ├── Makefile
│ │ │ │ ├── p80211conv.c
│ │ │ │ ├── p80211mod.c
│ │ │ │ ├── p80211netdev.c
│ │ │ │ ├── p80211req.c
│ │ │ │ ├── p80211wep.c
│ │ │ │ └── p80211wext.c
│ │ │ ├── prism2
│ │ │ │ ├── af010104.hex
│ │ │ │ ├── ak010104.hex
│ │ │ │ ├── download
│ │ │ │ │ ├── Makefile
│ │ │ │ │ └── prism2dl.c
│ │ │ │ ├── driver
│ │ │ │ │ ├── hfa384x.c
│ │ │ │ │ ├── hfa384x_usb.c
│ │ │ │ │ ├── Makefile
│ │ │ │ │ ├── prism2_cs.c
│ │ │ │ │ ├── prism2mgmt.c
│ │ │ │ │ ├── prism2mib.c
│ │ │ │ │ ├── prism2_pci.c
│ │ │ │ │ ├── prism2_plx.c
│ │ │ │ │ ├── prism2sta.c
│ │ │ │ │ └── prism2_usb.c
│ │ │ │ ├── include
│ │ │ │ │ └── prism2
│ │ │ │ │ ├── hfa384x.h
│ │ │ │ │ └── prism2mgmt.h
│ │ │ │ ├── Makefile
│ │ │ │ ├── pm010102.hex
│ │ │ │ ├── prism2_ssf.pda
│ │ │ │ ├── r1010701.hex
│ │ │ │ ├── README.firmware
│ │ │ │ ├── rf010804.hex
│ │ │ │ ├── ridlist
│ │ │ │ │ ├── Makefile
│ │ │ │ │ ├── mkmiblist.c
│ │ │ │ │ ├── mkridlist.c
│ │ │ │ │ └── ridlist.dat
│ │ │ │ ├── ru010803.hex
│ │ │ │ └── shared.prism2
│ │ │ ├── README
│ │ │ ├── shared
│ │ │ │ ├── Makefile
│ │ │ │ ├── p80211meta.c
│ │ │ │ ├── p80211metamib.c
│ │ │ │ ├── p80211metamsg.c
│ │ │ │ └── p80211types.c
│ │ │ ├── version.h.in
│ │ │ ├── wlancfg
│ │ │ │ ├── Makefile
│ │ │ │ └── wlancfg.c
│ │ │ └── wlanctl
│ │ │ ├── help.c
│ │ │ ├── Makefile
│ │ │ ├── wlanctl.c
│ │ │ └── wlanctl.h
│ │ ├── THANKS
│ │ └── TODO
│ ├── linux-wlan-ng-0.2.9.tar.bz2
│ ├── linux的WLan_安全子站_linux WLan 安全_IT专家网.mht
│ └── mac80211 - Linux Wireless.mht
├── madwifi-0.9.4-r4133-20100621.tar.gz
├── mapi-1.0.tar.gz
├── maurice2k-wlanapi-3f324c9.tar.gz
├── mavell_wifi
│ ├── 88w8688.pdf
│ ├── mavell 88w8686 datasheet.pdf
│ └── mavell_wifi_sourcecode
│ ├── bcab.bat
│ ├── dirs
│ ├── IF
│ │ ├── Build.log
│ │ ├── dirs
│ │ ├── IF_SDIO
│ │ │ ├── Build.log
│ │ │ ├── Firmware.h
│ │ │ ├── helper_8686.h
│ │ │ ├── if_sdio.h
│ │ │ ├── makefile
│ │ │ ├── obj
│ │ │ │ └── ARMV4I
│ │ │ │ ├── debug
│ │ │ │ │ ├── _objects.mac
│ │ │ │ │ ├── SDIOUtil.obj
│ │ │ │ │ └── vssver2.scc
│ │ │ │ └── retail
│ │ │ │ ├── _objects.mac
│ │ │ │ └── SDIOUtil.obj
│ │ │ ├── sdio8686.h
│ │ │ ├── sdio.h
│ │ │ ├── SDIOUtil.c
│ │ │ ├── sources
│ │ │ └── vssver2.scc
│ │ └── vssver2.scc
│ ├── makefile
│ ├── SDIO8686.inf
│ ├── SDIO8686.reg
│ ├── source.param
│ ├── sources.cmn
│ ├── vssver2.scc
│ └── WLAN
│ ├── aes.c
│ ├── aes_defs.h
│ ├── aes.h
│ ├── Build.log
│ ├── Build.wrn
│ ├── cmdproc.c
│ ├── cmdsend.c
│ ├── custom_interface.c
│ ├── custom_interface.h
│ ├── dot11mib.h
│ ├── dsdef.h
│ ├── eagledev.h
│ ├── exitproc.c
│ ├── guicmd.c
│ ├── hostcmd.h
│ ├── hwacproc.c
│ ├── If.h
│ ├── if_sdio.h
│ ├── igxBug.h
│ ├── igxBug.h111
│ ├── initproc.c
│ ├── intproc.c
│ ├── IxStatus.h
│ ├── macreg.h
│ ├── macrodef.h
│ ├── MAKEFILE
│ ├── miscproc.c
│ ├── Mrvioctl.h
│ ├── ms_custom_oid.h
│ ├── ndisdef.h
│ ├── NDISLoader.cpp
│ ├── obj
│ │ └── ARMV4I
│ │ └── retail
│ │ ├── aes.obj
│ │ ├── cmdproc.obj
│ │ ├── cmdsend.obj
│ │ ├── custom_interface.obj
│ │ ├── exitproc.obj
│ │ ├── hwacproc.obj
│ │ ├── initproc.obj
│ │ ├── intproc.obj
│ │ ├── miscproc.obj
│ │ ├── NDISLoader.obj
│ │ ├── _objects.mac
│ │ ├── oidproc.obj
│ │ ├── pnpproc.obj
│ │ ├── power.obj
│ │ ├── rxproc.obj
│ │ ├── txproc.obj
│ │ ├── wlan_11d.obj
│ │ ├── wlan_ccx.obj
│ │ ├── wlan_roam.obj
│ │ ├── wlan_thread.obj
│ │ └── wmm.obj
│ ├── oid.h
│ ├── oidproc.c
│ ├── operfunc.h
│ ├── pnpproc.c
│ ├── power.c
│ ├── power.h
│ ├── precomp.h
│ ├── procdef.h
│ ├── rxproc.c
│ ├── SDIO8686.def
│ ├── sdio.h
│ ├── SDNdis.h
│ ├── sources
│ ├── sources_OLD
│ ├── sources_SDIO
│ ├── stdhdr.h
│ ├── txproc.c
│ ├── vdprintf.c
│ ├── vssver2.scc
│ ├── wep.c
│ ├── wlan_11d.c
│ ├── wlan_ccx.c
│ ├── wlan_ccx.h
│ ├── wlan_roam.c
│ ├── wlan_roam.h
│ ├── wlan_thread.c
│ ├── wlan_thread.h
│ ├── wmm.c
│ └── wmm.h
├── mmerinkat-wlan-api.pdf
├── mywe
│ ├── iwlib.c
│ ├── iwlib.h
│ ├── main.c
│ ├── Makefile
│ ├── we
│ │ ├── mywe.sln
│ │ └── mywe.vcproj
│ ├── we_comm.c
│ ├── we_def.h
│ ├── we_inc.h
│ ├── we_types.h
│ └── wireless.h
├── seminar.pdf
├── Ubuntu中文论坛 • 查看主题 - rt2870(ralinktech)等无线网卡芯片的终极解决方案,我的EDIMAX用的就是这个.mht
├── wapi.c
├── wifi.pdf
├── wifi-src
│ └── wzcui.cpp
├── WiFi(wlan)技术说明WiFi(wlan)BCBCCAF5CBB5C3F7.ppt
├── wifi技术.doc
├── WIFI网络使用手册.doc
├── WiMAX 简介.pdf
├── wireless_API.pdf
├── wireless.pdf
├── Wireless Setup (简体中文) - ArchWiki.mht
├── wireless_tools.29.tar.gz
├── Wireless Tools for Linux.mht
├── Wireless tools for Linux 的一些资料收集 - gunl - 博客园.mht
└── 嵌入式WiFi技术研究与通信设计.doc
71 directories, 486 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论