Networking Forums

Networking Forums > Wireless Networking > Wireless Networks > Wireless Provisioning Service

Reply
Thread Tools Display Modes

Wireless Provisioning Service

 
 
deheinz1
Guest
Posts: n/a

 
      03-02-2005, 08:11 PM
I used the WPS authoring tool to create xml pages to populate the wireless
zero configuration. Can someone tell me what API I can use to read the xml
files into the wireless zero service. Or if not an API what application.

Thanks in Advance,

Dave
 
Reply With Quote
 
 
 
 
Oliver Saal [MS]
Guest
Posts: n/a

 
      03-15-2005, 11:55 PM
David,

I might be wrong but the WPS authoring tool you mention creates XML files
for use within WPS or Microsoft's "hotspot" technology. It's not exactly the
tool you'll need if you want to just create your own wireless profiles. See
the following CableGuy article for more information on WPS.
http://www.microsoft.com/technet/com...uy/cg1203.mspx

If I'm following from your previous posts which Chris Gual attempted to
answer you would like to populate the preferred network list with your
preconfigured wireless profiles. If this is the case, then you will find it
easier to use the IProvisioningProfileWireless::CreateProfile interface
(http://msdn.microsoft.com/library/de...dc5163.xml.asp)
i.e.

HRESULT
CreateProfile(
BSTR bstrXMLWirelessConfigProfile,
BSTR bstrXMLConnectionConfigProfile,
GUID *pAdapterInstanceGuid,
ULONG *pulStatus
);

Using this function, you can specify wireless profile through XML (see the
sample below ) and populate them into the preferred list which can be used
by the WZCSVC (ZeroConfig) service to connect. Here is an example of the
wireless profile XML data
(http://msdn.microsoft.com/library/de...dcac.xml.asp):

<?xml version="1.0" ?>
<WirelessProfile
http:"//www.microsoft.com/provisioning/WirelessProfile">
<version>1</version>
<ssid>SampleWISPNet</ssid>
<connectionType>ESS</connectionType>
<authentication>WPAPSK</authentication>
<encryption>TKIP</encryption>
<networkKey>WirelessKey!0</networkKey>
<keyProvidedAutomatically>FALSE</keyProvidedAutomatically >
<IEEE802.1XEnabled>FALSE</IEEE802.1XEnabled>
</WirelessProfile>

--
Oliver
This posting is provided "AS IS", with NO warranties and confers NO rights


"deheinz1" <(E-Mail Removed)> wrote in message
news1866552-F799-4A2C-8C8C-(E-Mail Removed)...
>I used the WPS authoring tool to create xml pages to populate the wireless
> zero configuration. Can someone tell me what API I can use to read the
> xml
> files into the wireless zero service. Or if not an API what application.
>
> Thanks in Advance,
>
> Dave



 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows XP SP3 and Wireless Provisioning Services (WPS) Thomas Creutz Wireless Networks 7 04-03-2008 03:46 PM
Wireless Provisioning Services Eric Sanders Wireless Networks 0 12-06-2005 04:40 PM
Wireless Provisioning Services and IAS Authorization DLL Washington Moreira Wireless Networks 2 12-06-2005 07:29 AM
Wireless Provisioning Services Sergey Wireless Networks 1 11-23-2005 08:35 PM
Wireless Provisioning Services (WPS) documentation now available Bryan S. Burgin [MSFT] Wireless Networks 0 08-19-2004 03:31 AM



1 2 3 4 5 6 7 8 9 10 11