Development environment:
- Device: Blackberry Storm2
- IDE: Eclipse Galileo, BB Plugin
- Reference API: 6.0
I am trying to scan all possible WiFi Access Points on a 1 minute period directly from my App but I do not want to -connect, authenticate, or add - any of those Access Point to any instance of my application or the device itself. I only want to read some sort of "Vector" with the information (BSID, etc) of the Access Points founded.
I have read for specific issue and there are a couple of posts that haven't been of any help: - Scan for available Wi-Fi networks on BlackBerry - List WiFi access points
I would really appreciate any help on this issue, I have tried to use: - HotspotClient Class
But I have not succeed because I am not quite sure how to work with that class (knowing that its an abstract class)
The last I found is the
WLANInfo.WLANAPInfo
Class and I think it may be useful for my purpose... Any suggestion on this?
Thanks