[help] WiFi : how to?

  • Thread starter Thread starter sXo
  • Start date Start date
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,
 
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
 
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! ;)
 
Back
Top