Does anyone have specifications/explanation what type of power save is implemented by "wiced_wifi_enable_powersave_with_throughput"

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Félix_T
Level 5
Level 5
10 sign-ins First comment on blog 50 replies posted

We are using "wiced_wifi_enable_powersave_with_throughput" which works great.  But our deployment engineers would like to know what kind of power save that is.  We know that "wiced_wifi_enable_powersave" triggers legacy 802.11 PS-Poll, but we don't know what the other power save method used.  Is it an implementation that uses DTIMs? Or something else?

0 Likes
1 Solution
GregG_16
Employee
Employee
50 sign-ins 25 sign-ins 25 comments on KBA

We can basically have a window which waits a set time before going to sleep.

So, when traffic is going, we can hold off on going to sleep and achieve the high throughput. Once iperf starts for example, we won't go to sleep, but when iperf stops, we will sleep as expected.

Is this what you are asking? Let us know if you need more details.

View solution in original post

0 Likes
2 Replies
GregG_16
Employee
Employee
50 sign-ins 25 sign-ins 25 comments on KBA

We can basically have a window which waits a set time before going to sleep.

So, when traffic is going, we can hold off on going to sleep and achieve the high throughput. Once iperf starts for example, we won't go to sleep, but when iperf stops, we will sleep as expected.

Is this what you are asking? Let us know if you need more details.

0 Likes

What you say makes sense.  I think it's fair to assume then that this powersave mode does not explicitly care about the DTIM period of the network.

Thanks.

0 Likes