Si91x specific Wireless information.

Public Attributes#

uint16_t

WLAN state: connected or disconnected in station mode; number of stations connected in AP mode.

uint16_t

Channel number of connected AP.

uint8_t

SSID of connected access point.

uint8_t

MAC address.

uint8_t

Security type.

uint8_t

PSK for AP mode, PMK for Client mode.

uint8_t

Module IP Address.

uint8_t

Module IPv6 Address.

uint8_t

Reserved1.

uint8_t

Reserved2.

Public Attribute Documentation#

wlan_state#

uint16_t sl_si91x_rsp_wireless_info_t::wlan_state

WLAN state: connected or disconnected in station mode; number of stations connected in AP mode.


channel_number#

uint16_t sl_si91x_rsp_wireless_info_t::channel_number

Channel number of connected AP.


ssid#

uint8_t sl_si91x_rsp_wireless_info_t::ssid[RSI_SSID_LEN]

SSID of connected access point.


mac_address#

uint8_t sl_si91x_rsp_wireless_info_t::mac_address[6]

MAC address.


sec_type#

uint8_t sl_si91x_rsp_wireless_info_t::sec_type

Security type.


psk_pmk#

uint8_t sl_si91x_rsp_wireless_info_t::psk_pmk[64]

PSK for AP mode, PMK for Client mode.


ipv4_address#

uint8_t sl_si91x_rsp_wireless_info_t::ipv4_address[4]

Module IP Address.


ipv6_address#

uint8_t sl_si91x_rsp_wireless_info_t::ipv6_address[16]

Module IPv6 Address.


reserved1#

uint8_t sl_si91x_rsp_wireless_info_t::reserved1[2]

Reserved1.


reserved2#

uint8_t sl_si91x_rsp_wireless_info_t::reserved2[2]

Reserved2.