Hello,
I am a little problem with MLwifi library
https://www.b4x.com/android/forum/threads/simple-wifi-library.38601/
Into a service module I need to test if the device is connect to a wifi and also get wifi name, but (some time) this code
tell me that:
SSID = MyNetworkName
isWifiConnected = False
..... why ???
if it tell me that the device is not connect to a wifi, how can it tell me the wifi name ??
is there a bug in the library ??
Sergio
I am a little problem with MLwifi library
https://www.b4x.com/android/forum/threads/simple-wifi-library.38601/
Into a service module I need to test if the device is connect to a wifi and also get wifi name, but (some time) this code
B4X:
Dim ml As MLwifi
Log("SSID = " & ml.SSID)
Log("isWifiConnected = " & ml.isWifiConnected)
tell me that:
SSID = MyNetworkName
isWifiConnected = False
..... why ???
if it tell me that the device is not connect to a wifi, how can it tell me the wifi name ??
is there a bug in the library ??
Sergio