From ecf3048b78af7fff1f81be73806e59cdf96fbca1 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 30 Jun 2020 09:30:56 +0200 Subject: [PATCH] Update external URL Fixes: #2 Reported by: Peder B. Sundt Signed-off-by: Simon Rozman --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa6ea85..a4cc2fd 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ WLANSetEAPUserData [/i] | --------------- | ----------- | | `profile` | The name of the network profile (typically same as SSID) | | `flags` | Flags to pass to `WlanSetProfileEapXmlUserData()` function call (decimal number: 0=Current User, 1=All Users) | -| `user data URI` | User data XML URI. Can be a path to an XML file, web URL where user data XML can be loaded from, etc. The XML schema varies according to the configured EAP method provider used by `profile`. For example: Microsoft's EAP-TLS requires the schema described in [EAP-TLS User Properties](https://msdn.microsoft.com/en-us/library/windows/desktop/bb204662.aspx). | +| `user data URI` | User data XML URI. Can be a path to an XML file, web URL where user data XML can be loaded from, etc. The XML schema varies according to the configured EAP method provider used by `profile`. For example: Microsoft's EAP-TLS requires the schema described in [EAP-TLS User Properties](https://docs.microsoft.com/en-us/windows/win32/eaphost/eap-tls-user-properties). | | /i | Interactive: Pop-up a message dialog in case of error |