aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.WiFi/EapUserXML
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-08-15 11:57:12 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-08-15 11:57:12 +0300
commitbbbf57af4d61e1b6d61b67418415008f58dadb3c (patch)
treedf4bf18101bf5fcbda5140ea5f951a8c30d7b686 /Software/Visual_Studio/Tango.WiFi/EapUserXML
parentbd012a8edd576026f8277ab0b462197482df9285 (diff)
downloadTango-bbbf57af4d61e1b6d61b67418415008f58dadb3c.tar.gz
Tango-bbbf57af4d61e1b6d61b67418415008f58dadb3c.zip
Added Tango.WiFi
Diffstat (limited to 'Software/Visual_Studio/Tango.WiFi/EapUserXML')
-rw-r--r--Software/Visual_Studio/Tango.WiFi/EapUserXML/EAP-MS-CHAPv2.xml23
-rw-r--r--Software/Visual_Studio/Tango.WiFi/EapUserXML/EAP-TLS.xml22
-rw-r--r--Software/Visual_Studio/Tango.WiFi/EapUserXML/PEAP-MS-CHAPv2.xml30
-rw-r--r--Software/Visual_Studio/Tango.WiFi/EapUserXML/PEAP-TLS.xml29
-rw-r--r--Software/Visual_Studio/Tango.WiFi/EapUserXML/SDK.xml17
5 files changed, 121 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.WiFi/EapUserXML/EAP-MS-CHAPv2.xml b/Software/Visual_Studio/Tango.WiFi/EapUserXML/EAP-MS-CHAPv2.xml
new file mode 100644
index 000000000..66f962f04
--- /dev/null
+++ b/Software/Visual_Studio/Tango.WiFi/EapUserXML/EAP-MS-CHAPv2.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" ?>
+<EapHostUserCredentials xmlns="http://www.microsoft.com/provisioning/EapHostUserCredentials" xmlns:eapCommon="http://www.microsoft.com/provisioning/EapCommon" xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapMethodUserCredentials">
+ <EapMethod>
+ <eapCommon:Type>26</eapCommon:Type>
+ <eapCommon:AuthorId>0</eapCommon:AuthorId>
+ </EapMethod>
+ <Credentials xmlns:eapUser="http://www.microsoft.com/provisioning/EapUserPropertiesV1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapUserPropertiesV1" xmlns:MsPeap="http://www.microsoft.com/provisioning/MsPeapUserPropertiesV1" xmlns:MsChapV2="http://www.microsoft.com/provisioning/MsChapV2UserPropertiesV1">
+ <baseEap:Eap>
+ <baseEap:Type>26</baseEap:Type>
+ <MsChapV2:EapType>
+ <MsChapV2:Username>{0}</MsChapV2:Username>
+ <MsChapV2:Password>{1}</MsChapV2:Password>
+ <MsChapV2:LogonDomain>{2}</MsChapV2:LogonDomain>
+ </MsChapV2:EapType>
+ </baseEap:Eap>
+ </Credentials>
+</EapHostUserCredentials>
+
+<!--
+ 0 = Username
+ 1 = Password
+ 2 = Domain
+--> \ No newline at end of file
diff --git a/Software/Visual_Studio/Tango.WiFi/EapUserXML/EAP-TLS.xml b/Software/Visual_Studio/Tango.WiFi/EapUserXML/EAP-TLS.xml
new file mode 100644
index 000000000..fd37b6a12
--- /dev/null
+++ b/Software/Visual_Studio/Tango.WiFi/EapUserXML/EAP-TLS.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" ?>
+<EapHostUserCredentials xmlns="http://www.microsoft.com/provisioning/EapHostUserCredentials" xmlns:eapCommon="http://www.microsoft.com/provisioning/EapCommon" xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapMethodUserCredentials">
+ <EapMethod>
+ <eapCommon:Type>13</eapCommon:Type>
+ <eapCommon:AuthorId>0</eapCommon:AuthorId>
+ </EapMethod>
+ <Credentials xmlns:eapUser="http://www.microsoft.com/provisioning/EapUserPropertiesV1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapUserPropertiesV1" xmlns:eapTls="http://www.microsoft.com/provisioning/EapTlsUserPropertiesV1">
+ <baseEap:Eap>
+ <baseEap:Type>13</baseEap:Type>
+ <eapTls:EapType>
+ <eapTls:Username>{1}\{0}</eapTls:Username>
+ <eapTls:UserCert />
+ </eapTls:EapType>
+ </baseEap:Eap>
+ </Credentials>
+</EapHostUserCredentials>
+
+<!--
+ TODO: Not fully implemented
+ 0 = Username
+ 1 = Domain
+--> \ No newline at end of file
diff --git a/Software/Visual_Studio/Tango.WiFi/EapUserXML/PEAP-MS-CHAPv2.xml b/Software/Visual_Studio/Tango.WiFi/EapUserXML/PEAP-MS-CHAPv2.xml
new file mode 100644
index 000000000..7f11f59d7
--- /dev/null
+++ b/Software/Visual_Studio/Tango.WiFi/EapUserXML/PEAP-MS-CHAPv2.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" ?>
+<EapHostUserCredentials xmlns="http://www.microsoft.com/provisioning/EapHostUserCredentials" xmlns:eapCommon="http://www.microsoft.com/provisioning/EapCommon" xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapMethodUserCredentials">
+ <EapMethod>
+ <eapCommon:Type>25</eapCommon:Type>
+ <eapCommon:AuthorId>0</eapCommon:AuthorId>
+ </EapMethod>
+ <Credentials xmlns:eapUser="http://www.microsoft.com/provisioning/EapUserPropertiesV1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapUserPropertiesV1" xmlns:MsPeap="http://www.microsoft.com/provisioning/MsPeapUserPropertiesV1" xmlns:MsChapV2="http://www.microsoft.com/provisioning/MsChapV2UserPropertiesV1">
+ <baseEap:Eap>
+ <baseEap:Type>25</baseEap:Type>
+ <MsPeap:EapType>
+ <MsPeap:RoutingIdentity>{0}</MsPeap:RoutingIdentity> <!-- NOTE: Might be incorrect. -->
+ <baseEap:Eap>
+ <baseEap:Type>26</baseEap:Type>
+ <MsChapV2:EapType>
+ <MsChapV2:Username>{0}</MsChapV2:Username>
+ <MsChapV2:Password>{1}</MsChapV2:Password>
+ <MsChapV2:LogonDomain>{2}</MsChapV2:LogonDomain>
+ </MsChapV2:EapType>
+ </baseEap:Eap>
+ </MsPeap:EapType>
+ </baseEap:Eap>
+ </Credentials>
+</EapHostUserCredentials>
+
+
+<!--
+ 0 = Username
+ 1 = Password
+ 2 = Domain
+--> \ No newline at end of file
diff --git a/Software/Visual_Studio/Tango.WiFi/EapUserXML/PEAP-TLS.xml b/Software/Visual_Studio/Tango.WiFi/EapUserXML/PEAP-TLS.xml
new file mode 100644
index 000000000..39b179769
--- /dev/null
+++ b/Software/Visual_Studio/Tango.WiFi/EapUserXML/PEAP-TLS.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" ?>
+<EapHostUserCredentials xmlns="http://www.microsoft.com/provisioning/EapHostUserCredentials" xmlns:eapCommon="http://www.microsoft.com/provisioning/EapCommon" xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapMethodUserCredentials">
+ <EapMethod>
+ <eapCommon:Type>25</eapCommon:Type>
+ <eapCommon:AuthorId>0</eapCommon:AuthorId>
+ </EapMethod>
+ <Credentials xmlns:eapUser="http://www.microsoft.com/provisioning/EapUserPropertiesV1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapUserPropertiesV1" xmlns:MsPeap="http://www.microsoft.com/provisioning/MsPeapUserPropertiesV1" xmlns:eapTls="http://www.microsoft.com/provisioning/EapTlsUserPropertiesV1">
+ <baseEap:Eap>
+ <baseEap:Type>25</baseEap:Type>
+ <MsPeap:EapType>
+ <MsPeap:RoutingIdentity>{0}</MsPeap:RoutingIdentity> <!-- NOTE: Might be incorrect. -->
+ <baseEap:Eap>
+ <baseEap:Type>13</baseEap:Type>
+ <eapTls:EapType>
+ <eapTls:Username>{1}\{0}</eapTls:Username>
+ <eapTls:UserCert />
+ </eapTls:EapType>
+ </baseEap:Eap>
+ </MsPeap:EapType>
+ </baseEap:Eap>
+ </Credentials>
+</EapHostUserCredentials>
+
+
+<!--
+ TODO: Not fully implemented
+ 0 = Username
+ 1 = Domain
+--> \ No newline at end of file
diff --git a/Software/Visual_Studio/Tango.WiFi/EapUserXML/SDK.xml b/Software/Visual_Studio/Tango.WiFi/EapUserXML/SDK.xml
new file mode 100644
index 000000000..ca7bbeef7
--- /dev/null
+++ b/Software/Visual_Studio/Tango.WiFi/EapUserXML/SDK.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" ?>
+<EapHostUserCredentials xmlns="http://www.microsoft.com/provisioning/EapHostUserCredentials" xmlns:eapCommon="http://www.microsoft.com/provisioning/EapCommon" xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapMethodUserCredentials">
+ <EapMethod>
+ <eapCommon:Type>40</eapCommon:Type>
+ <eapCommon:AuthorId>100</eapCommon:AuthorId>
+ </EapMethod>
+ <Credentials>
+ <EapType>40</EapType>
+ <Identity>{0}</Identity>
+ <Password>{1}</Password>
+ </Credentials>
+</EapHostUserCredentials>
+
+<!--
+ 0 = Username
+ 1 = Password
+--> \ No newline at end of file