si91x Specific Wireless information
Public Attributes#
WLAN state: 1 = connected, 0 = disconnected in station mode; number of stations connected in AP mode.
Channel number of connected AP in station mode; channel number of the module in AP mode.
SSID of connected AP in station mode; SSID of the module in AP mode.
MAC address of the module.
Security type of connected AP is supported in station mode, but not in AP mode.
PSK for AP mode, PMK for station mode.
Module IPv4 Address.
Module IPv6 Address.
BSSID address of connected AP in station mode; not supported in AP mode.
Wireless mode used in connected AP (6 - AX, 4 - N, 3 - G, 1 - B) in station mode, not supported in AP mode.
Public Attribute Documentation#
wlan_state#
uint16_t sl_si91x_rsp_wireless_info_t::wlan_state
WLAN state: 1 = connected, 0 = 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 in station mode; channel number of the module in AP mode.
Wi-Fi Channel Number Range (1–14):
Channels 1–11: Commonly used in most countries, including the United States (default range).
Channels 12–13: Permitted in Europe and several other regions.
Channel 14: Exclusively allowed in Japan and rarely used elsewhere.
ssid#
uint8_t sl_si91x_rsp_wireless_info_t::ssid[SL_WIFI_SSID_LEN]
SSID of connected AP in station mode; SSID of the module in AP mode.
sec_type#
uint8_t sl_si91x_rsp_wireless_info_t::sec_type
Security type of connected AP is supported in station mode, but not in AP mode.
Refer sl_wifi_security_t for possible values of Security type
bssid#
uint8_t sl_si91x_rsp_wireless_info_t::bssid[6]
BSSID address of connected AP in station mode; not supported in AP mode.
wireless_mode#
uint8_t sl_si91x_rsp_wireless_info_t::wireless_mode
Wireless mode used in connected AP (6 - AX, 4 - N, 3 - G, 1 - B) in station mode, not supported in AP mode.