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
Post a Comment