Windows API
- From: Damon Tajeddini <dta heise de>
- To: networkmanager-list gnome org
- Subject: Windows API
- Date: Tue, 24 Mar 2009 16:06:35 +0100
Hi all,
is there something to use the data of the Windows WLAN-API?
I have an XML file including the Windows wlan settings and want to
import this data into the network-manager:
<?xml version="1.0"?>
<WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1">
<name>cttest-dta</name>
<SSIDConfig>
<SSID>
<hex>6374746573742D647461</hex>
<name>cttest-dta</name>
</SSID>
</SSIDConfig>
<connectionType>ESS</connectionType>
<MSM>
<security>
<authEncryption>
<authentication>WPA2PSK</authentication>
<encryption>AES</encryption>
<useOneX>false</useOneX>
</authEncryption>
<sharedKey>
<keyType>networkKey</keyType>
<protected>false</protected>
<keyMaterial>F17A3021471BB0204AD37B1412F7B5314115BDCDC7658B975CF473C353A90137</keyMaterial>
</sharedKey>
</security>
</MSM>
</WLANProfile>
Regards,
Damon
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]