On Tue, 2009-03-24 at 16:06 +0100, Damon Tajeddini wrote: > 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:
Import as a system connection, a GConf (gnome) user connection, or a KDE user connection? I'd imagine there are various XSLT transforms that could be done to easily insert the Windows config into GConf. Converting to a 'keyfile' system settings plugin format would be a bit harder, since those are .ini-style, but not impossible. In short, there's nothing to do this yet, but it looks pretty easy. Dan > <?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 > _______________________________________________ > NetworkManager-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/networkmanager-list _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
