Skip to content

Commit

Permalink
[req-changes] Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy authored and nemesifier committed Nov 7, 2024
1 parent c15de71 commit c1d7f6a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/source/backends/openwrt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1427,8 +1427,13 @@ WPA2 Enterprise (802.1x) client
"protocol": "wpa2_enterprise",
"cipher": "auto",
"eap_type": "tls",
"anonymous_identity": "anonymous",
"identity": "test-identity",
"password": "test-password",
"ca_cert_usesystem": True,
"subject_match": "CN = wifi.openwisp.io",
"altsubject_match": ["DNS Name: wifi.openwisp.io"],
"domain_match": ["wifi.openwisp.io"],
},
},
}
Expand All @@ -1442,15 +1447,20 @@ UCI Output:
package wireless

config wifi-iface 'wifi_wlan0'
list altsubject_match 'DNS Name: wifi.openwisp.io'
option anonymous_identity 'anonymous'
option bssid '00:26:b9:20:5f:09'
option ca_cert_usesystem '1'
option device 'radio0'
list domain_match 'wifi.openwisp.io'
option eap_type 'tls'
option encryption 'wpa2'
option identity 'test-identity'
option ifname 'wlan0'
option mode 'sta'
option password 'test-password'
option ssid 'enterprise-client'
option subject_match 'CN = wifi.openwisp.io'

WPA3 Personal (Simultaneous Authentication of Equals)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit c1d7f6a

Please sign in to comment.