Skip to content

Commit

Permalink
wireless: extend example with missing country-code
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po committed Oct 17, 2023
1 parent cc380ff commit 1ddce99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/configuration/interfaces/wireless.rst
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ The WAP in this example has the following characteristics:
set interfaces wireless wlan0 security wpa mode wpa2
set interfaces wireless wlan0 security wpa cipher CCMP
set interfaces wireless wlan0 security wpa passphrase '12345678'
set interfaces wireless wlan0 country-code de
Resulting in

Expand All @@ -572,6 +573,7 @@ Resulting in
wireless wlan0 {
address 192.168.2.1/24
channel 1
country-code de
mode n
security {
wpa {
Expand Down

0 comments on commit 1ddce99

Please sign in to comment.