1 / 71
文档名称:

多工作模式的IEEE802.11无线接入点的设计与实现.pdf

格式:pdf   页数:71
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

多工作模式的IEEE802.11无线接入点的设计与实现.pdf

上传人:quality 2014/2/20 文件大小:0 KB

下载得到文件列表

多工作模式的IEEE802.11无线接入点的设计与实现.pdf

文档介绍

文档介绍:苏州大学
硕士学位论文

姓名:柏宁宁
申请学位级别:硕士
专业:软件工程
指导教师:王宜怀
2010-10
多工作模式的 无线接入点的设计与实现中文摘要
多工作模式的 无线接入点的设计与实现
中文摘要
无线接入点(Access Point,简称 AP)是无线局域网络中的一个核心设备,它符合
协议规范。近年来,随着无线网络的快速发展,无线接入点得到了广泛
的应用。但是传统的无线接入点通常只有一种工作模式——AP 模式,该模式只提供
了信号覆盖功能。这种单一工作模式的无线接入点应用范围有限,为了使无线接入点
能适应更多的网络环境就需要无线接入点具有多种工作模式。
本文所设计实现的无线接入点除了具有传统无线覆盖功能的 AP 模式外,还具有
Station 和 Sta-AP 两种工作模式。Station 模式可以使无线接入点作为接入用户以连接
上游的无线接入点。Sta-AP 模式则可以使无线接入点在信号不好的区域作为无线中
继器来使用。本文首先对 协议进行了分析,提出了无线接入点的整体设
计方案。无线接入点的软件部分主要包含无线驱动、数据转发以及配置管理三大功能
模块。无线驱动模块中除了实现原有的 AP 模式和 Station 模式外,还通过结合这两种
工作模式,实现了 Sta-AP 模式的无线中继功能。在数据转发模块中提出用 MAC 地
址映射方式对数据帧地址转换,以保证在 Station 模式下数据帧能顺利转发,并给出
了实现方法。配置管理模块中设计了一个中心配置管理程序来完成和 WEB 服务器、
加密认证服务器及无线驱动之间的交互。最后通过性能测试表明,这三种工作模式可
以满足大多数家庭及小型办公网络的需求。
关键词:无线局域网,IEEE ,无线接入点,多工作模式,MAC 地址映射

作者:柏宁宁
指导老师:王宜怀
I
Abstract Design and Implementation of Multimode Wireless Access Point
Design and Implementation of Multimode
Wireless Access Point
Abstract
Wireless access point is a core device of the wireless local works, which is
conformed to protocol. With the rapid development of WLAN, AP has been
widely used. However, traditional AP usually has only one operating mode. This mode is
called AP mode which only provide coverage of the wireless signal. The single-mode AP
limited range of applications, to fit work environments, we need AP to have more
operating modes.
The AP the paper designed has AP mode which can achieve wireless coverage like
traditional AP. In addition to, it also has Station mode and Sta-AP mode. In Station mode,
AP can be a user of the AP to connect other AP. In Sta-AP mode, AP can be a wireless
repeater when it is located at a poor signal area. Firstly, the paper analyzes the
protocol and proposes the overall design of the AP. The software part of the AP contain
wireless driver module, data forwarding