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.


Definition at line 524 of file components/protocol/wifi/inc/sl_wifi_types.h

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.


Definition at line 526 of file components/protocol/wifi/inc/sl_wifi_types.h

ideal_beacon_info#

uint8_t sl_wifi_operational_statistics_t::ideal_beacon_info[2]

Idle beacon information.


Definition at line 527 of file components/protocol/wifi/inc/sl_wifi_types.h

busy_beacon_info#

uint8_t sl_wifi_operational_statistics_t::busy_beacon_info[2]

Busy beacon information.


Definition at line 528 of file components/protocol/wifi/inc/sl_wifi_types.h

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).


Definition at line 529 of file components/protocol/wifi/inc/sl_wifi_types.h