Enum WiFiAuthenticationType
Definition
- Assembly:
- Tizen.Network.WiFi.dll
Enumeration for the Wi-Fi authentication types.
public enum WiFiAuthenticationType
Fields
| Name | Description |
|---|---|
| Gtc | EAP phase 2 authentication GTC. |
| Md5 | EAP phase 2 authentication MD5. |
| Mschap | EAP phase 2 authentication MSCHAP. |
| Mschapv2 | EAP phase 2 authentication MSCHAPv2. |
| None | EAP phase 2 authentication none. |
| Pap | EAP phase 2 authentication PAP. |