diff options
Diffstat (limited to 'docs/interfaces/wireless.rst')
-rw-r--r-- | docs/interfaces/wireless.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/interfaces/wireless.rst b/docs/interfaces/wireless.rst index 46c038af..8bc5d434 100644 --- a/docs/interfaces/wireless.rst +++ b/docs/interfaces/wireless.rst @@ -9,13 +9,13 @@ If your device is configurable it will appear as `wlan` in `show interfaces`. To be able to use the wireless interfaces you will first need to set a regulatory domain with the country code of your locaion. -.. code-block:: sh +.. code-block:: console set system wifi-regulatory-domain SE An example on how to set it up as an access point: -.. code-block:: sh +.. code-block:: console set interfaces wireless wlan0 address '192.168.99.1/24' set interfaces wireless wlan0 type access-point @@ -27,7 +27,7 @@ An example on how to set it up as an access point: Resulting in -.. code-block:: sh +.. code-block:: console interfaces { [...] |