<?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>nRF7002-DK - possibilty of Hidden SSID (STA/softAP)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/124768/nrf7002-dk---possibilty-of-hidden-ssid-sta-softap</link><description>Hello, 
 I would like to ask whether nRF7002-DK allows connection in STA mode to Wi-Fi with a hidden SSID and whether it can create a softAP with a hidden SSID? If so, please explain how. 
 Thank you</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 06 Oct 2025 19:25:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/124768/nrf7002-dk---possibilty-of-hidden-ssid-sta-softap" /><item><title>RE: nRF7002-DK - possibilty of Hidden SSID (STA/softAP)</title><link>https://devzone.nordicsemi.com/thread/550742?ContentTypeID=1</link><pubDate>Mon, 06 Oct 2025 19:25:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02c071e1-367f-4952-8c23-5c61052e2118</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There are no specific samples that explicitly shows softAP + hidden SSID, and STA + usage of bssid instead of ssid.&lt;/p&gt;
&lt;p&gt;However, you can specify the bssid via &amp;quot;struct wifi_connect_req_params&amp;quot; member .bssid instead of .ssid/.ssid_length:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/ncs-v3.1.0/samples/net/cloud/tagoio_http_post/src/wifi.c#L53-L54"&gt;https://github.com/nrfconnect/sdk-zephyr/blob/ncs-v3.1.0/samples/net/cloud/tagoio_http_post/src/wifi.c#L53-L54&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can incorporate these changes into for instance the wifi/sta sample.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002-DK - possibilty of Hidden SSID (STA/softAP)</title><link>https://devzone.nordicsemi.com/thread/550613?ContentTypeID=1</link><pubDate>Fri, 03 Oct 2025 15:51:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20bfa9db-dd9a-4dfe-a5ee-dabc730c1d57</guid><dc:creator>iotdeveloper</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t use Wi-Fi shell, I need to have everything defined transparently in the program. If it doesn&amp;#39;t work as hidden, that&amp;#39;s fine, I just need to know if this option is available for STA and AP. But I need specific instructions for nrRF7002-DK (not just a link to something on GitHub).&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002-DK - possibilty of Hidden SSID (STA/softAP)</title><link>https://devzone.nordicsemi.com/thread/550595?ContentTypeID=1</link><pubDate>Fri, 03 Oct 2025 13:23:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:802aec59-4dae-4ab2-be47-03482998b669</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Yes, you can connect to a AP with hidden SSID by using the wifi connect with the bssid as an argument here in the wifi/shell sample:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/wifi/shell/README.html#supported_cli_commands"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/wifi/shell/README.html#supported_cli_commands&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user=""]it can create a softAP with a hidden SSID? If so, please explain how.[/quote]
&lt;p&gt;It seems that this is possible, by looking at the wifi_connect_req_params struct:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/ncs-v3.1.0/include/zephyr/net/wifi_mgmt.h#L587-L592"&gt;https://github.com/nrfconnect/sdk-zephyr/blob/ncs-v3.1.0/include/zephyr/net/wifi_mgmt.h#L587-L592&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You need to then set this in the softap main.c file.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>