Categories: Python | S60 | Code Examples | How To
This page was last modified 05:03, 13 April 2008.
How to scan for Wlan
From Forum Nokia Wiki
This code snippet is useful for Wlan scanning on a device using Python.
Here the Wlan scanning module is wlantools by Berger.
#Import the module import wlantools #Scan for Wlan/Wifi wlantools.scan() # To ignore Information Elements present in beacon frame use: wlantools.scan(False)
See Also : How to connect a device to Wifi
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| WLANInfoApi async use | omarfr | Symbian Networking & Messaging | 8 | 2008-05-22 21:45 |
| some problems about debug the music player in the emulator | team-vx | Porting Symbian C++ to S60 | 4 | 2007-08-24 02:02 |
| Knowing the name of the WLAN | Shaikuny | Mobile Java General | 1 | 2006-11-11 00:22 |
| Device discovery for connected device | ilotsala | Bluetooth Technology | 3 | 2004-07-21 08:03 |
| Is there Any API to Get iapname,iapid,bearertype and ssid(if wlan) | sriramadasu | General Symbian C++ | 1 | 2007-09-17 14:59 |
