<?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>NRF70 SoftAP Sample: Station Disconnects at Exactly 5 Minutes</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125019/nrf70-softap-sample-station-disconnects-at-exactly-5-minutes</link><description>When running the NRF Connect SDK SoftAP sample, connected stations disconnect at **exactly 5 minutes** (300 seconds) into the session, regardless of activity or configuration. A new station can immediately reconnect, indicating the AP itself is functional</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 24 Oct 2025 06:17:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125019/nrf70-softap-sample-station-disconnects-at-exactly-5-minutes" /><item><title>RE: NRF70 SoftAP Sample: Station Disconnects at Exactly 5 Minutes</title><link>https://devzone.nordicsemi.com/thread/552314?ContentTypeID=1</link><pubDate>Fri, 24 Oct 2025 06:17:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88eb5868-a1ee-4b69-89d1-fd9dd5ac3d7a</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Thank you for confirming. I have forwarded this issue to our developers now and they had a few more suggestions you can try while we&amp;#39;re looking into it.&lt;/p&gt;
&lt;p&gt;Can you try setting &lt;strong&gt;skip_inactivity_poll&lt;/strong&gt;=1 and &lt;strong&gt;ap_max_inactivity&lt;/strong&gt; to a much higher value. That one seems to be 300 seconds by default. The skip_inactivity_poll setting seems to have stopped any disconnects from happening at least on our end.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF70 SoftAP Sample: Station Disconnects at Exactly 5 Minutes</title><link>https://devzone.nordicsemi.com/thread/552251?ContentTypeID=1</link><pubDate>Thu, 23 Oct 2025 12:10:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a96c26a-7da2-4416-9f69-c93b29988d7c</guid><dc:creator>dev_nxp</dc:creator><description>&lt;p&gt;Hi Simonr,&lt;/p&gt;
&lt;p&gt;I forgot to mention in my previous message that I also tried setting &lt;code&gt;CONFIG_NRF_WIFI_LOW_POWER=n&lt;/code&gt;, but the same issue still occurs.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF70 SoftAP Sample: Station Disconnects at Exactly 5 Minutes</title><link>https://devzone.nordicsemi.com/thread/552247?ContentTypeID=1</link><pubDate>Thu, 23 Oct 2025 12:00:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e8fc21d8-e37b-45d4-bc6b-d2813376e16d</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Did you try&lt;span&gt;&amp;nbsp;setting&amp;nbsp;&lt;/span&gt;&lt;span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#CONFIG_NRF_WIFI_LOW_POWER"&gt;&lt;strong&gt;CONFIG_NRF_WIFI_LOW_POWER&lt;/strong&gt;&lt;/a&gt;=n in your prj.conf file for your project and confirm whether the timeout still occurs.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Simon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF70 SoftAP Sample: Station Disconnects at Exactly 5 Minutes</title><link>https://devzone.nordicsemi.com/thread/552199?ContentTypeID=1</link><pubDate>Thu, 23 Oct 2025 05:46:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:565a9ee1-598a-4977-9987-643753d86db7</guid><dc:creator>dev_nxp</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;Thanks, and sorry for the long wait.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m unable to set the AP configuration parameters via shell or through the following call:&lt;/p&gt;
&lt;pre&gt;&lt;code class="language-c"&gt;&lt;pre class="ui-code" data-mode="text"&gt;ret = net_mgmt(NET_REQUEST_WIFI_AP_CONFIG_PARAM, iface,
               &amp;amp;ap_config, sizeof(struct wifi_ap_config_params));&lt;/pre&gt;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Meanwhile, I tested the same behavior on the nRF7002DK &amp;mdash; it also disconnects after about 5 minutes. &lt;br /&gt;&lt;br /&gt;I&amp;rsquo;ve attached both sets of logs (from the shell and through &lt;code&gt;net_mgmt&lt;/code&gt;).&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;[00:00:00.004,000] &amp;lt;inf&amp;gt; wifi_nrf_bus: SPIM spi@40013000: freq = 8 MHz
