WifiScan

@JsonClass(generateAdapter = true)
data class WifiScan(@Json(name = "accessPoints") val accessPoints: List<AccessPoint>)

Information about the access points found in a Wi-Fi scan done by the device.

Constructors

Link copied to clipboard
constructor(@Json(name = "accessPoints") accessPoints: List<AccessPoint>)

Properties

Link copied to clipboard

List of Wi-Fi access points found with the scan.