Advertisement

900 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%!

 

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 42
 
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...
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...
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 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...
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...
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...
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 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 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, 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...
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...
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...
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...
Hello, I'm using the following function call and it is returning error #5: Access Denied. m_hFileHandle = CreateFile(NDISUIO_DEVICE_NAME,                                        GENERIC...
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 all. Im trying to do a wireless connection from an iPAQ h4350 to a Cisco Acces Point through WIFI. Programmatically I can Turn on the radio using the iPaqUtil.dll or using the NDIS_802_1...
The DVR has a built in webserver which allows me to view it on the web. Browsing to it on the phone it loads Active-X to view.  When I go to it's website the login screen comes up but then sto...
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 ...
I am trying to access the 802.11 driver to find the signal strengths of all access points in range. JWRAPI and WRAPI are the options I have to implement this. While I could not obtain the bina...
I got RSSI follow code           pQueryOid = (PNDISUIO_QUERY_OID) &QueryBuffer[0];           pQueryOid->Oid = OID_802_11_BSSID_LIST;           pQueryOid->ptcDeviceName = L"TIACXWLN1";           if (DeviceIoControl(...
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...
Hello,     I am writing a program to determine the wireless signal strength on a Dell Axim X5 running PocketPC 3.0 (I think that's 2000 or 2002, I'm not sure which).  It has a Dell TrueMobile...