wifi - Blackberry API - WLANInfo.WLANAPInfo -


development environment:

- device: blackberry storm2 - ide: eclipse galileo, bb plugin - reference api: 6.0 

i trying scan possible wifi access points on 1 minute period directly app not want -connect, authenticate, or add - of access point instance of application or device itself. want read sort of "vector" information (bsid, etc) of access points founded.

i have read specific issue , there couple of posts haven't been of help: - scan available wi-fi networks on blackberry - list wifi access points

i appreciate on issue, have tried use: - hotspotclient class

but have not succeed because not quite sure how work class (knowing abstract class)

the last found

wlaninfo.wlanapinfo

class , think may useful purpose... suggestion on this?

thanks

i agree using hotspots clients not convenient, requiring user accept out of applicaiton. haven't found solution can build (poor) list of wi-fi's hooking wlanconnectionlistener:

wlaninfo.addlistener(somewlanconnectionlisterner);

then can use listener log ssid , other info of networks device connects to:

void networkconnected() { appmain.logevent("wlanlistener: network connected."); info = wlaninfo.getapinfo(); }

pretty lame, know. other ideas?


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -