Index: components/onc/docs/onc_spec.md |
diff --git a/components/onc/docs/onc_spec.md b/components/onc/docs/onc_spec.md |
index c42e357c90948403a51e07eae68fe8024a726af9..e327a0143231d912b982eeb9d64d335c727291df 100644 |
--- a/components/onc/docs/onc_spec.md |
+++ b/components/onc/docs/onc_spec.md |
@@ -1057,20 +1057,15 @@ type exists to configure the authentication. |
expansions. |
* **Inner** |
- * (optional if **Outer** is |
- *EAP-FAST*, *EAP-TTLS* |
- or *PEAP*, otherwise ignored, defaults to *Automatic*) - **string** |
- * `Allowed values are` *Automatic*, |
- *MD5*, *MSCHAPv2*, |
- *EAP-MSCHAPv2*, |
- *PAP*, and *GTC*. |
+ * (optional if **Outer** is *EAP-FAST*, *EAP-TTLS* or *PEAP*, otherwise |
+ ignored, defaults to *Automatic*) - **string** |
+ * `Allowed values are` *Automatic*, *MD5*, *MSCHAP*, *MSCHAPv2*, *PAP*, |
+ *CHAP* and *GTC*. |
* For tunneling outer protocols. |
* **Outer** |
* (required) - **string** |
- * `Allowed values are` *LEAP*, |
- *EAP-AKA*, *EAP-FAST*, |
- *EAP-TLS*, *EAP-TTLS*, |
+ * `Allowed values are` *LEAP*, *EAP-AKA*, *EAP-FAST*, *EAP-TLS*, *EAP-TTLS*, |
*EAP-SIM* and *PEAP*. |
* **Password** |
@@ -1110,6 +1105,11 @@ type exists to configure the authentication. |
A verification using the system's CA certificates may still apply. |
See **UseSystemCAs** for this. |
+* **SubjectMatch** |
+ * (optional) - **string** |
+ * WiFi only. A substring which a remote RADIUS service certificate subject |
+ name must contain in order to connect. |
+ |
* **UseSystemCAs** |
* (optional, defaults to *true*) - **boolean** |
* Required server certificate to be signed by "system default certificate |