wlan

measuring WLAN using python for S60

Hi, I'm using python for S60. is there a module that enable you to measure WLAN intensity in your area? In the end I want to get a list with all the networks available in the point and their intensity. thanks ...

Windows Mobile to Zebra Printer over WLAN (ad hoc)

I have an Intermec (CN3) Windows Mobile 5.0 device and a Zebra P4T printer. The printer does not have blue tooth. But the printer does have wireless capabilities that can be configured from a PC. http://j.imagehost.org/0665/printer_network_config.png The working environment does not have a wireless network that we can take advantage ...

How can I get the name of the current (WLAN) network in C#?

Hello, could someone help me by getting the name of the current connected (WLAN) network in C#? Or, in addition how can I see if this network changed? Thank you! ...

Wlan information in mono on linux

Hello Experts I am working on a project that will run on a small linux platform. All applications on the system must be written in c# that will be executed via mono. But that is causing me some problems with the network information port. All the examples I have been able to find on the topic on the internet is for .net, and it seems tha...

Power off WiFi on Windows 7 for battery saving

I need a way to "cut the power" of my WLan device. Currently I use a PowerShell script to disable the network interface, but I'm not sure if this also really stops the device from scanning and so on. If its possible I'd like to implement this with C++ or C# via WinAPI/WMI. Current PowerShell Script: $WLanDeviceID = 11 $WLanAdapter = g...