SLWifiEntry

data class SLWifiEntry(val bssid: String, val level: Int, val timestamp: Long, val ssid: String, val frequency: Int, val rttSupported: Boolean)

Entry for one access point found in scan.

Parameters

bssid

access point hardware/mac address

level

signal strength

ssid

access point ssid

frequency

access point frequency band.

Constructors

Link copied to clipboard
constructor(bssid: String, level: Int, timestamp: Long, ssid: String, frequency: Int, rttSupported: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val level: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard