R
Raymond Rogers
I'm trying to use the native WiFi API on a Windows XP embedded system
and I'm not having a lot of luck. I have a test application that works
on my desktop/development system. The same application fails when I
call the WlanSetProfile() function with a return code of 3, and the
reason code is 0. The WlanEnumInterfaces() and
WlanGetAvailableNetworkList() functions work on both platforms. I don't
know if the WlanGetProfileList() or WlanGetProfile() functions work on
XPe because I can't set a profile. I'm assuming that I'm missing some
component from my XPe image, but I have no clue what. I have not been
able to find anything that tells me what this API depends on.
I have also tried the WPS API and it does not work either.
I know that the network interface is installed and working (at least a
little) because it will automatically connect to an open AP.
and I'm not having a lot of luck. I have a test application that works
on my desktop/development system. The same application fails when I
call the WlanSetProfile() function with a return code of 3, and the
reason code is 0. The WlanEnumInterfaces() and
WlanGetAvailableNetworkList() functions work on both platforms. I don't
know if the WlanGetProfileList() or WlanGetProfile() functions work on
XPe because I can't set a profile. I'm assuming that I'm missing some
component from my XPe image, but I have no clue what. I have not been
able to find anything that tells me what this API depends on.
I have also tried the WPS API and it does not work either.
I know that the network interface is installed and working (at least a
little) because it will automatically connect to an open AP.