Recent update: 2008-3-21
665 byte By
poca at 2008-3-7
Hello! All: My project need to use this function to set wireless NIC config in XP sp2 and Vista. It works in Vista, however, there is an error when I perform the function directly in XP SP2. But it works fine if I use trace method (VC2005) in XP SP2. Could someone tell me why the behavior is ...
163 byte By
Hungr at 2008-3-6
Hi, I would like to ask: Is the Native Wifi API free for download ? if yes, where can i download them? Thanks and reagrds.
<font face=Arial size=2>How to get the information of wireless LAN Adapter using C/C++ with Windows XP or mobile?</font> I want to get thei ndensity of the wireless APs.
Hi,we have a product here using the Native Wifi-API for XP and some problems.1. Calling WlanConnect() results in multiple "wlan_notification_acm_connection_complete" notifications. At my machine this occurs three times before the wlan is complete connected (with dhcp-address). Because ...
<font face=Arial size=2>How to get the information of wireless LAN Adapter using C/C++ with Windows XP or mobile?</font> I want to get thei ndensity of the wireless APs.
163 byte By
Hungr at 2008-2-28
Hi, I would like to ask: Is the Native Wifi API free for download ? if yes, where can i download them? Thanks and reagrds.
665 byte By
poca at 2008-2-27
Hello! All: My project need to use this function to set wireless NIC config in XP sp2 and Vista. It works in Vista, however, there is an error when I perform the function directly in XP SP2. But it works fine if I use trace method (VC2005) in XP SP2. Could someone tell me why the behavior is ...
Hi, I'm here stuck in a problem regarding WlanFreeMemory. I'm trying to refresh Available network infromation every 100 millisecond. For this I'm calling WlanGetAvailableNetworkList every 100 millisecond, and then freeing up the pointer using WlanFreeMemory as follows: Code Snippet ...
Hi, I'm here stuck in a problem regarding WlanFreeMemory. I'm trying to refresh Available network infromation every 100 millisecond. For this I'm calling WlanGetAvailableNetworkList every 100 millisecond, and then freeing up the pointer using WlanFreeMemory as follows: Code Snippet ...
How to judge one network adapter is wire or wireless? Urgently, Please help me!
<font face="Times New Roman" size=2>In my project, I can find some NICs with ICS API, but how can I determin the NIC is wrie or wireless? please help me, thanks a lot.</font>
i'm using WlanConnect, but there's some question. could you plz help, thx a lot. [DllImport("Wlanapi.dll", CharSet = CharSet.Unicode)] public static extern int WlanConnect( [In] IntPtr hClientHandle, [In] ref Guid pInterfaceGuid, [In] IntPtr pConnectionParameters, out IntPtr ...
i'm using WlanConnect, but there's some question. could you plz help, thx a lot. [DllImport("Wlanapi.dll", CharSet = CharSet.Unicode)] public static extern int WlanConnect( [In] IntPtr hClientHandle, [In] ref Guid pInterfaceGuid, [In] IntPtr pConnectionParameters, out IntPtr ...
491 byte By
Anna85 at 2008-2-21
Ok, so all these support websites say it's so easy to protect a wireless network. they would be pretty much right except for one detail, they dont tell you how to protect a network, they tell you how to protect a profile. while setting up the profile, enable wep security, enter the password ...
Hi, I am a beginner in WiFi programming. Need to know the starting point if there is a tutorial available. MSDN library is very superficial and does not have any samples etc. I have installed VC++ 2005, http://support.microsoft.com/kb/918997 patch for XP. "I coud not locate the ...
Hi, I'm here stuck in a problem regarding WlanFreeMemory. I'm trying to refresh Available network infromation every 100 millisecond. For this I'm calling WlanGetAvailableNetworkList every 100 millisecond, and then freeing up the pointer using WlanFreeMemory as follows: Code Snippet ...
491 byte By
Anna85 at 2008-2-18
Ok, so all these support websites say it's so easy to protect a wireless network. they would be pretty much right except for one detail, they dont tell you how to protect a network, they tell you how to protect a profile. while setting up the profile, enable wep security, enter the password ...
307 byte By
a1by at 2008-2-17
Hi,i'm developing an application in c# and i want to know if Native Wifi API can set connection parameter like channel, pramble mode ad other low level parameter, or what class or library or other i have to use?Thanks,Alberto ...
Windows XP Wireless SDK forum is now live! You are welcome to post your questions and comments. We are very happy to help solve problems you are experiencing using the Windows XP Wireless APIs. Please refer it to your co-workers and friends as well. Windows Wireless Team ...
307 byte By
a1by at 2008-2-15
Hi,i'm developing an application in c# and i want to know if Native Wifi API can set connection parameter like channel, pramble mode ad other low level parameter, or what class or library or other i have to use?Thanks,Alberto ...
I can use wlanconnect function connect to a unsecure network, but can't connect to secure network, becauseI can't set the key(WEP/TKIP).The keyMaterial (sharedKey) element contains a network key or passphrase. This field is encrypted locally by the AutoConfig service.So i still can't set the ...
How to judge one network adapter is wire or wireless? Urgently, Please help me!
Hi, <div style="margin-left:40px">I am so interested on scanning available wireless network near my house,but i wish to write a program which is using C++. I had found that it must be developed by using wlanapi, so can someone here give me some guides to start my program? </div>