We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f176ab1 commit 06434f3Copy full SHA for 06434f3
docs/source/backends/airos.rst
@@ -154,6 +154,7 @@ AirOS v8.3 can operate in ``bridge`` and ``router`` mode (but defaults to ``brid
154
.. code-block:: json
155
156
{
157
+ "type": "DeviceConfiguration",
158
"netmode": "bridge"
159
}
160
@@ -239,9 +240,11 @@ As an example here is a snippet that set the authentication protocol to WPA2 per
239
240
241
"name": "wlan0",
242
"type": "wireless",
- "encryption": {
243
- "protocol": "wpa2_personal",
244
- "key": "changeme"
+ "wireless": {
+ "encryption": {
245
+ "protocol": "wpa2_personal",
246
+ "key": "changeme"
247
+ }
248
249
250
]
0 commit comments