<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Wi-Fi Power saving and Exit strategy</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122497/wi-fi-power-saving-and-exit-strategy</link><description>Hello!! 
 When I&amp;#39;m reading carefully about the nRF7002 Power save operations, It&amp;#39;s hard to understand about Power save Exit Strategy. 
 https://docs.nordicsemi.com/bundle/ncs-3.0.0/page/nrf/protocols/wifi/station_mode/powersave.html 
 In the SDK, The</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 25 Jun 2025 09:40:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122497/wi-fi-power-saving-and-exit-strategy" /><item><title>RE: Wi-Fi Power saving and Exit strategy</title><link>https://devzone.nordicsemi.com/thread/540440?ContentTypeID=1</link><pubDate>Wed, 25 Jun 2025 09:40:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a1ba1e50-831f-45df-a05c-ac4c54f4859d</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Woo-chan, I am not an expert in this but I have some interpretation of some standard power saving and exit modes described in the spec.&lt;/p&gt;
&lt;p&gt;Listen Interval is simply “how many beacons I’ll sleep through before I wake up and check for traffic.” If you set it to 1, the chip wakes on every beacon (about every 100 ms). If you set it to 5, it sleeps through four beacons and only wakes on the fifth.&lt;/p&gt;
&lt;p&gt;EVERY_TIM says “whenever I do wake up for a beacon, I’ll immediately send a single ‘I’m here , do you have data?’ frame and pull in everything the AP has buffered.”&lt;/p&gt;
&lt;p&gt;In WMM-PS mode that frame is a QoS Null.&lt;br /&gt;In Legacy PS mode it becomes a PS-Poll under the hood.&lt;/p&gt;
&lt;p&gt;“Listen Interval” controls when you wake.&lt;br /&gt;“EVERY_TIM” controls how you exit sleep on each wake and grab your data.&lt;/p&gt;
&lt;p&gt;The exit strategy you pick just chooses which frame style you use on every wake. EVERY_TIM - one QoS-Null (WMM) or PS-Poll (Legacy) per wake, then go back to sleep or stay up as needed. CUSTOM_ALGO - Nordic’s tuned mix of PS-Poll calls and QoS-Nulls, optimized to reduce overhead during heavy traffic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>