[help] WiFi : how to?

S

sXo

Hi,

can someone help me to configure or build a driver for a WiFi card on XPE?

Where I can get a step-to-step guide to install the driver and configure the
I.P.?

Thanks,
 
K

KM

sXo,

You will need to start with making a component out of the driver:
http://msdn.microsoft.com/library/en-us/xpehelp/html/xehowhowtocomponentizedevicedriver.asp
http://msdn.microsoft.com/embedded/community/community/tips/xp/thrdprty/default.aspx

Wireless configuration: (make sure to add "Wireless Zero Configuration",
"Primitive: Wzcsvc", and "Network Provisioning Service" components)
http://msdn.microsoft.com/library/en-us/xpehelp/html/xeoriWireless.asp

To automatically setup wireless configuration you can create a profile with
new SP2 WPS API:
http://msdn.microsoft.com/library/en-us/xpehelp/html/xeconWirelessProvisioningServiceAPI.asp

Some general network setup on XPe (including static IP and etc):
http://msdn.microsoft.com/library/en-us/xpehelp/html/xehowNetworking.asp

And don't forget about configuring firewall on SP2:
http://msdn.microsoft.com/embedded/community/community/tips/xp/firewall/default.aspx

Hope this helps,
KM
 
S

sXo

You will need to start with making a component out of the driver:
http://msdn.microsoft.com/library/en-us/xpehelp/html/xehowhowtocomponentizedevicedriver.asp
http://msdn.microsoft.com/embedded/community/community/tips/xp/thrdprty/default.aspx

Wireless configuration: (make sure to add "Wireless Zero Configuration",
"Primitive: Wzcsvc", and "Network Provisioning Service" components)
http://msdn.microsoft.com/library/en-us/xpehelp/html/xeoriWireless.asp

To automatically setup wireless configuration you can create a profile
with new SP2 WPS API:
http://msdn.microsoft.com/library/en-us/xpehelp/html/xeconWirelessProvisioningServiceAPI.asp

Some general network setup on XPe (including static IP and etc):
http://msdn.microsoft.com/library/en-us/xpehelp/html/xehowNetworking.asp

And don't forget about configuring firewall on SP2:
http://msdn.microsoft.com/embedded/community/community/tips/xp/firewall/default.aspx

Hope this helps,
KM

Thank you KM! :) I will let you know! ;)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top