[00:00:00.004,000] &amp;lt;inf&amp;gt; wifi_nrf_bus: SPIM spi@40013000: latency = 0
[00:00:00.306,000] &amp;lt;inf&amp;gt; fs_nvs: 8 Sectors of 8192 bytes
[00:00:00.306,000] &amp;lt;inf&amp;gt; fs_nvs: alloc wra: 0, 1fd0
[00:00:00.306,000] &amp;lt;inf&amp;gt; fs_nvs: data wra: 0, 0
*** Booting nRF Connect SDK v3.1.1-e2a97fe2578a ***
*** Using Zephyr OS v4.1.99-ff8f0c579eeb ***                                    
Starting nucleo_u575zi_q with CPU frequency: 160 MHz                            
[00:00:00.307,000] &amp;lt;inf&amp;gt; wifi_supplicant: wpa_supplicant initialized            
&amp;lt;b&amp;gt;uart:~$ &amp;lt;/b&amp;gt;wifi ap config -t 300                                                 
&amp;lt;b&amp;gt;Setting AP parameter failed: Not supported&amp;lt;/b&amp;gt;                                      
&amp;lt;b&amp;gt;uart:~$ &amp;lt;/b&amp;gt;wifi ap enable -s &amp;quot;MyAP&amp;quot; -c 6 -k 1 -p &amp;quot;password&amp;quot;
AP enabled
AP mode enable requested
[00:00:27.172,000] &amp;lt;b&amp;gt;&amp;lt;wrn&amp;gt; net_if: iface 1 pkt 0x20053898 send failure status -1&amp;lt;/b&amp;gt;
[00:00:27.191,000] &amp;lt;inf&amp;gt; wpa_supp: wlan0: interface state UNINITIALIZED-&amp;gt;ENABLED
[00:00:27.191,000] &amp;lt;inf&amp;gt; wpa_supp: wlan0: AP-ENABLED 
[00:00:27.191,000] &amp;lt;inf&amp;gt; wpa_supp: wlan0: CTRL-EVENT-CONNECTED - Connection to f4:ce:36:00:14:44 completed [id=0 id_str=]
Station connected: 8C:3B:4A:5C:73:02
[00:00:36.670,000] &amp;lt;inf&amp;gt; wpa_supp: wlan0: AP-STA-CONNECTED 8c:3b:4a:5c:73:02
[00:00:36.670,000] &amp;lt;inf&amp;gt; wpa_supp: wlan0: EAPOL-4WAY-HS-COMPLETED 8c:3b:4a:5c:73:02
uart:~$
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;SEGGER J-Link V11.0, SN=821001746
Process: JLinkExe
[00:00:00.004,000] &amp;lt;inf&amp;gt; wifi_nrf_bus: SPIM spi@40013000: freq = 8 MHz
[00:00:00.004,000] &amp;lt;inf&amp;gt; wifi_nrf_bus: SPIM spi@40013000: latency = 0
*** Booting nRF Connect SDK v3.1.1-e2a97fe2578a ***
*** Using Zephyr OS v4.1.99-ff8f0c579eeb ***
[00:00:00.337,000] &amp;lt;inf&amp;gt; net_config: Initializing network
[00:00:00.337,000] &amp;lt;inf&amp;gt; net_config: Waiting interface 1 (0x2000140c) to be up...
[00:00:00.337,000] &amp;lt;inf&amp;gt; net_config: IPv4 address: 192.168.1.1
[00:00:00.337,000] &amp;lt;inf&amp;gt; softap: Waiting for Wi-Fi to be ready
[00:00:00.337,000] &amp;lt;inf&amp;gt; wifi_supplicant: wpa_supplicant initialized
[00:00:00.474,000] &amp;lt;inf&amp;gt; softap: Regulatory domain set to 00
[00:00:00.474,000] &amp;lt;inf&amp;gt; softap: DHCPv4 server started and pool address starts from 192.168.1.2
[00:00:01.587,000] &amp;lt;inf&amp;gt; wpa_supp: wlan0: interface state UNINITIALIZED-&amp;gt;ENABLED
[00:00:01.587,000] &amp;lt;inf&amp;gt; wpa_supp: wlan0: AP-ENABLED 
[00:00:01.587,000] &amp;lt;inf&amp;gt; wpa_supp: wlan0: CTRL-EVENT-CONNECTED - Connection to f4:ce:36:00:14:44 completed [id=0 id_str=]
[00:00:01.591,000] &amp;lt;inf&amp;gt; softap: AP enable requested
[00:00:01.592,000] &amp;lt;inf&amp;gt; softap: AP mode enabled
[00:00:01.592,000] &amp;lt;err&amp;gt; softap: Failed to configure AP parameters: Not supported
[00:00:01.592,000] &amp;lt;err&amp;gt; softap: Failed to configure configure_ap_params
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF70 SoftAP Sample: Station Disconnects at Exactly 5 Minutes</title><link>https://devzone.nordicsemi.com/thread/551814?ContentTypeID=1</link><pubDate>Fri, 17 Oct 2025 12:39:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fe9a4fa2-8562-4ecf-b563-7e734ca93d23</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;A few suggestions you can try:&lt;/p&gt;
&lt;p&gt;Try using&amp;nbsp;&lt;a title="https://docs.zephyrproject.org/latest/doxygen/html/structwifi__ap__config__params.html#a289866d9209450e893281b4c198a546a" href="https://docs.zephyrproject.org/latest/doxygen/html/structwifi__ap__config__params.html#a289866d9209450e893281b4c198a546a" rel="noopener noreferrer" target="_blank"&gt;https://docs.zephyrproject.org/latest/doxygen/html/structwifi__ap__config__params.html#a289866d9209450e893281b4c198a546a&lt;/a&gt;&lt;span&gt;&amp;nbsp;to set the max inactivity time for SoftAP through API and if using shell then&amp;nbsp;&lt;/span&gt;&lt;a title="https://github.com/zephyrproject-rtos/zephyr/blob/main/subsys/net/l2/wifi/wifi_shell.c#l2158" href="https://github.com/zephyrproject-rtos/zephyr/blob/main/subsys/net/l2/wifi/wifi_shell.c#L2158" rel="noopener noreferrer" target="_blank"&gt;https://github.com/zephyrproject-rtos/zephyr/blob/main/subsys/net/l2/wifi/wifi_shell.c#L2158&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;wifi ap enable ... -t&amp;lt;&amp;gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/code&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;If that doesn&amp;#39;t work, please try setting&amp;nbsp;&lt;span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#CONFIG_NRF_WIFI_LOW_POWER"&gt;&lt;strong&gt;CONFIG_NRF_WIFI_LOW_POWER&lt;/strong&gt;&lt;/a&gt;=n in your prj.conf file and see if that makes a difference.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Simon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>