Wi-Fi

Auto API
Level 13
Last Updated
Level 11
Added In
Level 6
Identifier
0x00 0x59

This page specifies the Auto API protocol for Vehicle Status. Head over to the REST API, iOS SDK, Android SDK or Node.js SDK code reference pages for platform specifics.

Network connected

id: 0x02
name: network_connected
name_cased: networkConnected
name_pretty: Network connected
type: types.connection_state

Example

data_component: "01"
value: connected
description: WiFi is connected

Network security

id: 0x04
name: network_security
name_cased: networkSecurity
name_pretty: Network security
type: types.network_security

Example

data_component: "03"
value: wpa2_personal
description: WiFi network uses the WPA2-Personal algorithm

Network SSID

id: 0x03
name: network_ssid
name_cased: networkSSID
name_pretty: Network SSID
type: string
description: The network SSID

Example

data_component: 484f4d45
value: HOME
description: WiFi network name is 'HOME'

Password

id: 0x05
name: password
name_cased: password
name_pretty: Password
type: string
description: The network password

Example

data_component: 67726561745f7365637265743132
value: great_secret12
description: WiFi network password is 'great_secret12'

Status

id: 0x01
name: status
name_cased: status
name_pretty: Status
type: types.enabled_state

Example

data_component: "01"
value: enabled
description: WiFi is enabled