Hi All,
At the moment I'm writing a part of code which should connect android device with hidden network (disconnect existing connection and connect to that hidden one) but it doesn't do that and I don't know why.
So this command should add network to list (and it does) but for some reason doesn't want to connect to it.
At the moment I'm writing a part of code which should connect android device with hidden network (disconnect existing connection and connect to that hidden one) but it doesn't do that and I don't know why.
B4X:
Dim wifi1 As MLwifi
wifi1.saveWifiAP("MyHiddenWiFi",0,"",True)
So this command should add network to list (and it does) but for some reason doesn't want to connect to it.