Skip to content
Alexander Sokol edited this page Nov 19, 2019 · 1 revision

core / at.specure.info.network / WifiNetworkInfo / ssid

ssid

val ssid: String

Returns the service set identifier (SSID) of the current 802.11 network. If the SSID can be decoded as UTF-8, it will be returned surrounded by double quotation marks. Otherwise, it is returned as a string of hex digits. The SSID may be <unknown ssid> if there is no network currently connected, or if the caller has insufficient permissions to access the SSID.

Clone this wiki locally