Add /i switch to display error messages

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2019-06-14 17:05:38 +02:00
parent e94fa3fa26
commit 60fe9f4d1a
3 changed files with 114 additions and 91 deletions

View File

@@ -8,7 +8,7 @@ Binary downloads and change-logs can be found on the [project's release page](ht
## Usage
```
WLANSetEAPUserData <profile> <flags> <user data URI>
WLANSetEAPUserData <profile> <flags> <user data URI> [/i]
```
| Parameter | Explanation |
@@ -16,6 +16,7 @@ WLANSetEAPUserData <profile> <flags> <user data URI>
| `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). |
| /i | Interactive: Pop-up a message dialog in case of error |
## Return codes