news 2026/7/21 8:55:26

【2019-05-17】GAS简单笔记

作者头像

张小明

前端开发工程师

1.2k 24
文章封面图
【2019-05-17】GAS简单笔记

[历史归档]本文原发布于 cstriker1407.info 个人博客,内容为历史存档,仅供参考。
发布时间:2019-05-17| 标题:GAS简单笔记分类:网络通讯 / WIFI |标签:802.11·GAS·802.11u


GAS简单笔记

参考
【 https://en.wikipedia.org/wiki/Generic_Advertisement_Service 】
【 https://www.cisco.com/c/dam/global/zh_cn/products/products_netsol/wireless/pdf/cco_network_group_10_v7.pdf 】

对于WLAN的配置,包括无线控制器的配置,单个和多个SSID的配置将都会涉及必要的Passpoint信息。这些额外的Passpoint信息会在信标或探针的响应信息中进行添加,这样拥有Passpoint功能的手机客户端设备可以通过检测和查询无线接入点以获取进一步的信息。在查询过程中,一种被称为**ANQP(Access Network Query Protocol - 接入网络查询协议)的标准被遵循。该协议通过标准的2路或4路握手过程从无线接入点和ANQP服务器中获得足够的信息,以确定手机客户端设备可以验证和关联的最佳无线接入点。这个过程被称为GAS(Generic Advertisement Service - 通用通告服务)**协议,该标准在IEEE802.11u中定义。

Generic Advertisement Service (GAS): An IEEE 802.11u service that provides over-the-air transportation for frames of higher-layer advertisements between Wi-Fi stations (802.11 Stations) or between a server in an external network and a station. GAS may be used prior stations are authenticated, or associated to a wireless Access Point (AP) in a Basic Service Set (BSS). GAS supports higher-layer protocols that employ a query/response mechanism.

In a BSS infrastructure, the purpose of Generic Advertisement Service (GAS) is to enable a station to identify the availability of information related to network services. While the specification of network services information is out of scope of IEEE 802.11, there is a need for stations to query for information on network services provided by SSPNs or other external networks beyond an AP (Access Point) before they associate to the wireless LAN. GAS defines a generic container to advertise network services information over an IEEE 802.11 network. Public Action frames are used to transport this information.

There are a number of reasons why providing information pre-association is beneficial.
It supports more informed decision making about an IEEE 802.11 infrastructure with which to associate. This is generally more efficient than requiring a non-AP STA to associate with an AP before discovering the information and then deciding whether or not to stay associated.
It is possible to query multiple networks in parallel.
The station can discover information about APs that are not part of the same administrative group as the AP with which it is associated, supporting the selection of an AP belonging to a different IEEE 802.11 infrastructure that has an appropriate SSP roaming agreement in place.

版权声明: 本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若内容造成侵权/违法违规/事实不符,请联系邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!
网站建设 2026/7/21 8:52:13

【Appium】App自动化工具选型避坑指南----汇总篇

App 自动化到底怎么选?我踩了三年的坑全在这了我跟你讲,App 自动化的复杂度比 Web 高一个量级。环境搭建能劝退一半人,用例稳定性能劝退剩下的一半。但选对工具和策略,这条路能走通。一、App 自动化的尴尬现实 先说一个真事。 我第…

作者头像 李华
网站建设 2026/7/21 8:51:24

Jupyter生态中的.NET新星:C#与F#内核实战指南

1. Jupyter生态的.NET新成员:C#与F#内核解析当数据科学家在Jupyter Notebook中键入ShiftEnter执行代码时,熟悉的Python内核正在迎来两位新伙伴。2019年11月,微软正式宣布为Jupyter生态系统带来C#和F#语言支持,这标志着.NET技术栈首…

作者头像 李华
网站建设 2026/7/21 8:48:11

MySQL 核心知识点深度解析:从存储引擎到集群架构【一】

引言 MySQL 作为最流行的开源关系型数据库之一,其底层原理和高级特性是每一位后端开发者必须掌握的核心知识。本文系统性地梳理了 MySQL 的关键知识点,涵盖存储引擎、索引、事务、锁、MVCC、性能优化及高可用架构等方面,旨在为你构建一个完整…

作者头像 李华
网站建设 2026/7/21 8:46:06

专科生论文写作AI工具指南:高效降重与框架搭建

1. 项目概述:专科生论文写作痛点与AI工具价值(开头段自然引入主题)每到毕业季,专科同学最头疼的就是那篇绕不开的毕业论文。和本科论文相比,专科论文虽然字数要求稍低(通常5000-8000字)&#xf…

作者头像 李华
网站建设 2026/7/21 8:45:56

OpenHuman桌面AI助手:安装配置与核心功能详解

1. 项目概述:OpenHuman 是什么?"养了虾养了马再养一个人"这个标题乍看有点无厘头,但作为技术从业者,我立刻get到了其中的隐喻——虾和马可能代表你已经部署的其他AI工具或服务,而"养人"则暗示Open…

作者头像 李华
网站建设 2026/7/21 8:45:33

Edge密码管理器升级:安全架构与生物识别整合

1. Edge密码管理器升级背后的安全逻辑 微软Edge浏览器即将对密码管理器进行重大调整的消息引发了广泛关注。作为一名长期关注浏览器安全的技术博主,我认为这次更新绝非简单的功能迭代,而是微软在身份认证领域的一次战略布局。 Windows Hello生物识别技术…

作者头像 李华