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
Idle 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[2]
Idle beacon information.
busy_beacon_info#
uint8_t sl_wifi_operational_statistics_t::busy_beacon_info[2]
Busy beacon information.
beacon_interval#
uint8_t sl_wifi_operational_statistics_t::beacon_interval[2]
Beacon Interval. Indicates the time interval between successive beacons, in Time Units (TUs).