mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-27 22:31:37 +01:00
docs: update wifi (#3714)
This commit is contained in:
parent
0ae84dd523
commit
3ce46e7405
@ -255,6 +255,7 @@ These are advanced settings and you will usually need to consult your enterprise
|
|||||||
eap:
|
eap:
|
||||||
username: bob
|
username: bob
|
||||||
password: VerySafePassword
|
password: VerySafePassword
|
||||||
|
ttls_phase_2: mschapv2
|
||||||
- ssid: EAP-TLS_EnterpriseNetwork
|
- ssid: EAP-TLS_EnterpriseNetwork
|
||||||
eap:
|
eap:
|
||||||
identity: bob
|
identity: bob
|
||||||
@ -273,6 +274,8 @@ Configuration variables:
|
|||||||
- **certificate** (*Optional*, string): Path to a PEM encoded certificate to use for EAP-TLS authentication.
|
- **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.
|
- **key** (*Optional*, string): Path to a PEM encoded private key matching ``certificate`` for EAP-TLS authentication.
|
||||||
Optionally encrypted with ``password``.
|
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:
|
.. _wifi-on_connect_disconnect:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user