Tagged Questions
2
votes
1answer
96 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
51 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
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?