WifiDeviceConfig

Overview

Related Modules:

Wifiservice

Description:

Represents the Wi-Fi station configuration used to connect to a specified Wi-Fi device.

Since:

1.0

Version:

1.0

Summary

Data Fields

Variable Name

Description

ssid [WIFI_MAX_SSID_LEN]

char 

bssid [WIFI_MAC_LEN]

unsigned char 

preSharedKey [WIFI_MAX_KEY_LEN]

char 

securityType

int 

netId

int 

freq

unsigned int 

wapiPskType

int 

Details

Field Documentation

bssid

  1. unsigned char WifiDeviceConfig::bssid[[WIFI_MAC_LEN]($api-api-LinkIoT-Wifiservice.md#gabc871a0934ad71ec71b29de3f9bc4815)]

Description:

Basic service set ID (BSSID). For its length, see WIFI_MAC_LEN.

freq

  1. unsigned int WifiDeviceConfig::freq

Description:

Frequency

netId

  1. int WifiDeviceConfig::netId

Description:

Allocated networkId

preSharedKey

  1. char WifiDeviceConfig::preSharedKey[[WIFI_MAX_KEY_LEN]($api-api-LinkIoT-Wifiservice.md#ga6017e2d011b6cffcd3663db81a2b52d8)]

Description:

Key. For its length, see WIFI_MAX_KEY_LEN.

securityType

  1. int WifiDeviceConfig::securityType

Description:

Security type. It is defined in WifiSecurityType.

ssid

  1. char WifiDeviceConfig::ssid[[WIFI_MAX_SSID_LEN]($api-api-LinkIoT-Wifiservice.md#ga7e01d8c5079081de486637b4482c937a)]

Description:

Service set ID (SSID). For its length, see WIFI_MAX_SSID_LEN.

wapiPskType

  1. int WifiDeviceConfig::wapiPskType

Description:

PSK type, see WifiPskType.