docs: update wifi (#3714)

This commit is contained in:
shxshxshxshx 2024-05-16 01:38:44 +02:00 committed by GitHub
parent 0ae84dd523
commit 3ce46e7405
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -255,6 +255,7 @@ These are advanced settings and you will usually need to consult your enterprise
eap:
username: bob
password: VerySafePassword
ttls_phase_2: mschapv2
- ssid: EAP-TLS_EnterpriseNetwork
eap:
identity: bob
@ -273,6 +274,8 @@ Configuration variables:
- **certificate** (*Optional*, string): Path to a PEM encoded certificate to use for EAP-TLS authentication.
- **key** (*Optional*, string): Path to a PEM encoded private key matching ``certificate`` for EAP-TLS authentication.
Optionally encrypted with ``password``.
- **ttls_phase_2** (*Optional*, string): The Phase 2 Authentication Method for EAP-TTLS.
Can be ``pap``, ``eap``, ``mschap``, ``mschapv2`` or ``chap``, defaults to ``mschapv2``.
.. _wifi-on_connect_disconnect: