Hi All
Is it possible to obtain a list of all available WIFI networks in terms of the Frequency and Security type ?
We have IoT device , and would like this information for its pairing process.
Hi All
Is it possible to obtain a list of all available WIFI networks in terms of the Frequency and Security type ?
We have IoT device , and would like this information for its pairing process.
The closest thing I can think of is the @capacitor/network
plugin, which probably doesn’t have enough features for your use case.
You can always build a Capacitor Plugin and use it within your application though!