Possible duplicate:android: determining the type of security of wireless networks in the range (without connecting to them)
Can someone help me see how to check an open network in the list of available networks.
I get a list of networks.
List<ScanResult> results = wifiDemo.wifi.getScanResults(); ScanResult bestSignal = null; for (ScanResult result : results) { if (bestSignal == null || WifiManager.compareSignalLevel(bestSignal.level, result.level) < 0) bestSignal = result; }
How to check open out?
Check out scanResult.capabilities .
scanResult.capabilities
Source: https://habr.com/ru/post/1393505/More articles:.net Ajax calendarExtender shortens Saturday in IE7 (works fine in firefox) - cssIs there a WebGL implementation in Opera 12.0? - operano manifest. unsigned jar. (signatures missing or not amenable to analysis) - androidstylesheet_link_tag does not reference / asset in the Rails pipeline - ruby-on-railsImport a DLL into a Java Eclipse project - javaDisadvantages of condensing .cpp files? - c ++Get contact information with contact id in Android - androidCollection-based multitasking - collectionsWhat is the advantage of using YAML? - ruby ββ| fooobar.comSave fade-in audio with setVolumeRampFromStartVolume not working on iOS - iosAll Articles