> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wiacom.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Passpoint / Hotspot 2.0

> Hotspot 2.0 configuration on Cisco Meraki Dashboard

On Cisco Meraki MR, Passpoint is configured as Hotspot 2.0.

<Tip>Only Manual config mode is supported. For multiple locations environments, API support can be added </Tip>

### Access Control

Log in to [dashboard.meraki.com](https://dashboard.meraki.com), navigate to **Wireless → Access Control**, and select your SSID from the dropdown.

| Setting            | Value                                 |
| ------------------ | ------------------------------------- |
| SSID status        | Enabled                               |
| SSID (name)        | Set a name according to your set-up   |
| Security           | Enterprise with "my Radius server"    |
| Splash page        | None                                  |
| Client IP and VLAN | As preffered, per your network config |

### RADIUS Authentication Servers

Under **RADIUS**, click **Add server** and add two entries:

| # | Host                | Auth Port | Secret                   |
| - | ------------------- | --------- | ------------------------ |
| 1 | `<RADIUS_SERVER_1>` | 1812      | `<RADIUS_SHARED_SECRET>` |
| 2 | `<RADIUS_SERVER_2>` | 1812      | `<RADIUS_SHARED_SECRET>` |

### RADIUS Accounting Servers

Under **RADIUS accounting**, click **Add server** and add two entries:

| # | Host                | Accounting Port | Secret                   |
| - | ------------------- | --------------- | ------------------------ |
| 1 | `<RADIUS_SERVER_1>` | 1813            | `<RADIUS_SHARED_SECRET>` |
| 2 | `<RADIUS_SERVER_2>` | 1813            | `<RADIUS_SHARED_SECRET>` |

Set **Accounting interim interval** to **2 minutes**.

### Advanced RADIUS Settings

If the **Advanced RADIUS settings** section is present, configure:

| Setting           | Value                              |
| ----------------- | ---------------------------------- |
| Called-Station-ID | AP MAC address (remove any others) |
| NAS ID            | remove any others                  |
| Server timeout    | 5 seconds                          |
| Retry count       | 3                                  |

Click **Save Changes**.

### Hotspot 2.0

Navigate to **Wireless → Hotspot 2.0** and from SSID dropdown select previously create SSID name

<Info>Domain List, Roaming Consortium, NAI realms are design specific - Ask Wiacom before for details</Info>

| Setting               | Value                                   |
| --------------------- | --------------------------------------- |
| Hotspot 2.0           | Enabled                                 |
| Operator name         | Wiacom                                  |
| Venue name            | `Your venue name`                       |
| Venue type            | Unspecified (unless specified )         |
| Network type          | Free public network (unless specified ) |
| Domain list           | `<Ask Wiacom>`                          |
| Roaming Consotium OIs | `<Ask Wiacom>`                          |
| NAI Realms            | `<Ask Wiacom>`                          |
| MCC/MNCs              | Leave empty                             |

Click **Save Changes**.
