Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Moved to 802.11x Solutions: 1 - 25 of 30
 
Hi, I am trying to turn on/off the wireless LAN on a XDA IIs, through a Win32 application for Windows CE 4.20. I can discover the NDIS driver and scan the existing networks, but I cannot t...
I have been researching on this for the past few days, any pointers are welcome. How does one acquire a numeric value of WiFi signal strength using Windows Management Instrumentation, or an...
I am looking to write a c++ application in windows that will be able to determine if a wirelss signal exists and if so then the strength of the signal.  I have a prism2 chipset card. I have d...
Can someone point me in the right direction to find API for 802.11b. I want to create an application to talk to devices via 802.11b in Visual C++.NET. Is there an industry standard. Generic se...
Hi, I need to switch the WiFi radio off on WM50 device. I searched on this site for the solution and found how to query various OIDs and potentially turn off WiFI with OID_802_11_DISASSOCIA...
Hello, Is there a way to disable the Proset Utility on Centrino Laptops and Tablets?. I'm looking for a Registry setting that does this. I wrote a Wirless config utility using NDIS OIDs. It...
Hi, I would like to use Windows XP "Wireless Network Connection" to msure the distance to a WiFi antenna. My appliecation is writen in Visual Basic. Can someone post a sample code using A...
Hi, I am trying to write a user-mode WPA supplicant apps. The configuration for both STA and AP is WPA-PSK. Here is what I did for 4-way handshake: 1) Initiate 4-way handshake by sen...
Hello expert, I meet a tricky problem to get the multiple AP's information detected by local 802.11 NIC.  When I prase the data which is returned from kernel, only the information of first ...
Hello All, I'm trying to get the WRAPI code([url]http://ramp.ucsd.edu/pawn/wrapi/[/url]) to work on my IPAQ hx2215 running WinCE 4.21.  I'm trying to measure the wifi signal strength. I'm h...
Hello, Is there a way to disable Wireless Zero Config Programatically. I heard somewhere that there is a Registry setting that does this. I want to do this on Tablet PCs and on PPCs. -Kr...
Dear experts, I wanna to enable my application the cabability to record and monitor the status of 802.11 NIC real-time.  The DDK document of NdisMIndicateStatus() showes that 802.11 NIC pro...
I'm trying to establish a WPA-PSK TKIP connection to an AP and have seen the following bit of advice: "To start the authentication process, your wireless card (called the SUPPLICANT in the ...
Hello, I'm using the following function call and it is returning error #5: Access Denied. m_hFileHandle = CreateFile(NDISUIO_DEVICE_NAME,                                        GENERIC...
Hi experts :    I am a new learner on winCE platform and havn't  driver knowledgement.    I have an problem , I want to get link up/down signal and signal strength of mobile device from wire...
I'm trying to utilize WMI to get the WiFi adapter channel number and display the frequency in a text box.  I have attached my failing code below.  Have also attached working VBS that gets the ...
Hi. I'm testing the solution "Visual Basic, WMI and WiFi Signal Strength" asked by Jenn3 and solved by Mikal613. I have an Intel(R) Pro/Wireless LAN PC Card and Windows 2000. The card is w...
Does anyone have code that will "freshen" a wifi NIC adapter's driver?  either using low level OIDs or some high level code. In C++, thx! g
Hi, I am developing a small application using MS Visual Studio 6. to my Wireless USB NIC. (Dell TrueMobile 802.11g Wireless USB Client card) I have downloaded the source from the WRAPI ...
hi Expert: I want to detect the NIC media status when connection states change. So register the notification of NDISUIO_NOTIFICATION_MEDIA_CONNECT and NDISUIO_NOTIFICATION_MEDIA_DISCONN...
I am doing following but not able to set WEP key SetInfrastructureMode SetAuthenticationMode   mode = Ndis802_11WEPEnabled set OID_802_11_ADD_WEP with index = 1 keylength 5 key [] = a...
Hi expert, I meet a problem in experiencing the sample program of ndisuio in Win ddk xp 2600 in windows xp sp2 environment. When I run the test program, I only get an error message. ...
Hi,    I was writing a small app that uses the OID_802_11_BSSID query. I have implemented it as below. GetLastError() returns 0 however when I try to query the MAC addr or the Ssid it gives...
hi, i have problems with WRAPI.dll which i donwloaded from http://ramp.ucsd.edu/pawn/wrapi/download.html i'm using visual studio .NET and win xp when i try to compile the code i get these ...
I'm trying to understand the use of OID_802_11_ADD_KEY and configuring an adapter to use WPA-PSK. After spending some time using SoftICE and capturing calls to DeviceIoControl() when the OI...