Archived from groups: microsoft.public.windows.networking.wireless (More info?)
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.
Archived from groups: microsoft.public.windows.networking.wireless (More info?)
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/c [...] g1203.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/default.asp?url=/library/en-us/network/hh/network/wps_2dd6673a-95cf-4c91-a8b2-57c76adc5163.xml.asp)
i.e.
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/default.asp?url=/library/en-us/network/hh/network/wps_3d88ef77-a32e-4a15-9601-f1bf1e72dcac.xml.asp):
--
Oliver
This posting is provided "AS IS", with NO warranties and confers NO rights
"deheinz1" <deheinz1@discussions.microsoft.com> wrote in message
news1866552-F799-4A2C-8C8C-35412DA4948D@microsoft.com...
>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
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.