Android Question Can App. check for presence of certain Wifi ?

Adamdam

Active Member
Licensed User
Longtime User
Dear sir,

Greetings,
There is way to make B4A check if certain Wifi is found?
It's not important if connect to this network, just check if found or not.

By the way I still need to find way to make attendance for students in the class, (I''ll add GPS constrain + presence of certain access point (my mobile' hot spot))
Thanks on advance for any help

Best regards
 

drgottjr

Expert
Licensed User
Longtime User
if the access point broadcasts its ssid, sure. if it's a hidden network, it will not appear in a scan. you actually have to connect to it (obviously by hidden name. involves a flag and the wifinetworkspecifer class).
 
Upvote 0
Top