> For the complete documentation index, see [llms.txt](https://tip-1.gitbook.io/openwifi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tip-1.gitbook.io/openwifi/2.1.0/configuration-examples/passpoint-r1/configuration-introduction.md).

# Configuration Introduction

TIP OpenWiFi devices implement support for both the air interface and systems interfaces necessary to support Passpoint® Release 2 and above. Once also termed Hotspot 2.0, IEEE 802.11u specified added air interface fields exposing Access Network Query Protocol interactions for clients to discovery Access Point capabilities.

Wi-Fi Alliance expanded ANQP to include Online Signup (OSU) concepts to leverage seamless onboarding and client security for Passpoint® networks. Following on from these efforts, Wireless Broadband Alliance has provided the necessary system interfaces for identity, security, mobile offload within a common federated operator solution known as OpenRoaming.

TIP OpenWiFi enables operators to deploy the full range of Passpoint® and OpenRoaming solutions.

| Term              | Description                                                                                                                                                                                                                                                                                                                    |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Operator          | <p>Wi-Fi Infrastructure Operator</p><p>Access Network Provider (ANP) as defined by OpenRoaming</p>                                                                                                                                                                                                                             |
| Venue             | Deployed location of Wi-Fi service                                                                                                                                                                                                                                                                                             |
| Identity Provider | <p>Subscriber authenticating service provider</p><p>Home Service Provider (HSP) as defined by OpenRoaming</p>                                                                                                                                                                                                                  |
| Roaming Exchange  | Operator and Identity Provider Authentication, Authorization, Accounting                                                                                                                                                                                                                                                       |
| ANQP              | <p>Access Network Query Protocol contains:</p><ul><li>Domain</li><li>Venue Name</li><li>Venue Info</li><li>Operator Friendly Name</li><li>IP Type</li><li>WAN Metric</li><li>Connection Capability</li><li>Operating Class</li><li>Authentication Type</li><li>Service Providers List</li></ul>                                |
| GAS               | <p>Generic Advertisement Layer 2 Service for client query</p><ul><li><p>Client query returns:</p><ul><li>Organization Identifier / Service Provider Identity</li><li>Domain</li><li>Authentication</li><li>Roaming Consortium List</li><li>Network Access Identifier Realm (NAI)</li><li>3GPP Network Data</li></ul></li></ul> |
| OSU               | <p>Online Signup - Advertised over ANQP contains:</p><ul><li>OSU SSID</li><li>OSU URI</li><li>OSU Method</li><li>OSU Available Icons</li><li>OSU ESS (OSEN) SSID</li><li>OSU Description</li></ul>                                                                                                                             |
| OSEN              | OSU Server Authenticated Layer 2 Encryption Network                                                                                                                                                                                                                                                                            |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://tip-1.gitbook.io/openwifi/2.1.0/configuration-examples/passpoint-r1/configuration-introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
