Wi-Fi Listen interval structure.

Specifies the Wi-Fi Listen interval in milliseconds and listen interval multiplier. The listen interval is the time interval between two consecutive Target Beacon Transmission (TBTT) events. The listen interval is multiplied with listen interval multiplier and advertised in the assoc request.

Public Attributes#

uint32_t

Wi-Fi Listen interval in millisecs.

uint32_t

Multiplier for the listen interval, sent by the device in the association request to the AP. Default: 1. Max recommended: 10. Higher values may lead to interoperability issues.

Public Attribute Documentation#

listen_interval#

uint32_t sl_wifi_listen_interval_v2_t::listen_interval

Wi-Fi Listen interval in millisecs.


listen_interval_multiplier#

uint32_t sl_wifi_listen_interval_v2_t::listen_interval_multiplier

Multiplier for the listen interval, sent by the device in the association request to the AP. Default: 1. Max recommended: 10. Higher values may lead to interoperability issues.