Wi-Fi Operational Statistics structure.
Public Attributes#
uint8_t
Operating mode of the Wi-Fi interface.
uint8_t
DTIM (Delivery Traffic Indication Message) period. Indicates the number of beacon intervals between DTIM frames.
uint8_t
Ideal beacon information.
uint8_t
Busy beacon information.
uint8_t
Beacon interval. Indicates the time interval between successive beacons, in Time Units (TUs).
Public Attribute Documentation#
operating_mode#
uint8_t sl_wifi_operational_statistics_t::operating_mode
Operating mode of the Wi-Fi interface.
dtim_period#
uint8_t sl_wifi_operational_statistics_t::dtim_period
DTIM (Delivery Traffic Indication Message) period. Indicates the number of beacon intervals between DTIM frames.
ideal_beacon_info#
uint8_t sl_wifi_operational_statistics_t::ideal_beacon_info[SL_WIFI_OPERATIONAL_STATISTICS_FIELD_UINT16_OCTETS]
Ideal beacon information.
busy_beacon_info#
uint8_t sl_wifi_operational_statistics_t::busy_beacon_info[SL_WIFI_OPERATIONAL_STATISTICS_FIELD_UINT16_OCTETS]
Busy beacon information.
beacon_interval#
uint8_t sl_wifi_operational_statistics_t::beacon_interval[SL_WIFI_OPERATIONAL_STATISTICS_FIELD_UINT16_OCTETS]
Beacon interval. Indicates the time interval between successive beacons, in Time Units (TUs).