Tagged Questions
The bssid tag has no wiki summary.
2
votes
0answers
122 views
Can I connect to an AP with given BSSID in Lion?
Sometime the airport in Lion will pick an AP (access point) with lower signal to noise comparing to other APs with the same SSID. I am wondering if I can manually specify the BSSID of an AP of my ...
2
votes
1answer
95 views
Is there a unique identifier for a saved netword on an Android device?
If I have to do some specific actions while connected to a specific wifi network, what can I save inside my DataBase to be sure that I'm connected exactly to that network?
I saw that Android doesn't ...
2
votes
1answer
1k views
Most effective way to collect wifi bssid and rssi data across many windows platforms
I'm trying to collect wifi Bssid and Rssi information on Windows, and am looking for the most reliable way to do that across as many versions of Windows as possible. With Vista it's easy using Win32 ...
1
vote
1answer
48 views
How to get the BSSID of the WiFi networks configured in the supplicant - android?
When i use getConfiguredNetworks() to get the BSSID value, it doesnt give me anything. I get all other values except BSSID. Can anyone tell me why this is happening? And yes the networks which i ...
0
votes
2answers
132 views
BSSID of Nearby Networks w/ Titanium
How can I retrieve the BSSID / mac address and strength of nearby WiFi networks (not the local device) from an Android / iOS application? This application has been built using Titanium. ...
0
votes
0answers
42 views
How does one usually identify a concrete WLAN?
I am wondering, how one usually detects a concrete WLAN, therefore if a WLAN is normally identified using its BSSID or its name? How do Windows, Linux and especially Android handle that? I thought of ...
0
votes
1answer
203 views
Filter the scan of WifiManager possible?
I am trying to scan the stregth of several wireless signals. For that I use the WifiManager, in a loop I call startScan() and I have a broadcast receiver to get the results.
My question is:
How can ...
0
votes
1answer
2k views
How do I get the current access point's MAC address/BSSID?
My iPhone is connected to an access point through a WiFi connection. Does anybody now how I can retrieve this Access Point's MAC address with Objective-C?