Thread: WLAN scanning
View Single Post
Framstag's Avatar
Posts: 72 | Thanked: 51 times | Joined on Jul 2008 @ Germany
#3
Originally Posted by hopbeat View Post
Hello,

I would like to include scanning for WLAN access points in my application (native c++). Could someone point me to the right API description as I haven't really found anything about this (or an example/snippet would be really great)?
At leats ont he N770, N800, N810 (and I assume on the N900) direct scanning for WLAN AP trhough kernel interfaces was not possible, because the driver could not handle multiple scans. You have to call the (undocumented) dbus interface of the daemon responsible for handling WLAN connections to get a list of APs togetehr with some information.

Take a look at the sources of WifiInfo for an example how to do this.

http://illumination.svn.sourceforge....runk/WifiInfo/

Especially

http://illumination.svn.sourceforge....77&view=markup

Contact me, if you need further information.

Gruß...Tim
 

The Following User Says Thank You to Framstag For This Useful Post: