0 次点评

智能家居DIY——OpenWrt+Arduino+Zigbee+3D打印+手机客户端

分类:WiFi相关    下载:0    浏览:3    时间:2026-07-30
智能产品、穿戴设备、3D打印的出现,整个IT行业又开始了新一轮的冲击,软、硬结合符合现在行业需求。本书通过开源系统OpenWrt和Arduino,以及WiFi、NRF24I01(Zigbee/350/433/蓝牙等)无线模块,实现家居网关、电灯开关、无线插座、远程开门、窗帘开闭、红外摇控、温度调控、空气质量、烟雾火警、水滴检测、安防报警、 WiFi摄像头、语音控制、Android客户端、3D打印产品的实战演示,任何个人、公司、机构都可以进行二次开发。 本书适合智能家居、智能硬件开发人员及爱好者阅读。
0 次点评

OpenWrt智能路由系统开发(跟hoowa学智能路由)

分类:WiFi相关    下载:0    浏览:4    时间:2026-07-30
本书汇集了各类基于OpenWrt系统的路由器、物联网、智能家居方向的技能和行业内知名企业的技术经验。本书区别于传统嵌入式系统书籍,并没有一上来介绍那些晦涩的软硬件知识,本书所介绍的内容门槛更低,更适合读者循序渐进地完成学习。书中使用更轻松的表达方式,让读者开开心心便可以完成智能路由器的开发。 由于路由器大量采用了开源操作系统,哥伦比亚大学法学院教授EbeMoglen向路由器厂商提出了开源路由器系统部分的要求,这样,2004年OpenWrt诞生了White Russian版,之后每一两年便发布一个新的版本。现今,OpenWrt系统在智能路由器行业已是事实性标准,大量的芯片厂商及路由器厂商(包括小米、极路由、极企科技等知名互联网科技企业)均采用该系统作为路由器或智能家居控制中心,即使宣称没有使用OpenWrt的厂商,也多是在该系统基础之上进行了业务定制。 OpenWrt作为开源组织采取松散管理,很难找到一份比较系统的专业技术文档用于爱好者学习。因此2012年由hoowa发起、众多技术“大神”参与的“跟hoowa学智能路由”在线培训开始启航,本书所有内容均原滋原味来源于此。本书遵循“学中做,做中学”的理念,将内容分为19章,读者可以跟着本书内容,边学边做,终完成一个智能路由器的开发。 本书主要从OpenWrt这个系统的角度来介绍,但书中内容不局限于路由器本身,通过阅读本书,读者可以掌握智能家居、智能玩具、工业控制等各类不同设备的玩法。本书适合计算机或电子类相关学生、从事IT行业的人员、智能设备或OpenWrt系统的发烧友、各智能设备厂商员工阅读。 出版社: 人民邮电出版社 出版年: 2018-3 ISBN: 9787115477118 装帧: 平装 丛书: i创客 本书内容划分 本书遵循“学中做,做中学”的理念,将内容分为19 章,读者可以跟着本书内容,边学边做,最终完成一个智能路由器的开发。 第1 章 路由器概述:介绍了传统路由器与智能路由器以及它们的区别。 第2 章 OpenWrt 介绍: 介绍了什么是OpenWrt、哪些产品用了OpenWrt、OpenWrt 是如何支持路由器CPU 的。 第3 章 智能路由器硬件:介绍了MIPS 处理器架构、国内常见路由的配置、常见路由器芯片厂商、MT7620 芯片、MR808MR808 开发板和AXWRT 系统。 第4 章 智能路由开发环境搭建:介绍了智能路由开发环境的搭建,包括虚拟机和操作系统的安装以及SSH 远程登录。 第5 章 基本知识:介绍了常用Linux 命令、Vi 编辑器的使用和基础Shell 编程。 第6 章 OpenWrt 刷机:介绍了几种不同OpenWrt 刷机方式,第一种是通过串口进入系统,第二种是U-Boot 的TFTP 刷机,第三种是U-Boot 的Web 刷机。 第7 章 分区、外网与OPKG:介绍了路由器上的分区、查看系统MTD 的分区、文件系统、挂载情况查看分区、透明挂载/ 根目录、基本系统演示和OPKG 软件包管理。 第8 章 UCI 命令系统:介绍了UCI 命令、UCI 文件、UCI 流程和文件语法以及UCI综合实例。 第9 章 智能路由配置:介绍了网络配置文件、配置WAN 口外网、配置LAN 口服务、DHCP 服务以及如何连接外网。 第10 章 防火墙与UPnP:介绍了防火墙命令、防火墙配置和实现UPnP。 第11 章 时区、服务、SSH 与SCP:介绍了信息和时区、服务管理、SSH 远程登录、SCP 文件复制。 第12 章 存储器扩展:介绍了存储器扩展实现原理、存储器选型、rootfs_data 数据迁移和挂载的注意事项。 第13 章 网络存储与文件共享:介绍了Windows 文件共享实现、FTP 文件共享实现。 第14 章 智能路由器媒体中心:介绍了USB 声卡驱动、安卓手机远程播放音乐、苹果AirPlay 播放音乐。 第15 章 智能路由器编程工具:介绍了Web+PHP 建站系统、SQLite3 与MySQL数据库应用。 第16 章 智能路由器服务软件:介绍了VPN(PPTP) 服务器与客户端、USB 摄像头、迅雷远程下载、WiFiDog 广告路由。 第17 章 编译定制OpenWrt 固件:介绍了OpenWrt 编译环境、OpenWrt 固件生成、OPKG 自定义软件仓库。 第18 章 编译定制IPK 软件包:介绍了IPK 软件包与OPKG 命令、IPK 软件包规范、mytest 简易软件包、软件包示例xware、软件包示例shairport 和IPK 软件包杂说。 第19 章 智能路由外设应用实例:介绍了OpenWrt 对LED、按钮和继电器的支持。 目录 第 1章 路由器概述 1 1.1 传统路由器 1 1.2 智能路由器 1 1.3 传统路由器与智能路由器的区别 2 第 2章 OpenWrt介绍 3 2.1 什么是OpenWrt 3 2.2 哪些产品用了OpenWrt 3 2.3 OpenWrt是如何支持路由器CPU的 4 第3章 智能路由器硬件 5 3.1 MIPS架构 5 3.2 国内常见路由器的配置 5 3.3 常见路由器芯片厂商 6 3.4 本书智能路由硬件 7 3.4.1 本书硬件的由来 7 3.4.2 MT7620芯片 7 3.4.3 MR808开发板简述 8 3.4.4 AXWRT系统 11 第4章 智能路由开发环境搭建 12 4.1 小企鹅的力量 12 4.2 准备学习工具 13 4.3 安装VirtualBox虚拟机 13 4.4 在虚拟机中安装Centos 17 4.4.1 创建新虚拟主机 17 4.4.2 配置新虚拟机 18 4.4.3 安装Centos系统 20 4.5 SSH远程登录 23 4.5.1 SSH的作用 23 4.5.2 启动网卡 23 4.5.3 查看当前IP 24 4.5.4 SSH连接 24 4.6 WinSCP文件传输 25 4.6.1 SCP协议 25 4.6.2 安装WinSCP客户端 26 4.6.3 创建到Linux的连接 28 4.6.4 文件传输 29 第5章 基本知识 30 5.1 向系统下达命令 30 5.2 时间命令 30 5.2.1 查看当前日期 30 5.2.2 查看当前日历 31 5.3 关机和重启 31 5.3.1 立即安全关闭系统 31 5.3.2 重新启动系统 31 5.3.3 强制将缓存写入存储器 31 5.4 权限机制 31 5.4.1 文件权限 32 5.4.2 所有者 32 5.4.3 文件容量 32 5.4.4 文件日期 32 5.4.5 可执行文件 32 5.4.6 隐含文件 33 5.4.7 修改所有人 33 5.4.8 修改所有组 33 5.4.9 修改文件权限 34 5.5 文件与目录管理 34 5.5.1 路径概念 34 5.5.2 特殊目录 35 5.5.3 变换目录 35 5.5.4 查看当前所在目录是哪个 35 5.5.5 创建目录 36 5.5.6 删除目录 36 5.5.7 列表文件和目录 36 5.5.8 复制文件或目录 37 5.5.9 删除文件或整个目录 38 5.5.10 移动或更名 38 5.6 文件分析 39 5.6.1 查看文件内容 39 5.6.2 分行查看 39 5.6.3 查看文件后几行 39 5.6.4 查看启动信息 40 5.7 更多指令 40 5.8 Vi编辑器 40 5.8.1 Vi介绍 40 5.8.2 Vi的命令 40 5.8.3 Vi的3个状态 41 5.8.4 Vi编辑操作 41 5.9 基础Shell编程 43 5.9.1 何为Shell编程 43 5.9.2 Shell的运行方式 44 5.9.3 Hello World! 44 5.9.4 变量 44 5.9.5 运算符 47 5.9.6 注释语法 53 5.9.7 字符串 54 5.9.8 条件判断 54 5.9.9 循环表达 56 5.9.10 输入/输出重定向 58 5.9.11 使用黑洞,一劳永逸 59 第6章 OpenWrt刷机 61 6.1 通过串口进入系统 61 6.1.1 操作板子注意事项 61 6.1.2 连接串口步骤 61 6.2 认识U-Boot 63 6.3 U-Boot的TFTP刷机 64 6.3.1 TFTP的准备 64 6.3.2 TFTP刷机流程 65 6.3.3 可能遇到的问题 67 6.4 U-Boot的Web刷机 67 6.4.1 触发按钮准备 67 6.4.2 可能遇到的问题 69 第7章 分区、外网与OPKG 70 7.1 了解分区 70 7.1.1 查看系统MTD分配 72 7.1.2 查看系统MTD的分区 72 7.1.3 将非文件系统分区读出来 72 7.2 文件系统 73 7.2.1 透明挂载/根目录 73 7.2.2 基本系统演示 74 7.2.3 第 一次接入网络 75 7.3 软件包管理OPKG 77 7.3.1 OPKG语法格式 77 7.3.2 软件包的内核依赖问题 78 7.3.3 OPKG的配置 78 7.3.4 关于OPKG软件包 79 第8章 UCI命令系统 80 8.1 UCI命令 80 8.2 UCI的文件和流程 80 8.3 UCI的文件语法 81 8.3.1 config节点语法格式 81 8.3.2 option选项语法格式 82 8.3.3 list列表选项语法格式 82 8.3.4 UCI的语法容错 82 8.3.5 UCI无法容忍的语法 82 8.4 UCI命令读写配置 82 8.4.1 读取类语法 83 8.4.2 写入类语法 83 8.5 综合实例 84 8.5.1 语法测试 85 8.5.2 举例开启Wi-Fi 86 第9章 智能路由配置 88 9.1 网络配置文件 88 9.1.1 查看网络配置 88 9.1.2 查看当前网络 89 9.1.3 查看br-lan桥状态 90 9.1.4 查看内核日志 91 9.1.5 网口VLAN 91 9.2 配置WAN口外网 91 9.2.1 动态获取IP选项 92 9.2.2 静态IP语法 92 9.2.3 PPPOE拨号上网语法 93 9.2.4 WAN口设置 94 9.2.5 WAN口设置 94 9.3 配置LAN口服务 95 9.4 配置无线网络 97 9.4.1 无线查看命令 99 9.4.2 实现无线中继 99 9.5 DHCP服务 102 9.6 如何连接外网 105 第 10章 防火墙与UPnP 106 10.1 防火墙命令 106 10.2 防火墙配置 106 10.2.1 defaults默认配置 107 10.2.2 zone域配置 107 10.2.3 forwarding转发配置 108 10.2.4 rule规则 109 10.2.5 direction端口转发 110 10.3 实现UPnP 111 10.3.1 安装UPnP 111 10.3.2 配置UPnP 112 10.3.3 UPnP命令 114 第 11章 时区、服务、SSH与SCP 115 11.1 信息和时区 115 11.2 服务管理 118 11.3 SSH远程登录 118 11.3.1 SSH配置 118 11.3.2 SSH登录 119 11.4 SCP文件复制 121 11.4.1 安装SCP客户端 121 11.4.2 SCP操作 123 第 12章 存储器扩展 124 12.1 实现原理 124 12.2 存储器选型 124 12.3 初始化存储器 125 12.3.1 存储器软件包 125 12.3.2 识别存储器 126 12.3.3 存储器分区 126 12.3.4 存储器格式化 128 12.4 存储器扩容设置 129 12.4.1 rootfs_data数据迁移 129 12.4.2 获得存储器UUID 130 12.4.3 自动挂载配置 130 12.4.4 存储区自动挂载 132 12.4.5 swap交换区自动挂载 133 12.4.6 关于挂载的注意事项 134 第 13章 网络存储与文件共享 135 13.1 Windows文件共享实现 135 13.1.1 创建文件夹/pub 135 13.1.2 安装Samba 135 13.1.3 Samba配置说明 135 13.1.4 配置共享目录 137 13.1.5 Windows连接方法 137 13.2 FTP文件共享实现 139 13.2.1 安装Pure-FTPD 139 13.2.2 Pure-FTPD配置说明 139 13.2.3 配置Pure-FTPD 140 13.2.4 创建FTP账户 141 13.2.5 FTP穿越防火墙 142 13.2.6 WinSCP做FTP客户端 143 13.2.7 浏览器作FTP客户端 144 第 14章 智能路由器媒体中心 145 14.1 USB声卡驱动支持 145 14.1.1 媒体播放条件 145 14.1.2 选择合适的USB声卡 145 14.1.3 安装声卡驱动 145 14.1.4 设置默认音量 146 14.1.5 用命令行播放MP3 147 14.2 安卓手机远程播放音乐 147 14.2.1 MP介绍 147 14.2.2 安装MPD服务 148 14.2.3 安卓系统安装客户端 151 14.2.4 关于安卓手机播放音乐 153 14.3 DLNA数字媒体服务器 153 14.3.1 DLNA介绍 154 14.3.2 安装配置MiniDLNA 154 14.3.3 Inotify与overlay的冲突 156 14.3.4 启动服务 157 14.3.5 DLNA客户端 157 14.3.6 DLNA其他功能 159 14.4 苹果AirPlay播放音乐 159 14.4.1 AirPlay介绍 159 14.4.2 安装与配置Shairport 159 14.4.3 辅助配置和检查 161 14.4.4 使用终端播放 162 第 15章 智能路由器编程工具 163 15.1 Web+PHP建站系统 163 15.1.1 PHP语言 163 15.1.2 Web服务 164 15.1.3 PHP测试代码 167 15.2 SQLite3与MySQL数据库应用 169 15.2.1 SQLite3数据库 169 15.2.2 MySQL数据库 173 15.3 Python、Lua与Ruby编程工具 174 15.3.1 Python 174 15.3.2 Lua 175 15.3.3 Ruby 175 第 16章 智能路由器服务软件 177 16.1 VPN(PPTP)服务器与 客户端 177 16.1.1 PPTP协议VPN服务器 177 16.1.2 PPTP协议VPN客户端 181 16.2 USB摄像头 183 16.2.1 USB摄像头准备 183 16.2.2 MJPG-streamer 184 16.2.3 浏览器访问 186 16.3 迅雷远程下载 187 16.3.1 迅雷远程下载条件 187 16.3.2 迅雷远程下载 190 16.4 WiFiDog广告路由器 192 16.4.1 WiFiDog功能服务 192 16.4.2 WiFiDog验证界面 195 第 17章 编译定制OpenWrt固件 197 17.1 OpenWrt编译环境 197 17.1.1 编译与交叉编译 197 17.1.2 AxWRT与OpenWrt的 关系 198 17.1.3 OpenWrt的版本关系 199 17.1.4 准备编译环境 199 17.2 OpenWrt固件生成 200 17.2.1 编译流程 200 17.2.2 获取AxWRT源代码 200 17.2.3 获取软件包源代码 201 17.2.4 OpenWrt菜单选项配置 201 17.2.5 编译固件 203 17.2.6 清理编译 204 17.2.7 编译完成 204 17.3 OpenWrt源码预设 205 17.3.1 Feeds源 205 17.3.2 OPKG自定义软件仓库 206 17.3.3 预设编译参数文件 206 17.3.4 OpenWrt文件夹的作用 206 17.3.5 Target/Linux下平台预设文件 207 17.4 OpenWrt官方版编译 208 17.4.1 关于编译 208 17.4.2 关于硬件支持 209 第 18章 编译定制IPK软件包 210 18.1 IPK软件包与OPKG命令 210 18.2 IPK软件包规范 210 18.2.1 Makefile格式与流程 211 18.2.2 PKG_*任务的作用 212 18.2.3 定义Build/*的作用 213 18.2.4 定义Package/*的作用 213 18.2.5 IPK软件包补充说明 214 18.3 简易软件包mytest 215 18.3.1 mytest软件包的制作 215 18.3.2 mytest调试 216 18.3.3 下载测试 217 18.4 软件包示例xware 218 18.5 软件包示例shairport 219 第 19章 智能路由器外设应用实例 221 19.1 OpenWrt的硬件支持 221 19.1.1 DTS设备树 221 19.1.2 GPIO总线 223 19.2 OpenWrt对LED驱动的支持 224 19.2.1 LED电路设计 224 19.2.2 手动测试LED 224 19.2.3 将LED注册为系统标准LED 225 19.2.4 LED设置心跳功能 226 19.2.5 将LED设置为WAN口状态 226 19.3 OpenWrt对按钮驱动的支持 226 19.3.1 按钮电路设计 226 19.3.2 手动测试按钮 227 19.3.3 将按钮注册为系统按钮 228 19.3.4 编写脚本检测按钮时长 228 19.4 OpenWrt对继电器驱动的支持 229 19.4.1 继电器电路设计 229 19.4.2 手动测试继电器 230
0 次点评

OpenWrt智能路由器开发指南

分类:WiFi相关    下载:0    浏览:8    时间:2026-07-30
OpenWrt是在实现路由器功能方面很受欢迎的开源软件之一。本书基于OpenWrt,详细介绍了智能路由器的开发。 本书共计15章,按照认识路由器的顺序进行编写,介绍了智能路由器、开发环境及编译分析、OpenWrt包管理系统、OpenWrt配置、软件开发、GDB调试、网络基础知识、路由器基础软件模块、常用软件模块、IP路由、DNS与DHCP、iptables防火墙、UCI防火墙、UPnP、网络测试及分析工具等。丰富的理论知识和代码示例可以帮助读者深入认识和理解OpenWrt技术,并能够提升开发水平和开发效率。 本书适合软件架构师、软件开发工程师、软件测试工程师以及计算机相关专业的学生阅读。读者通过阅读本书,不仅可以掌握OpenWrt技术,还能进一步提升自己的软件开发水平。 作者: 张永智 / 李章明 出版社: 人民邮电出版社 出版年: 2016-10-1 ISBN: 9787115430854 页数: 288 装帧: 平装 定价: CNY 59.00 目录 第1章 智能路由器概述 1 1.1 OpenWrt简介 1 1.2 整体功能组件 3 1.2.1 整体架构 3 1.2.2 网络功能 5 1.2.3 系统管理 5 1.2.4 状态监控 6 1.3 开源嵌入式操作系统比较 7 1.3.1 和Android比较 9 1.3.2 和其他WRT比较 10 1.4 参考资料 12 第2章 开发环境及编译分析 13 2.1 安装编译环境 13 2.1.1 Ubuntu安装 13 2.1.2 安装编译工具 15 2.1.3 下载代码 17 2.1.4 配置及编译 19 2.2 编译脚本分析 27 2.2.1 顶层目录概述 27 2.2.2 编译脚本 29 2.2.3 下载工具 29 2.2.4 patch-kernel.sh 30 2.2.5 编译扩展机制feeds 31 2.3 使用VirtualBox部署 34 2.4 编译部署出现问题的解决方法 37 2.5 VirtualBox虚拟机网络设置 38 2.5.1 网络地址转换模式 39 2.5.2 桥接网络模式 40 2.5.3 内部网络模式 41 2.5.4 仅主机网络模式 41 2.5.5 网络模式比较 42 2.5.6 组建路由器实验环境 42 2.6 参考资料 43 第3章 OpenWrt包管理系统 44 3.1 工作原理 44 3.2 OPKG命令 45 3.2.1 命令用法 45 3.2.2 软件包的管理 46 3.2.3 查询信息 48 3.2.4 选项 49 3.3 OPKG配置 50 3.3.1 调整软件仓库地址 50 3.3.2 调整安装目录 51 3.3.3 代理设置 51 3.4 使用举例 52 3.4.1 安装软件包 52 3.4.2 查询已安装的OPKG 软件包文件列表 53 3.4.3 自定义安装目录 53 3.5 OPKG包结构 55 3.6 参考资料 57 第4章 OpenWrt配置 58 4.1 UCI简介 58 4.1.1 文件语法 58 4.1.2 统一配置原理 60 4.1.3 UCI工具 61 4.1.4 配置脚本 66 4.2 UCI API编程接口 68 4.2.1 Libubox 69 4.2.2 UCI 69 4.2.3 UCI API接口 70 4.3 系统内核设置 71 4.3.1 sysctl.conf 71 4.3.2 sysctl 72 4.4 系统配置 73 4.4.1 /etc/rc.local 74 4.4.2 /etc/profile 74 4.4.3 /etc/shells 75 4.4.4 /etc/fstab 75 4.4.5 /etc/services 76 4.4.6 /etc/protocols 77 4.5 名词解释 78 4.6 参考资料 78 第5章 软件开发 79 5.1 编译构建系统 79 5.1.1 概述 79 5.1.2 变量定义 85 5.1.3 软件包定义 87 5.1.4 构建 88 5.2 HelloWorld 89 5.2.1 目录结构 91 5.2.2 Makefile 92 5.2.3 编译 94 5.3 软件启动机制 95 5.4 补丁生成及应用工具 99 5.4.1 补丁 99 5.4.2 diff工具 100 5.4.3 patch工具 102 5.5 参考资料 104 第6章 GDB调试 105 6.1 什么是GDB 105 6.2 如何启动程序调试 106 6.2.1 使用GDB启动程序 106 6.2.2 环境变量设置 107 6.2.3 设置日志文件 108 6.2.4 获取帮助 108 6.2.5 命令总结 109 6.3 断点管理 110 6.3.1 指令断点管理 110 6.3.2 观察点管理 112 6.3.3 捕获点管理 113 6.3.4 单步调试 113 6.3.5 命令总结 114 6.4 查看程序运行状态 115 6.4.1 查看栈帧信息 115 6.4.2 查看运行中的源程序 信息 117 6.4.3 查看运行时数据 117 6.4.4 命令总结 119 6.5 动态改变——改变程序的执行 120 6.6 名词解释 121 6.7 参考资料 121 第7章 网络基础知识 122 7.1 概述 122 7.1.1 网络设备 123 7.1.2 计算机网络分类 124 7.2 数据链路层 124 7.2.1 以太网 124 7.2.2 MAC寻址 125 7.2.3 冲突和冲突域 125 7.2.4 广播域 126 7.2.5 ARP协议 126 7.3 IP协议 127 7.3.1 IP报文格式 127 7.3.2 IP地址分类 129 7.3.3 协议功能 131 7.4 ICMP 132 7.4.1 概述 132 7.4.2 报文格式 133 7.4.3 差错报文 134 7.4.4 查询报文及响应报文 135 7.4.5 ping 136 7.4.6 TraceRoute 137 7.5 传输层协议 137 7.6 综合 138 7.7 名词解释 141 7.8 参考资料 141 第8章 路由器基础软件模块 143 8.1 libubox 143 8.1.1 libubox 143 8.1.2 jshn 145 8.2 ubus 147 8.2.1 ubusd 148 8.2.2 ubus命令行工具 149 8.3 netifd 152 8.3.1 概述 152 8.3.2 netifd方法 154 8.3.3 netifd文件 158 8.3.4 网络配置 159 8.4 ubox 160 8.5 procd 163 8.5.1 reload_config 164 8.5.2 procd进程 164 8.5.3 procd.sh 167 8.5.4 rc.common 169 8.5.5 综合示例 170 8.6 参考资料 172 第9章 常用软件模块 173 9.1 CWMP 173 9.1.1 概述 173 9.1.2 方法和流程 174 9.1.3 如何配置 176 9.2 SSH服务器 177 9.2.1 概述 177 9.2.2 配置 177 9.3 QoS 178 9.3.1 服务模型 178 9.3.2 QoS配置 180 9.4 uHTTPd服务器 181 9.4.1 概述 181 9.4.2 配置 182 9.5 SMTP 183 9.6 NTP 184 9.7 PPPoE 185 9.7.1 CHAP验证过程 186 9.7.2 PPPoE配置 188 9.8 无线基础 188 9.8.1 什么是无线 188 9.8.2 优点 188 9.8.3 缺点 188 9.8.4 安全 189 9.8.5 认识OpenWrt无线 接口 189 9.8.6 OpenWrt无线配置 191 9.9 参考资料 192 第10章 IP路由 194 10.1 路由分类 194 10.2 单播路由 195 10.2.1 路由表管理 195 10.2.2 静态路由配置 198 10.3 策略路由 199 10.3.1 概述 199 10.3.2 配置策略路由 200 10.3.3 典型配置举例 203 10.4 组播路由 205 10.4.1 组播原理 205 10.4.2 IGMP原理 207 10.4.3 IGMP代理 207 10.4.4 IGMP Proxy管理 209 10.4.5 验证及调试 210 10.5 名词解释 211 10.6 参考资料 212 第11章 DNS与DHCP 213 11.1 主机系统 213 11.2 DNS基础 215 11.2.1 域名结构 215 11.2.2 DNS报文格式 216 11.2.3 域名解析器原理 217 11.2.4 域名解析实例 218 11.3 DHCP基础 220 11.3.1 引言 220 11.3.2 DHCP原理 220 11.3.3 DHCP报文 221 11.3.4 DHCP工作流程 222 11.4 dnsmasq 223 11.4.1 概述 223 11.4.2 配置 224 11.5 动态DNS 228 11.5.1 DDNS原理 228 11.5.2 DDNS配置 229 11.5.3 DNS更新协议及 算法 230 11.6 DNS测试工具 232 11.6.1 nslookup 232 11.6.2 dig 232 11.7 参考资料 234 第12章 iptables防火墙 235 12.1 防火墙概述 235 12.2 iptables中的表 236 12.2.1 filter(过滤表) 236 12.2.2 nat(网络地址转换表) 237 12.2.3 mangle(修改表) 237 12.2.4 raw(原始表) 238 12.3 处理目标 238 12.3.1 REJECT(拒绝) 239 12.3.2 DNAT(目的网络地址 转换) 240 12.3.3 SNAT(源网络地址转换) 240 12.3.4 MASQUERADE(伪装) 241 12.3.5 LOG 241 12.3.6 REDIRECT 241 12.4 报文处理流程 242 12.5 报文规则匹配 245 12.6 管理防火墙规则 247 12.7 其他工具集 249 12.8 小结 250 12.9 参考资料 250 第13章 UCI防火墙 251 13.1 概述 251 13.2 防火墙配置 252 13.2.1 Defaults 252 13.2.2 Zones-安全域 253 13.2.3 转发 253 13.2.4 重定向 254 13.2.5 规则 255 13.2.6 include 257 13.3 常见用法 258 13.3.1 MAC地址黑白 名单 258 13.3.2 家长控制 260 13.4 防火墙管理及调试 261 13.4.1 管理防火墙 261 13.4.2 测试防火墙 262 13.5 名词解释 263 13.6 参考资料 263 第14章 UPnP 264 14.1 UPnP简介 264 14.1.1 起源 264 14.1.2 概述 264 14.2 UPnP架构 265 14.2.1 UPnP协议术语 265 14.2.2 UPnP组件 266 14.3 UPnP协议 267 14.4 UPnP工作流程 268 14.4.1 寻址 268 14.4.2 发现 269 14.4.3 描述 269 14.4.4 控制 270 14.4.5 事件 270 14.4.6 表达 272 14.5 UPnP应用之IGD 272 14.5.1 IGD框架 272 14.5.2 端口映射在IGD中的应用 274 14.6 参考资料 277 第15章 网络测试及分析工具 278 15.1 NetCat 278 15.2 TcpDump 283 15.2.1 抓取报文 283 15.2.2 匹配规则 285 15.2.3 使用举例 287 15.3 参考资料 288
0 次点评

艾瑞咨询:中国全屋Wi-Fi白皮书 2021年

分类:其它    下载:0    浏览:5    时间:2026-07-30
中国家庭Wi-Fi行业概况 中国全屋Wi-Fi发展概况 中国全屋Wi-Fi应用场景分析 中国全屋Wi-Fi能力要求和标准建议 中国全屋Wi-Fi产品案例研究
0 次点评

WPA3 规范 V3.0

分类:标准规范    下载:0    浏览:4    时间:2026-07-30
WPA3 Specification Version 3.0 Table of contents 1 INTRODUCTION  5 1.1 Scope  5 1.2 References 5 1.3 Definitions and acronyms 6 1.3.1 Shall/should/may/might word usage  6 1.3.2 Conventions . 6 1.3.3 Definitions  6 1.3.4 Abbreviations and acronyms 6 2 WPA3-PERSONAL. 8 2.1 Modes of operation . 8 2.2 WPA3-Personal only mode. 8 2.3 WPA3-Personal transition mode. 8 2.4 Additional Requirements on WPA3-Personal modes . 8 3 WPA3-ENTERPRISE . 9 3.1 Modes of operation . 9 3.2 WPA3-Enterprise only mode. 9 3.3 WPA3-Enterprise transition mode. 9 3.4 Additional Requirements on WPA3-Enterprise modes . 9 3.5 WPA3-Enterprise 192-bit mode  9 4 WPA3 FAST BSS TRANSITION 11 4.1 STA AKM preference order.11 4.1.1 Personal modes .11 4.1.2 Enterprise modes .11 5 SERVER CERTIFICATE VALIDATION12 5.1 Failure Conditions for Server Certificate Validation 12 5.2 Support for User Override of Server Certificate 12 5.3 Criteria to disable UOSC.12 5.3.1 TOD Policies 12 5.3.2 Additional Consideration on TOD Policies .13 6 SAE-PK.14 6.1 Background .14 6.2 SAE-PK overview14 6.3 Credential generation procedure 15 6.4 Authentication using SAE-PK .16 6.5 Modes of operation .19 6.5.1 AP operation 19 6.5.2 STA operation 19 6.6 Security considerations .20 6.6.1 General 20 6.6.2 Resistance to preimage attacks.21 6.6.3 Resistance to downgrade 22 6.7 SAE-PK element .22 7 WIFI URI .24 7.1 URI format .24 7.2 WIFI URI device support .24 7.3 URI examples25 8 TRANSITION DISABLE INDICATION26 9 PRIVACY EXTENSION MECHANISMS.28 9.1 Randomized MAC address .28 9.1.1 Composition of a randomized MAC address .28 9.1.2 Authentication and Association28 9.1.3 Active Scanning Procedures 9.1.4 ANQP Procedures28 9.2 Sequence Numbers 28 9.3 Scrambler Seed 9.4 GAS
0 次点评

Wi-Fi EasyMesh规范 4.0版 (Wi-Fi Alliance)

分类:标准规范    下载:0    浏览:6    时间:2026-07-30
Wi-Fi EasyMesh Specification Version 4.0 Table of Contents 1 OVERVIEW.13 1.1 Scope 13 1.2 Purpose.13 2 REFERENCES .14 3 DEFINITIONS AND ACRONYMS 16 3.1.1 Shall/should/may/might word usage 16 3.1.2 Conventions .16 3.1.3 Definitions 16 3.1.4 Abbreviations and acronyms19 4 ARCHITECTURE21 4.1 Multi-AP architecture.21 4.1.1 Multi-AP example deployment .21 5 MULTI-AP ONBOARDING .25 5.1 1905 Push Button Configuration method25 5.2 PBC Backhaul STA Onboarding procedure25 5.2.1 BSS Configuration26 5.2.2 Backhaul STA Configuration27 5.3 DPP Backhaul STA and Multi-AP Agent secure onboarding28 5.3.1 Overview of DPP onboarding procedure (Informative) 28 5.3.2 Data structures used in DPP onboarding 31 5.3.3 Requirements for devices using DPP onboarding procedures 35 5.3.4 Onboarding method via Wi-Fi with out-of-band DPP bootstrapping36 5.3.5 Onboarding Method via a Multi-AP Logical Ethernet Interface with out-of-band DPP bootstrapping 41 5.3.6 Onboarding method via Wi-Fi with inband DPP bootstrapping using Push Button .43 5.3.7 Establishing secure 1905-layer connectivity 45 5.3.8 Fronthaul BSS and Backhaul BSS configuration.47 5.3.9 DPP onboarding after PBC Backhaul STA Onboarding 49 5.3.10 Reconfiguration .49 5.3.11 Onboarding DPP-capable client devices (STAs) 52 6 MULTI-AP DISCOVERY.54 6.1 Multi-AP controller discovery 54 6.2 Multi-AP service discovery 55 6.3 Client association and disassociation notification.56 7 MULTI-AP CONFIGURATION57 7.1 AP configuration57 7.2 AP operational BSS reporting .59 7.3 Policy configuration .59 8 CHANNEL SELECTION .61 8.1 Channel Preference Query and Report 61 8.2 Channel Selection Request and Report62 8.2.1 Coordinated DFS CAC.63 8.2.2 DFS CAC Scan Requirements on a Multi-AP Controller .63 8.2.3 DFS CAC Scan Requirements on a Multi-AP Agent .63 8.2.4 Spatial Reuse.64 9 CAPABILITY INFORMATION REPORTING 66 9.1 AP capability .66 9.2 Client capability .67 9.3 Backhaul STA capability 10 LINK METRIC COLLECTION.68 10.1 Backhaul link metrics 68 10.2 Per-AP metrics and bulk STA metrics.68 10.2.1 Link metric measurements from the AP68 10.2.2 Channel Scan69 10.2.3 Anticipated Channel Usage 71 10.3 Per-STA measurements72 10.3.1 Associated STA link measurements from the AP .72 10.3.2 Unassociated STA RCPI measurements from the AP73 10.3.3 802.11 beacon measurements from the client73 10.4 Combined infrastructure metrics .74 11 CLIENT STEERING75 11.1 Multi-AP Controller initiated steering mandate .75 11.2 Multi-AP Controller initiated steering opportunity75 11.3 Multi-AP Agent initiated RCPI-based steering 76 11.3.1 RCPI-based steering rules76 11.4 Multi-AP Agent determination of target BSS.76 11.5 Steering mechanisms76 11.6 Client association control mechanism.77 11.7 Wi-Fi Agile Multiband and Tunneled Message support 78 12 BACKHAUL OPTIMIZATION80 12.1 Backhaul optimization by backhaul station association control 80 13 MULTI-AP MESSAGING SECURITY.82 13.1 1905-Layer Security Capability .82 13.2 Message integrity code .82 13.2.1 Theory of Operation (Informative).82 13.2.2 MIC transmission requirements 83 13.2.3 MIC reception requirements84 13.3 1905-layer encryption84 13.3.1 Theory of Operation (informative) .84 13.3.2 Encryption requirements .85 13.3.3 Decryption requirements .86 14 FOUR-ADDRESS MAC HEADER FORMAT87 14.1 Wi-Fi backhaul frame and address handling.87 14.1.1 Receiver requirements 87 14.1.2 Transmitter requirements 87 14.1.3 Wired backhaul frame and address handling .88 15 SUPPLEMENTAL PROTOCOL RULES/PROCEDURES 89 15.1 CMDU reliable multicast transmission 89 15.1.1 CMDU reliable multicast transmission procedures .89 15.1.2 CMDU reliable multicast reception procedures 89 15.2 1905 CMDU adjustments 89 15.3 Order of Processing 90 15.3.1 Transmission Order.90 15.3.2 Reception Order90 16 HIGHER LAYER DATA PAYLOAD OVER 1905 91 17 MULTI-AP CONTROL MESSAGING .92 17.1 Multi-AP message format92 17.1.1 1905 AP-Autoconfiguration Search message format (extended) .95 17.1.2 1905 AP-Autoconfiguration Response message format (extended) 95 17.1.3 1905 AP-Autoconfiguration WSC message format (extended) 95 17.1.4 1905 Topology Response message format (extended)96 17.1.5 1905 Topology Notification message format (extended) 96 17.1.6 AP Capability Query message format .96 17.1.7 AP Capability Report message format96 17.1.8 Multi-AP Policy Config Request message format .96 17.1.9 Channel Preference Query message format 97 17.1.10 Channel Preference Report message format .97 17.1.11 Channel Selection Request message format .97 17.1.12 Channel Selection Response message format.97 17.1.13 Operating Channel Report message format .97 17.1.14 Client Capability Query message format 97 17.1.15 Client Capability Report message format .97 17.1.16 AP Metrics Query Message format .97 17.1.17 AP Metrics Response Message format 98 17.1.18 Associated STA Link Metrics Query message format 98 17.1.19 Associated STA Link Metrics Response message format 98 17.1.20 Unassociated STA Link Metrics Query message format 98 17.1.21 Unassociated STA Link Metrics Response message format98 17.1.22 Beacon Metrics Query message format .98 17.1.23 Beacon Metrics Response message format .98 17.1.24 Combined Infrastructure Metrics message format98 17.1.25 Client Steering Request message format .99 17.1.26 Client Steering BTM Report message format .99 17.1.27 Client Association Control Request message format .99 17.1.28 Steering Completed message format .99 17.1.29 Backhaul Steering Request message format .99 17.1.30 Backhaul Steering Response message format.99 17.1.31 Higher Layer Data message format 99 17.1.32 1905 Ack message format 99 17.1.33 Channel Scan Request message format 99 17.1.34 Channel Scan Report message format.100 17.1.35 CAC Request message format .100 17.1.36 CAC Termination message format100 17.1.37 Error Response message format 100 17.1.38 Topology Query message format100 17.1.39 Association Status Notification message format.100 17.1.40 Tunneled message format 100 17.1.41 Client Disassociation Stats message format 100 17.1.42 Backhaul STA Capability Query message format.100 17.1.43 Backhaul STA Capability Report message format101 17.1.44 Failed Connection message .101 17.1.45 1905 Rekey Request message format .101 17.1.46 1905 Decryption Failure message format .101 17.1.47 Service Prioritization Request message format 101 17.1.48 Proxied Encap DPP message format .101 17.1.49 1905 Encap EAPOL message format .101 17.1.50 DPP Bootstrapping URI Notification message format 101 17.1.51 DPP CCE Indication message format.101 17.1.52 Chirp Notification message format102 17.1.53 BSS Configuration Request message 102 17.1.54 BSS Configuration Response message .102 17.1.55 BSS Configuration Result message102 17.1.56 Direct Encap DPP message .102 17.1.57 Reconfiguration Trigger message.102 17.1.58 Agent List message 102 17.1.59 Anticipated Channel Preference message .102 17.1.60 Anticipated Channel Usage Report message.103 17.1.61 QoS Management Notification message format .103 17.2 Multi-AP TLVs format 104 17.2.1 SupportedService TLV format.106 17.2.2 SearchedService TLV format 107 17.2.3 AP Radio Identifier TLV format .107 17.2.4 AP Operational BSS TLV format.107 17.2.5 Associated Clients TLV format108 17.2.6 AP Capability TLV format108 17.2.7 AP Radio Basic Capabilities TLV format.108 17.2.8 AP HT Capabilities TLV format .109 17.2.9 AP VHT Capabilities TLV format.110 17.2.10 AP HE Capabilities TLV format.111 17.2.11 Steering Policy TLV format .112 17.2.12 Metric Reporting Policy TLV format 112 17.2.13 Channel Preference TLV format .114 17.2.14 Radio Operation Restriction TLV format .115 17.2.15 Transmit Power Limit TLV format .116 17.2.16 Channel Selection Response TLV format.116 17.2.17 Operating Channel Report TLV format .116 17.2.18 Client Info TLV format .117 17.2.19 Client Capability Report TLV format .117 17.2.20 Client Association Event TLV format 117 17.2.21 AP Metric Query TLV format .118 17.2.22 AP Metrics TLV format118 17.2.23 STA MAC Address Type TLV format 119 17.2.24 Associated STA Link Metrics TLV format .119 17.2.25 Unassociated STA Link Metrics Query TLV format 120 17.2.26 Unassociated STA Link Metrics Response TLV format 120 17.2.27 Beacon Metrics Query TLV format121 17.2.28 Beacon Metrics Response TLV format .121 17.2.29 Steering Request TLV format .122 17.2.30 Steering BTM Report TLV format .123 17.2.31 Client Association Control Request TLV format .124 17.2.32 Backhaul Steering Request TLV format .124 17.2.33 Backhaul Steering Response TLV format.124 17.2.34 Higher Layer Data TLV format 125 17.2.35 Associated STA Traffic Stats TLV format .125 17.2.36 Error Code TLV format126 17.2.37 Channel Scan Reporting Policy TLV format .127 17.2.38 Channel Scan Capabilities TLV format.127 17.2.39 Channel Scan Request TLV format 128 17.2.40 Channel Scan Result TLV format .129 17.2.41 Timestamp TLV format .130 17.2.42 CAC Request TLV format .131 17.2.43 CAC Termination TLV format131 17.2.44 CAC Completion Report TLV format.132 17.2.45 CAC Status Report TLV format.133 17.2.46 CAC Capabilities TLV format 134 17.2.47 Multi-AP Profile TLV format 135 17.2.48 Profile-2 AP Capability TLV format .135 17.2.49 Default 802.1Q Settings TLV format .135 17.2.50 Traffic Separation Policy TLV format 136 17.2.51 Profile-2 Error Code TLV format .136 17.2.52 AP Radio Advanced Capabilities TLV format .137 17.2.53 Association Status Notification TLV format.138 17.2.54 Source Info TLV format .138 17.2.55 Tunneled message type TLV format.138 17.2.56 Tunneled TLV format 139 17.2.57 Profile-2 Steering Request TLV format.139 17.2.58 Unsuccessful Association Policy TLV format140 17.2.59 Metric Collection Interval TLV format141 17.2.60 Radio Metrics TLV format .141 17.2.61 AP Extended Metrics TLV format141 17.2.62 Associated STA Extended Link Metrics TLV format .142 17.2.63 Status Code TLV format .143 17.2.64 Reason Code TLV format .143 17.2.65 Backhaul STA Radio Capabilities TLV format 143 17.2.66 Backhaul BSS Configuration TLV .143 17.2.67 1905 Layer Security Capability TLV format 144 17.2.68 MIC TLV format.144 17.2.69 Encrypted Payload TLV format .145 17.2.70 Service Prioritization Rule TLV format 145 17.2.71 DSCP Mapping Table TLV format 145 17.2.72 AP Wi-Fi 6 Capabilities TLV format 146 17.2.73 Associated Wi-Fi 6 STA Status Report TLV format 147 17.2.74 BSSID TLV format.148 17.2.75 BSS Configuration Report TLV format148 17.2.76 Device Inventory TLV format 149 17.2.77 Agent List TLV format .149 17.2.78 AKM Suite Capabilities TLV format.150 17.2.79 1905 Encap DPP TLV format150 17.2.80 1905 Encap EAPOL TLV format .151 17.2.81 DPP Bootstrapping URI Notification TLV151 17.2.82 DPP CCE Indication TLV 152 17.2.83 DPP Chirp Value TLV .152 17.2.84 BSS Configuration Request TLV 152 17.2.85 BSS Configuration Response TLV153 17.2.86 DPP Message TLV .153 17.2.87 Anticipated Channel Preference TLV format 153 17.2.88 Anticipated Channel Usage TLV format .154 17.2.89 Spatial Reuse Request TLV155 17.2.90 Spatial Reuse Report TLV 156 17.2.91 Spatial Reuse Config Response TLV format 158 17.2.92 QoS Management Policy TLV.158 17.2.93 QoS Management Descriptor TLV158 17.2.94 Controller Capability TLV 159 18 MULTI-AP PROFILES 160 19 TRAFFIC SEPARATION 162 19.1 Traffic Separation in Multi-AP Network .162 19.1.1 Traffic Separation Overview (Informative) 162 19.1.2 Multi-AP Controller Requirements 164 19.1.3 Multi-AP Agent Requirements.164 19.2 VLAN Tagging in Multi-AP 166 20 SERVICE PRIORITIZATION168 20.1 Service Prioritization in Multi-AP Network (Informative) .168 20.2 Service Prioritization Operation 168 20.2.1 Multi-AP Controller Requirements 168 20.2.2 Multi-AP Agent Common Requirements .169 20.2.3 Multi-AP Agent 802.1Q C-TAG Requirements .169 20.2.4 Multi-AP Agent Configuration and Operation of MSCS, SCS and DSCP Policy 170 20.2.5 Setting UP Values .172 20.2.6 DSCP-to-UP Mapping.173 APPENDIX A (INFORMATIVE) MISCELLANEOUS .174 A.1 Higher layer protocol field definition (see section 16) .174 A.2 Indication of associated 802.11 clients .174 A.3 Implementation Notes (Informative)174 A.3.1 Traffic Separation.174 A.3.2 Controller implementation for Policy Set Up A.3.3 Fragmentation of IEEE 1905 A.3.4 Multi-AP Logical Ethernet Interfaces A.3.5 Primary Channel for Operating Classes Greater than 40 MHz
0 次点评

Wi-Fi CERTIFIED WPA3 Test Plan Version 3.2

分类:工程安装测试    下载:1    浏览:21    时间:2026-07-29
Table of contents 1 OVERVIEW 12 1.1 Scope and purpose  12 1.2 Definition of devices under test  12 1.3 References 16 1.4 Acronyms and definitions 17 1.4.1 Acronyms and abbreviations. 17 1.4.2 Definitions 19 2 TEST TOOLS, METHODOLOGY AND APPROACH 21 2.1 Sniffer 21 2.2 Wi-Fi Test Suite software 21 2.3 QuickTrack Test Tool software  21 2.4 Basic system test configuration 21 2.5 Test bed capability requirements 23 2.5.1 CTT/Test bed AP requirements  23 2.5.2 CTT/Test bed STA requirements  25 2.6 AAA server 27 3 REQUIREMENTS FOR WI-FI ALLIANCE CERTIFICATION  28 3.1 General requirements. 28 3.1.1 Prerequisite certification requirements 28 3.1.2 Wi-Fi CERTIFIED WPA3 testing requirements. 28 3.1.2.1 WPA3-Personal testing requirements  28 3.1.2.2 WPA3-Enterprise testing requirements 29 3.2 Applicability of tests 29 3.2.1 APUT test applicability  30 3.2.2 STAUT test applicability  37 3.3 Configuration requirements  49 3.3.1 APUT configuration requirements 50 3.3.2 STAUT configuration requirements. 51 3.4 Testing rules. 52 4 WPA3-PERSONAL APUT TESTS. 53 4.1 APUT configuration requirements validation test 53 4.2 APUT SAE tests 54 4.2.1 APUT initial connectivity test 54 4.2.2 APUT connectivity and PMK caching test. 57 4.2.3 APUT Anti-clogging test  59 4.2.4 APUT WPA3-Personal transition test 62 4.2.5 APUT support for additional finite cyclic groups test. 64 4.2.6 APUT negative test 66 4.2.7 APUT WPA3-Personal transition negative test 69 4.2.8 APUT correct handling of PMKID during initial SAE association test 4.3 APUT rejecting unsuitable Diffie-Hellman groups for SAE tests 73 4.4 APUT H2E tests 75 4.4.1 APUT support H2E only mode test 75 4.4.2 APUT accepts SAE Commit message with Rejected Groups element test 77 4.4.3 APUT rejects SAE Commit message with Rejected Groups element test 80 4.4.4 APUT aborts 4-way handshake with RSNXE mismatch test  82 4.5 Reserved for future use 84 4.6 APUT SAE Transition Disable tests 84 4.6.1 APUT SAE Transition Disable test  84 4.7 APUT SAE-PK tests 86 4.7.1 APUT SAE-PK connectivity and PMK caching test  86 5 WPA3-PERSONAL STAUT TESTS  91 5.1 STAUT configuration requirements validation test. 91 5.2 STAUT SAE tests. 92 5.2.1 STAUT SAE connectivity and PMK caching test  92 5.2.2 STAUT Anti-clogging test  95 5.2.3 STAUT reflection attack test 97 5.2.4 STAUT WPA2-Personal compatibility test  99 5.2.5 STAUT support for additional finite cyclic groups test  101 5.2.6 STAUT negative test 103 5.2.7 STAUT SAE confirmation exchange variation test 106 5.3 STAUT does not request unsuitable Diffie-Hellman groups for SAE test  109 5.4 STAUT H2E tests 110 5.4.1 STAUT Rejected Groups element test 110 5.4.2 STAUT aborts 4-way handshake with RSNXE mismatch test  112 5.5 Reserved for future Use 115 5.6 STAUT SAE Transition Disable tests. 115 5.6.1 STAUT SAE Transition Disable test 115 5.7 STAUT SAE-PK tests. 117 5.7.1 STAUT SAE-PK connectivity and PMK caching test  117 5.7.2 STAUT SAE-PK validation failure test  121 5.7.3 STAUT SAE-PK downgrade mitigation test  124 5.7.4 STAUT SAE-PK password not in correct form or incorrect Sec encoding test 127 6 RESERVED FOR FUTURE USE  131 7 RESERVED FOR FUTURE USE  132 8 WPA3 FAST BSS TRANSITION APUT TESTS  133 8.1 CTT STA Roam from APUT to AP1 and back 133 8.2 CTT STA Roam from AP1 to APUT and back 141 8.3 APUT Interop with CTT STA that has H2E disabled 148 9 WPA3 FAST BSS TRANSITION STAUT TESTS 157 9.1 STAUT Roam from CTT AP1 to AP2 and back 157 9.2 STAUT Interop with CTT AP that has H2E disabled. 9.3 STAUT with CTT AP that sends mismatched RSNXE contents  170 10 RESERVED FOR FUTURE USE  176 11 WPA3-ENTERPRISE SERVER CERTIFICATE VALIDATION STAUT TEST CASES. 177 11.1 STAUT server certificate validation test 177 11.2 STAUT server certificate configuration requirements test 185 12 WPA3-PERSONAL BEACON PROTECTION APUT TESTS 188 12.1 APUT Capability Advertisement test  188 12.2 APUT BIGTK Distribution in 4-way test 189 12.3 APUT MMIC IE in Beacon frames with BIP-CMAC-128 test 191 12.4 APUT BIGTK rotation test  193 13 WPA3-PERSONAL BEACON PROTECTION STAUT TESTS 196 13.1 STAUT MMIC IE in Beacon Validation test  196 13.2 STAUT BIPN replay checking test 198 13.3 STAUT key rotation test 201 14 WPA3-PERSONAL OPERATING CHANNEL VALIDATION APUT TESTS 204 14.1 APUT OCVC advertisement in RSNE in Beacon frames and interop with non-OCVC STAs test. 204 14.2 APUT OCI KDE in 4-way handshake test  206 14.3 APUT OCI KDE validation in group key handshake test 208 14.4 APUT inclusion of OCI in SA Query request and validation of SA Query Response test 211 14.5 APUT OCI STA validation on channel switch test 214 14.6 APUT FTE OCI subelement validation in association request and inclusion in association response test and compatibility with non-OCVC STA 217 15 WPA3-PERSONAL OPERATING CHANNEL VALIDATION STAUT TESTS 221 15.1 STAUT OCI KDE in 4-way handshake, inclusion in M2 and Validation of M3 test 221 15.2 STAUT OCI KDE validation in M1 of the group key handshake test 224 15.3 STAUT inclusion of OCI in SA Query request and validation of SA Query response test 226 15.4 STAUT OCI STA SA Query on channel switch test 229 15.5 STAUT OCVC in RSNE, FTE OCI subelement in association request and validation in association response test and compatibility with non-OCVC AP test 231 16 RESERVED FOR FUTURE USE  236 17 WPA3-PERSONAL PRIVACY EXTENSIONS STAUT TESTS 237 17.1 STAUT construction of a uniquely randomized source MAC address per SSID test  237 17.2 STAUT construction of a randomized source MAC address per Active Scan test  239 17.3 STAUT construction of a randomized source MAC address for each ANQP exchange test  240 18 WPA3-ENTERPRISE 192-BIT SECURITY APUT TESTS 243 18.1 APUT 192-bit configuration requirements validation tests 243 18.1.1 APUT configuration requirements validation for 192-bit security on a BSSID with IPv4 test  243 18.1.2 APUT configuration requirements validation for 192-bit security on a BSSID with IPv6 test  244 18.2 APUT 192-bit security initial configuration tests. 245 18.2.1 APUT correct IE advertisement for 192-bit security test 18.3 APUT 192-bit security ECC p384 tests  246 18.3.1 APUT IPv4 connectivity using 192-bit security ECC p384 test  246 18.3.2 APUT IPv6 connectivity using 192-bit security ECC p384 test  248 18.4 APUT 192-bit security RSA 3K and TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 cipher tests  250 18.4.1 APUT IPv4 connectivity using 192-bit security RSA 3K and TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 cipher test  250 18.4.2 APUT IPv6 connectivity using 192-bit security RSA 3K and TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 cipher test  252 18.5 APUT 192-bit security RSA 3K and TLS_ECDHE_RSA_AES_256_GCM_SHA384 tests 254 18.5.1 APUT IPv4 connectivity using 192-bit security RSA 3K and TLS_ECDHE_RSA_AES_256_GCM_SHA384 cipher test. 254 18.5.2 APUT IPv6 connectivity using 192-bit security RSA 3K and TLS_ECDHE_RSA_AES_256_GCM_SHA384 cipher test. 256 18.6 APUT 192-bit security conformance tests 259 18.6.1 APUT response to an incorrect RSNE received from the STA test 259 18.6.2 APUT response to STA incorrect TLS authentication parameters test 261 18.7 APUT 192-bit security PMK caching  264 18.7.1 APUT 192-bit security PMK caching test 264 19 WPA3-ENTERPRISE 192-BIT SECURITY STAUT TESTS 267 19.1 STAUT 192-bit security configuration requirements validation test 267 19.1.1 STAUT configuration requirements validation for 192-bit security on a BSSID test  267 19.2 STAUT 192-bit security ECC p384 tests 268 19.2.1 STAUT IPv4 connectivity using 192-bit security ECC p384 test 268 19.2.2 STAUT IPv6 connectivity using 192-bit security ECC p384 test 270 19.3 STAUT 192-bit security RSA 3K and TLS_ECDHE_RSA_AES_256_GCM_SHA384 cipher test  272 19.3.1 STAUT IPv4 connectivity test using 192-bit security RSA 3K and TLS_ECDHE_RSA_AES_256_GCM_SHA384 cipher test 272 19.3.2 STAUT IPv6 connectivity using 192-bit security RSA 3K and TLS_ECDHE_RSA_AES_256_GCM_SHA384 cipher test  274 19.4 STAUT 192-bit security RSA 3K and TLS_DHE_RSA_AES_256_GCM_SHA384 cipher tests 277 19.4.1 STAUT IPv4 connectivity using 192-bit security RSA 3K and TLS_DHE_RSA_AES_256_GCM_SHA384 cipher test 277 19.4.2 STAUT IPv6 connectivity using 192-bit security RSA 3K and TLS_DHE_RSA_AES_256_GCM_SHA384 cipher test 279 19.5 STAUT 192-bit security conformance tests 281 19.5.1 STAUT response to incorrect RSNE received from AP test  281 19.5.2 STAUT response to AAA server TLS authentication parameters test 284 19.6 STAUT 192-bit security PMK caching tests 288 19.6.1 STAUT 192-bit security PMK caching test 288 APPENDIX A TEST BED PRODUCTS. 292 A.1 Approved test bed vendors  292 A.2 Approved test bed equipment  292 APPENDIX B CTT STA VALIDATION 297 B.1 CTT STA Validation for BIP MIC /Replay Error counter test 297 APPENDIX C (INFORMATIVE) DOCUMENT REVISION HISTORY
0 次点评

Wi-Fi 7 Principles, Technology, and Applications

分类:WiFi相关    下载:0    浏览:13    时间:2026-07-29
Authors:Gang Cheng , Zhihong Qian , Yiming Jiang , Zhijie Yang , Thirumurthy Rajamanickam Offers a comprehensive introduction of the principles, technology, and relevant specifications for Wi-Fi 7 Equip readers with Wi-Fi 7 product development and testing expertise Illustrates various applications and practical deployment of Wi-Fi 7 Author: Springer ISBN: 9789819790258 Format: Hardcover Publication Date: 2024-12-07 Page Count: 464
0 次点评

Next generation wireless lans 802.11n and 802.11ac 2nd Edition

分类:WiFi相关    下载:0    浏览:15    时间:2026-07-29
This comprehensive overview describes the underlying principles, implementation details, and key enhancing features of 802.11n and 802.11ac. For many of these features,the authors outline the motivation and history behind their adoption into the standard. A detailed discussion of the key throughput, robustness, and reliability enhancing features(such as MIMO, multi-user MIMO, 40\80\160 MHz channels, transmit beamforming, and packet aggregation) is given, in addition to clear summaries of the issues surrounding legacy interoperability and coexistence. 作者: Perahia, Eldad; Stacey, Robert; 出版年: 2013 ISBN: 9781107016767 页数: 480
0 次点评

家庭 Wi-Fi 优化指南

分类:WiFi相关    下载:0    浏览:11    时间:2026-07-29
家里的 Wi-Fi 是不是让你抓狂?是不是厌倦了家里到处都是 Wi-Fi 信号死角,或者 Wi-Fi 速度慢得像蜗牛一样,不得不重启路由器?是不是想要快速、稳定、安全的Wi-Fi 网络? 读完《家庭 Wi-Fi 优化指南》,你就会明白: 如何诊断和修复常见的 Wi-Fi 问题 如何加快你的 Wi-Fi 速度 如何确保家中每个角落都有稳定的 Wi-Fi 信号 如何确保你的Wi-Fi安全,免受黑客攻击 如今,在家中拥有快速、稳定且安全的Wi-Fi比以往任何时候都更加重要。阅读本书后,您将掌握所有必要的工具和信息,轻松拥有梦寐以求的快速、安全的Wi-Fi网络。 Table of Contents Preface Bonus Material Introduction Major Problem #1: Your Wi-Fi is too slow Wi-Fi Speed Culprit #1: Your Internet connection is really slow Wi-Fi Speed Culprit #2: Other devices are hogging your Wi-Fi bandwidth Wi-Fi Speed Culprit #3: Some of your wireless devices are old Wi-Fi Speed Culprit #4: Your Wi-Fi signal is weak Major Problem #2: Your Wi-Fi security is lacking Wi-Fi Security Culprit #1: Your router is too old Wi-Fi Security Culprit #2: You haven’t changed the default settings on your router Wi-Fi Security Culprit #3: You don’t have a guest network Wi-Fi Security Culprit #4: You have not segregated your IoT devices from the rest of your network Major Problem #3: Your Wi-Fi signal is not stable throughout your home Wi-Fi Stability Culprit #1: Your router is your wireless access point Wi-Fi Stability Culprit #2: You have too many Wi-Fi devices on your network Wi-Fi Stability Culprit #3: You aren’t using the best Wi-Fi protocols Final Words Home Wi-Fi Tuneup Checklists About The Author Feedback and Next Steps
0 次点评

EMFD - 5G, Wi-Fi Cell Phones Hidden Harms and How to Protect Yourself

分类:WiFi相关    下载:0    浏览:9    时间:2026-07-29
Author:Mercola, Joseph ISBN:9781401962241 Number Of Pages:257 Publication Year:2021 Language:English
0 次点评

Digital Signal Processing for Wireless Communication using Matlab

分类:WiFi相关    下载:0    浏览:11    时间:2026-07-29
本书探讨了无线通信中使用的信号处理技术,并以Matlab程序为例进行说明。作者讨论了这些技术与多普勒扩展、延迟扩展、瑞利信道和莱斯信道建模、耙式接收机、分集技术、基于MIMO和OFDM的传输技术以及阵列信号处理之间的关系。此外,本书还涵盖了检测理论、链路预算、多址接入技术和扩频等相关主题。本书内容包括:• 阐述无线通信中涉及的信号处理技术;• 讨论频分多址(FDMA)、时分多址(TDMA)和码分多址(CDMA)等多址接入技术;• 涵盖二进制相移键控(BPSK)、差分相移键控(DPSK)、正交相移键控(QPSK)、二进制频移键控(BFSK)、最小频移键控(MSK)和高斯最小频移键控(GMSK)等带通调制技术。 Published by Springer ISBN: 9783319206509 发布日期:2015年8月21日 版本:2016 年第 1 版 语言:英语 页数:187页
推荐下载more
热门下载more
最新专题more
  • Aruba控制器固件
    Aruba 6xx/7xxxx控制器固件下载
  • Asuswrt-Merlin梅林固件专题汇集
    加拿大人Eric Sauvageau在华硕开源的Asuswrt代码基础之上,个人进行二次开发以后,对外发布的第三方固件。最早是针对ASUS RT-N66U路由器进行开发,后来也移植到了华硕其他路由器机型。 Merlin原作者官网:https://www.asuswrt-merlin.net 国内所提供的梅林固件均源上述。