![]() |
WE310F5
39.00.000
|
power save policy. More...
#include <m2mb_wlan_driver.h>
Data Fields | |
UINT16 | idle_period_in_ms |
UINT16 | ps_poll_num |
M2MB_WLAN_DTIM_POLICY_E | dtim_policy |
UINT16 | num_tx_to_wakeup |
power save policy.
Data structure to configure WLAN power policy information.
Definition at line 707 of file m2mb_wlan_driver.h.
M2MB_WLAN_DTIM_POLICY_E dtim_policy |
DTIM policy to be used. The application can select one of the DTIM policies from M2MB_WLAN_DTIM_POLICY_E. The system default for this parameter is M2MB_WLAN_DTIM_NORMAL.
Definition at line 720 of file m2mb_wlan_driver.h.
UINT16 idle_period_in_ms |
Idle period during traffic after which WLAN can go to sleep. Default is 200ms
Definition at line 709 of file m2mb_wlan_driver.h.
UINT16 num_tx_to_wakeup |
Number of contiguous transmit packets after which the WLAN firmware is to exit Protocol Power Save mode.
Definition at line 726 of file m2mb_wlan_driver.h.
UINT16 ps_poll_num |
This parameter dictates the number of contiguous PS-Poll frames that the WLAN firmware is to send before sending an 802.11 NULL frame to indicate a power save exit to the access point. The system default for this parameter is 1.
Definition at line 713 of file m2mb_wlan_driver.h.