# Dynamic Multi PSK

When venue authentication will support client mobility it is desirable to not cause re-authentication from one AP to another.

As with the Multi PSK feature that locally provides this functionality to enable a subscriber to have a subscriber based PSK when authenticated creates a private network, this functionality may also be handled via RADIUS to support large venue topologies.

The authentication protocol type is `psk2-radius` . Add the RADIUS system appropriate for the network.

```json
	"ssids": [
		{
			"name": "OpenWifi",
			"wifi-bands": [
				"2G"
			],
			"bss-mode": "ap",
			"encryption": {
				"proto": "psk2-radius",
				"ieee80211w": "optional"
			},
			"radius": {
				"authentication": {
					"host": "192.168.50.30",
					"port": 1812,
					"secret": "secret"
				},
				"accounting": {
					"host": "192.168.50.30",
					"port": 1813,
					"secret": "secret"
				}
			}
		}
	]

```


---

# Agent Instructions: 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:

```
GET https://tip-1.gitbook.io/openwifi/device-feature-configuration-examples/device-feature-configuration-examples/radius-authenticated-ssid/dynamic-multi-psk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
