Structure for storing 802.11 powersave listen interval values
See whd_wifi_get_listen_interval for more information.
More...
#include <whd_types.h>
Data Fields | |
uint8_t | beacon |
Listen interval in beacon periods. More... | |
uint8_t | dtim |
Listen interval in DTIM periods. More... | |
uint16_t | assoc |
Listen interval as sent to APs. More... | |
Structure for storing 802.11 powersave listen interval values
See whd_wifi_get_listen_interval for more information.
Definition at line 766 of file whd_types.h.
uint16_t assoc |
Listen interval as sent to APs.
Definition at line 770 of file whd_types.h.
uint8_t beacon |
Listen interval in beacon periods.
Definition at line 768 of file whd_types.h.
uint8_t dtim |
Listen interval in DTIM periods.
Definition at line 769 of file whd_types.h.