@Computersmith64
Hi,
I'm trying out the MLwifi V4.04 library and after a scan of the wifi ap's the ScanDone sub is run, the Results() shows a list of the ap's and the Count shows the correct number.
When I try to populate a list with the results I get an uninitialized list:
I also tried initializing the list but then I just get an empty list.
SDK 29 - if it makes a difference.
Hi,
I'm trying out the MLwifi V4.04 library and after a scan of the wifi ap's the ScanDone sub is run, the Results() shows a list of the ap's and the Count shows the correct number.
When I try to populate a list with the results I get an uninitialized list:
B4X:
Dim listofNetworks As List
listofNetworks = myMLScan.listSavedNetworks
I also tried initializing the list but then I just get an empty list.
SDK 29 - if it makes a difference.