<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: i.MX8MP – DPP Authentication &amp;amp; Configuration succeed, but STA never connects in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2325889#M244273</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/244755"&gt;@Niranjan123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you get any chance to test with our newer release like me?&lt;/P&gt;
&lt;P&gt;Please let me know your results and whether still need help from my side.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Mar 2026 02:34:36 GMT</pubDate>
    <dc:creator>Christine_Li</dc:creator>
    <dc:date>2026-03-04T02:34:36Z</dc:date>
    <item>
      <title>i.MX8MP – DPP Authentication &amp; Configuration succeed, but STA never connects</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2293022#M243393</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I am testing &lt;STRONG&gt;Wi-Fi Easy Connect (DPP)&lt;/STRONG&gt; between two boards:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;AP / Configurator&lt;/STRONG&gt;: i.MX8MP + PCIE8997&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;STA / Enrollee&lt;/STRONG&gt;: i.MX8MP + PCIE8997&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;hostapd / wpa_supplicant version&lt;/STRONG&gt;: 2.10&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Firmware&lt;/STRONG&gt;: nxp/pcieuart8997_combo_v4.bin&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The goal is to provision the STA using &lt;STRONG&gt;DPP (QR-code based)&lt;/STRONG&gt; and have it automatically connect to the AP.&lt;/P&gt;&lt;HR /&gt;&lt;H2&gt;Test Procedure (Working up to DPP Configuration)&lt;/H2&gt;&lt;H3&gt;AP (Configurator + AP)&lt;/H3&gt;&lt;P&gt;contents of hostapd.conf&lt;/P&gt;&lt;PRE&gt;ctrl_interface=/var/run/hostapd&lt;BR /&gt;interface=uap0&lt;BR /&gt;driver=nl80211&lt;BR /&gt;# Regulatory domain (MANDATORY)&lt;BR /&gt;country_code=IN&lt;BR /&gt;ieee80211d=1&lt;BR /&gt;ieee80211h=1&lt;BR /&gt;hw_mode=g&lt;BR /&gt;channel=1&lt;BR /&gt;ssid=DPP_AP111&lt;BR /&gt;ignore_broadcast_ssid=0&lt;BR /&gt;ieee80211n=1&lt;BR /&gt;wpa=2&lt;BR /&gt;wpa_key_mgmt=DPP&amp;nbsp;&lt;BR /&gt;rsn_pairwise=CCMP&lt;BR /&gt;ieee80211w=2&lt;BR /&gt;auth_algs=1&lt;BR /&gt;wpa_pairwise=CCMP&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;hostapd -B /etc/hostapd.conf
hostapd_cli
dpp_configurator_add
dpp_configurator_get_key 1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;STA (Enrollee)&lt;/H3&gt;&lt;PRE&gt;&lt;SPAN&gt;Contents of wpa_supplicant.conf&amp;nbsp;&lt;BR /&gt;ctrl_interface=/var/run/wpa_supplicant&lt;BR /&gt;update_config=1&lt;BR /&gt;pmf=2&lt;BR /&gt;dpp_config_processing=2&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="plaintext"&gt;wpa_supplicant -i mlan0 -c /etc/wpa_supplicant.conf -dd
wpa_cli
dpp_bootstrap_gen type=qrcode mac=cc:47:40:34:03:c7 chan=81/1
dpp_bootstrap_get_uri 1
dpp_listen 2412&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;AP (after scanning QR)&lt;/H3&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="plaintext"&gt;dpp_qr_code DPP:C:81/1;M:cc47403403c7;V:2;K:...;;
dpp_auth_init peer=1 conf=sta-dpp ssid=4450505f4150313131 configurator=1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;H2&gt;Observed Logs on STA (Successful DPP Exchange)&lt;/H2&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="plaintext"&gt;DPP-AUTH-SUCCESS
DPP-CONF-RECEIVED
DPP-CONFOBJ-AKM dpp
DPP-CONFOBJ-SSID DPP_AP111
CTRL-EVENT-NETWORK-ADDED 0
DPP-NETWORK-ID 0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This confirms:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;DPP authentication succeeds&lt;/LI&gt;&lt;LI&gt;Configuration object is received&lt;/LI&gt;&lt;LI&gt;Network profile is created&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;H2&gt;Problem&lt;/H2&gt;&lt;P&gt;After successful DPP configuration:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="plaintext"&gt;wpa_state=SCANNING&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The STA &lt;STRONG&gt;never transitions to AUTHENTICATING / ASSOCIATING / COMPLETED&lt;/STRONG&gt;&lt;BR /&gt;and does &lt;STRONG&gt;not connect to the AP&lt;/STRONG&gt;.&lt;/P&gt;&lt;HR /&gt;&lt;H2&gt;Additional Observations&lt;/H2&gt;&lt;H3&gt;1. Wpa_Supplicant.conf&lt;/H3&gt;&lt;P&gt;After Association wpa_supplicant.conf gets updated&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;ctrl_interface=/var/run/wpa_supplicant&lt;BR /&gt;update_config=1&lt;BR /&gt;pmf=2&lt;BR /&gt;dpp_config_processing=2&lt;BR /&gt;network={&lt;BR /&gt;  ssid="DPP_AP111"&lt;BR /&gt;  key_mgmt=DPP&lt;BR /&gt;  ieee80211w=2&lt;BR /&gt;  dpp_connector="eyJ0eXAiOiJkcHBDb24iLCJraWQiOiJkZFVCYndxcmI0NWswRTZULXBMeTA2LTBiSHFEcjh5VF9kMVE0ZXNzTm84IiwiYWxnIjoiRVMyNTYifQ.eyJncm91cHMiOlt7Imdyb3VwSWQiOiIqIiwibmV0Um9sZSI6InN0YSJ9XSwibmV0QWNjZXNzS2V5Ijp7Imt0eSI6IkVDIiwiY3J2IjoiUC0yNTYiLCJ4IjoicGVySG04WU5LeEI4aXJVaHpGdTZhY2NmbWRrZWRfTlc5TjI3d1Q4QVNjcyIsInkiOiI0ZnpRSnpRMVZIUFJYRVp0SmRIaU9UN1lpZzZ0MWFEUV9UQ2xJWEdJajFNIn19.vF4YeK7jm9MvhaOPyXQyqfTVilXVlaXBld1hOT39103-p4H0o0-ZoABOc5tBt5C9rTiCrSXwekjtiFNkG1j9EA"&lt;BR /&gt;  dpp_netaccesskey=3077020101042037fd78c44c01284da378cb1e4c336efb04978d0a0fb440bde71ac18578057212a00a06082a8648ce3d030107a14403420004a5eac79bc60d2b107c8ab521cc5bba69c71f99d91e77f356f4ddbbc13f0049cbe1fcd02734355473d15c466d25d1e2393ed88a0eadd5a0d0fd30a52171888f53&lt;BR /&gt;  dpp_csign=3039301306072a8648ce3d020106082a8648ce3d030107032200031f7b6fad27dea1268e22ed3bd9ba2cd465956c0d9e6ab1427dac2a4cf02180c6&lt;BR /&gt;  dpp_pp_key=3039301306072a8648ce3d020106082a8648ce3d030107032200034bb0283100708e2e726551e328d999345ac2588b9a74313894268f9ed3ae9697&lt;BR /&gt;}&lt;/PRE&gt;&lt;H3&gt;2. Interface Capabilities&lt;/H3&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="plaintext"&gt;iw list | grep -A5 "Supported interface modes"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="plaintext"&gt;managed
AP
AP/VLAN
monitor
P2P-client&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;No explicit &lt;STRONG&gt;P2P-GO&lt;/STRONG&gt; support&lt;/LI&gt;&lt;LI&gt;No DPP-related capability visible&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;H3&gt;3. Firmware &amp;amp; Driver&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Firmware in use:&lt;BR /&gt;nxp/pcieuart8997_combo_v4.bin&lt;/LI&gt;&lt;LI&gt;wifi_mod_para.conf does &lt;STRONG&gt;not&lt;/STRONG&gt; expose any DPP-related parameters&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;H2&gt;Conclusion / Suspicion&lt;/H2&gt;&lt;P&gt;Although &lt;STRONG&gt;DPP authentication and configuration exchange succeed&lt;/STRONG&gt;, the STA never connects to the AP.&lt;/P&gt;&lt;P&gt;This makes me suspect that:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The &lt;STRONG&gt;PCIE8997 firmware supports only partial DPP&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;Authentication &amp;amp; config exchange works&lt;/LI&gt;&lt;LI&gt;Connector-based association does not&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Or additional firmware / driver enablement is required for full DPP support&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;H2&gt;Questions&lt;/H2&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Is full DPP (Wi-Fi Easy Connect, including connector-based association) supported on PCIE8997 with i.MX8MP?&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;If yes:&lt;UL&gt;&lt;LI&gt;Which &lt;STRONG&gt;firmware version&lt;/STRONG&gt; supports it?&lt;/LI&gt;&lt;LI&gt;Are there any &lt;STRONG&gt;required module parameters or driver patches&lt;/STRONG&gt;?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;If no:&lt;UL&gt;&lt;LI&gt;Is DPP limited to &lt;STRONG&gt;authentication/config exchange only&lt;/STRONG&gt; on this chipset?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any clarification from NXP would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 07:24:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2293022#M243393</guid>
      <dc:creator>Niranjan123</dc:creator>
      <dc:date>2026-01-14T07:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8MP – DPP Authentication &amp; Configuration succeed, but STA never connects</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2293292#M243400</link>
      <description>&lt;P&gt;Hi，&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/244755"&gt;@Niranjan123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for creating case to us.&lt;/P&gt;
&lt;P&gt;I will check and reply to you ASAP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 11:01:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2293292#M243400</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2026-01-14T11:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8MP – DPP Authentication &amp; Configuration succeed, but STA never connects</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2295816#M243458</link>
      <description>&lt;P&gt;Hi，&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/244755"&gt;@Niranjan123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you see below logs on your side?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;gt; mlan0: DPP-CONF-RECEIVED
mlan0: DPP-CONFOBJ-AKM dpp
mlan0: DPP-CONFOBJ-SSID dpp_test
mlan0: DPP-CONNECTOR 
mlan0: DPP-C-SIGN-KEY 
mlan0: DPP-PP-KEY 
mlan0: DPP-NET-ACCESS-KEY 
&amp;lt;3&amp;gt;DPP-CONF-RECEIVED
&amp;gt; mlan0: DPP-NETWORK-ID 0
&amp;lt;3&amp;gt;DPP-CONFOBJ-AKM dpp
&amp;lt;3&amp;gt;DPP-CONFOBJ-SSID dpp_test
&amp;lt;3&amp;gt;DPP-CONNECTOR 
&amp;lt;3&amp;gt;DPP-C-SIGN-KEY 
&amp;lt;3&amp;gt;DPP-PP-KEY 
&amp;lt;3&amp;gt;DPP-NET-ACCESS-KEY 
&amp;lt;3&amp;gt;CTRL-EVENT-NETWORK-ADDED 0
&amp;lt;3&amp;gt;DPP-NETWORK-ID 0
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you also see above info, I think DPP connection is already created.&lt;/P&gt;
&lt;P&gt;I also attach my test steps for your reference.&lt;/P&gt;
&lt;P&gt;Please let me know if you still have any other concerns on this case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 08:59:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2295816#M243458</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2026-01-19T08:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8MP – DPP Authentication &amp; Configuration succeed, but STA never connects</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2295951#M243459</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/205377"&gt;@Christine_Li&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I have attached the logs i got below&lt;/P&gt;&lt;P&gt;AP side (Configurator) where we are running hostapd_cli&lt;/P&gt;&lt;PRE&gt;root@imx8mp-lpddr4-evk:~# hostapd_cli&amp;nbsp;&lt;BR /&gt;hostapd_cli v2.10&lt;BR /&gt;Copyright (c) 2004-2022, Jouni Malinen &amp;lt;j@w1.fi&amp;gt; and contributors&lt;BR /&gt;&lt;BR /&gt;This software may be distributed under the terms of the BSD license.&lt;BR /&gt;See README for more details.&lt;BR /&gt;&lt;BR /&gt;Selected interface&lt;STRONG&gt; 'uap0'&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Interactive mode&lt;BR /&gt;&lt;BR /&gt;&amp;gt; dpp_configurator_add&lt;BR /&gt;1&amp;gt;&amp;nbsp;&lt;BR /&gt;&amp;gt; dpp_configurator_get_key 1&lt;BR /&gt;30770201010420d9d09afaeddd3c41979e4ce8e4c244dc1fda630809d1ae8e1d56e71cc55062baa00a06082a8648ce3d030107a14403420004a3c43ddd47492223305c738f42e195b7862317534eb3d51ff29956682a407eaf590f9f22aec9c68faa463a6ee388e92f145676aaab5e3d22cf3bd2e2de70ee50&amp;gt;&amp;nbsp;&lt;BR /&gt;&amp;gt; dpp_configurator_sign conf=ap-dpp configurator=1 ssid=4450505f4150313131&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-CONF-RECEIVED&amp;nbsp;&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-CONFOBJ-AKM dpp&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-CONFOBJ-SSID DPP_AP111&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-CONNECTOR eyJ0eXAiOiJkcHBDb24iLCJraWQiOiIzdlI4WlVKbjY5bEJDcGtCQ3AwX1h6WHRFYU5zX2pPN3FHTF96dmRINFRzIiwiYWxnIjoiRVMyNTYifQ.eyJncm91cHMiOlt7Imdyb3VwSWQiOiIqIiwibmV0Um9sZSI6ImFwIn1dLCJuZXRBY2Nlc3NLZXkiOnsia3R5IjoiRUMiLCJjcnYiOiJQLTI1NiIsIngiOiJWdFFxYVhQblF0dnJIZnVrUXlUdTJiMUprNzE2aGEyWGtqZFNnR0MtaHNRIiwieSI6IkNpcHVGZEJORjBHVy13N3U3aV9vZi1lSldWaG1NRDFvczM5eUJFVkczcFEifX0.9GT21qj6r0muo28vfRMok8Z3GvtzFWh0UYp9ZVIofU-PLZBAkSsia0daZTD7rsOxGo_lAnK5TLBze_fy547t6A&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-C-SIGN-KEY 3039301306072a8648ce3d020106082a8648ce3d03010703220002a3c43ddd47492223305c738f42e195b7862317534eb3d51ff29956682a407eaf&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-NET-ACCESS-KEY 307702010104200e94c49fd980df00e91e4e75441d906727bf6525f78850f671d82f41aa223180a00a06082a8648ce3d030107a1440342000456d42a6973e742dbeb1dfba44324eed9bd4993bd7a85ad979237528060be86c40a2a6e15d04d174196fb0eeeee2fe87fe789595866303d68b37f72044546de94&lt;BR /&gt;OK&lt;BR /&gt;&amp;gt;&amp;nbsp;&lt;BR /&gt;&amp;gt;&amp;nbsp;&lt;BR /&gt;&amp;gt; dpp_qr_code DPP:C:81/1;M:cc47403403c7;V:2;K:MDkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDIgADFGdzTeKwa2w07obrVS0RqLxIEJ+oW2jlnNXa7YrL3Tk=;;&lt;BR /&gt;1&amp;gt;&amp;nbsp;&lt;BR /&gt;&amp;gt;&amp;nbsp;&lt;BR /&gt;&amp;gt; dpp_auth_init peer=1 conf=sta-dpp netrole=ap ssid=4450505f4150313131 configurator=1&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-TX dst=cc:47:40:34:03:c7 freq=2412 type=0&lt;BR /&gt;OK&lt;BR /&gt;&amp;gt; &amp;lt;3&amp;gt;DPP-TX-STATUS dst=cc:47:40:34:03:c7 result=SUCCESS&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-RX src=cc:47:40:34:03:c7 freq=2412 type=1&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-AUTH-DIRECTION mutual=0&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-TX dst=cc:47:40:34:03:c7 freq=2412 type=2&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-TX-STATUS dst=cc:47:40:34:03:c7 result=SUCCESS&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-AUTH-SUCCESS init=1&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-CONF-REQ-RX src=cc:47:40:34:03:c7&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-BAND-SUPPORT 81,82,83,84,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-RX src=cc:47:40:34:03:c7 freq=2412 type=11&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-CONF-SENT&amp;nbsp;&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-RX src=cc:47:40:34:03:c7 freq=2412 type=5&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In STA side (Enrolee) where we are running wpa_cli&lt;/P&gt;&lt;PRE&gt;root@imx8mp-lpddr4-evk:~# wpa_cli&lt;BR /&gt;wpa_cli v2.10&lt;BR /&gt;Copyright (c) 2004-2022, Jouni Malinen &amp;lt;j@w1.fi&amp;gt; and contributors&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This software may be distributed under the terms of the BSD license.&lt;BR /&gt;See README for more details.&lt;BR /&gt;&lt;BR /&gt;Selected interface &lt;STRONG&gt;'mlan0'&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Interactive mode&lt;BR /&gt;&lt;BR /&gt;&amp;gt; dpp_bootstrap_gen type=qrcode mac=cc47403403c7 chan=81/1&lt;BR /&gt;1&lt;BR /&gt;&amp;gt;&amp;nbsp;&lt;BR /&gt;&amp;gt; dpp_bootstrap_get_uri 1&lt;BR /&gt;DPP:C:81/1;M:cc47403403c7;V:2;K:MDkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDIgADFGdzTeKwa2w07obrVS0RqLxIEJ+oW2jlnNXa7YrL3Tk=;;&lt;BR /&gt;&amp;gt;&amp;nbsp;&lt;BR /&gt;&amp;gt;&amp;nbsp;&lt;BR /&gt;&amp;gt; dpp_listen 2412&lt;BR /&gt;OK&lt;BR /&gt;&amp;gt;&amp;nbsp;&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-RX src=ce:47:40:33:1c:c1 freq=2412 type=0&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-TX dst=ce:47:40:33:1c:c1 freq=2412 type=1&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-TX-STATUS dst=ce:47:40:33:1c:c1 freq=2412 result=SUCCESS&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-RX src=ce:47:40:33:1c:c1 freq=2412 type=2&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-AUTH-SUCCESS init=0&lt;BR /&gt;&amp;lt;3&amp;gt;GAS-QUERY-START addr=ce:47:40:33:1c:c1 dialog_token=181 freq=2412&lt;BR /&gt;&amp;lt;3&amp;gt;GAS-QUERY-DONE addr=ce:47:40:33:1c:c1 dialog_token=181 freq=2412 status_code=0 result=SUCCESS&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-CONF-RECEIVED&amp;nbsp;&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-CONFOBJ-AKM dpp&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-CONFOBJ-SSID DPP_AP111&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-CONNECTOR eyJ0eXAiOiJkcHBDb24iLCJraWQiOiIzdlI4WlVKbjY5bEJDcGtCQ3AwX1h6WHRFYU5zX2pPN3FHTF96dmRINFRzIiwiYWxnIjoiRVMyNTYifQ.eyJncm91cHMiOlt7Imdyb3VwSWQiOiIqIiwibmV0Um9sZSI6InN0YSJ9XSwibmV0QWNjZXNzS2V5Ijp7Imt0eSI6IkVDIiwiY3J2IjoiUC0yNTYiLCJ4IjoiZndIcDRoWm5STHd6ckNZTERQbGlENXJqc3ZNNVVwRV9RajRVM2dFenN1MCIsInkiOiJTYjBCVkhzRG5KYWVSZUZGRF82WVVCOHVwQzhzR3VhMDJpek5HeHpZc2ZVIn19.LbG7j42LlRl6w2RzZUnFgEijKB67y5SZAq3M9A_KNpTbOA4mhdJ4ZL0dkBBTAB9-giwkBycSfeNdAsUUOMCkWA&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-C-SIGN-KEY 3039301306072a8648ce3d020106082a8648ce3d03010703220002a3c43ddd47492223305c738f42e195b7862317534eb3d51ff29956682a407eaf&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-PP-KEY 3039301306072a8648ce3d020106082a8648ce3d030107032200036541a485abf646d25456c98467d62e4b37bd4690dfa54148f1014eba5ffeddcc&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-NET-ACCESS-KEY 30770201010420b57cacac2877bd3fdb00719f8b98ec4ad513bfc1b8d6114e51a9b131da0773d8a00a06082a8648ce3d030107a144034200047f01e9e2166744bc33ac260b0cf9620f9ae3b2f33952913f423e14de0133b2ed49bd01547b039c969e45e1450ffe98501f2ea42f2c1ae6b4da2ccd1b1cd8b1f5&lt;BR /&gt;&amp;lt;3&amp;gt;CTRL-EVENT-NETWORK-ADDED 0&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-NETWORK-ID 0&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-TX dst=ce:47:40:33:1c:c1 freq=2412 type=11&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-TX-STATUS dst=ce:47:40:33:1c:c1 freq=2412 result=SUCCESS&lt;BR /&gt;&amp;lt;3&amp;gt;CTRL-EVENT-SCAN-STARTED&amp;nbsp;&lt;BR /&gt;&amp;lt;3&amp;gt;CTRL-EVENT-SCAN-RESULTS&amp;nbsp;&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-TX dst=ce:47:40:33:1c:c1 freq=2412 type=5&lt;BR /&gt;&amp;lt;3&amp;gt;DPP-TX-STATUS dst=ce:47:40:33:1c:c1 freq=2412 result=SUCCESS&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;STA is able to find the network, but when checked the status of the connection it is Scanning not Connected.&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;&amp;gt; &amp;gt; list_networks&lt;BR /&gt;network id / ssid / bssid / flags&lt;BR /&gt;0  DPP_AP111  any &lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know what the issue is, I have attached the wpa_supplicant log.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 10:29:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2295951#M243459</guid>
      <dc:creator>Niranjan123</dc:creator>
      <dc:date>2026-01-19T10:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8MP – DPP Authentication &amp; Configuration succeed, but STA never connects</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2312588#M243858</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/244755"&gt;@Niranjan123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your info and sorry for my late reply because I was blocked by other priority thread.&lt;/P&gt;
&lt;P&gt;I will test it today with your steps, then let you know my results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2026 06:28:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2312588#M243858</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2026-02-05T06:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8MP – DPP Authentication &amp; Configuration succeed, but STA never connects</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2312866#M243870</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/244755"&gt;@Niranjan123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I could not finish setting up the test environment today.&lt;/P&gt;
&lt;P&gt;Will share you the result tomorrow, sincerely apologize again for the delay reply because of other priority thread.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2026 11:10:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2312866#M243870</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2026-02-05T11:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8MP – DPP Authentication &amp; Configuration succeed, but STA never connects</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2313528#M243889</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/244755"&gt;@Niranjan123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I reproduced this issue locally with your steps.&lt;/P&gt;
&lt;P&gt;Please see the logs in my side.&lt;/P&gt;
&lt;P&gt;I will escalate this issue internally to our expert team, and once have any updates, I will let you know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 09:14:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2313528#M243889</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2026-02-06T09:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8MP – DPP Authentication &amp; Configuration succeed, but STA never connects</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2316921#M243999</link>
      <description>&lt;P&gt;Hi，&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/244755"&gt;@Niranjan123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our internal team is still actively checking this issue.&lt;/P&gt;
&lt;P&gt;Even shared one hostapd.conf to me, but I already verified locally, the issue is still there.&lt;/P&gt;
&lt;P&gt;I can share the hostapd.conf to you also, but it might also not working on your side because it doesn't work on my side.&lt;/P&gt;
&lt;P&gt;Please see below:&lt;/P&gt;
&lt;P&gt;======&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ctrl_interface=/var/run/hostapd&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;interface=uap0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;driver=nl80211&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;hw_mode=g&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;channel=1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ieee80211n=1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ssid=unconfigured&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;wpa=2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;wpa_key_mgmt=DPP&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ieee80211w=1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;======&lt;/P&gt;
&lt;P&gt;Once have any updates, I will let you know.&lt;/P&gt;
&lt;P&gt;By the way, as you might know that&amp;nbsp;we will start our Chinese Festival public holiday after 2 days, from Feb 14th to Feb 23th. And I will be back to office on Feb 24th.&lt;/P&gt;
&lt;P&gt;Since my response time may be slower during the holiday period, I would like to inform you in advance so we can manage the case smoothly.&lt;/P&gt;
&lt;P&gt;The Spring Festival is one of the most important traditional festivals in China. According to Chinese culture, I would also like to wish you a Happy Spring Festival 🧧!&lt;/P&gt;
&lt;P&gt;During the holiday, I will continue to check my email daily. If you need any additional support or have further questions, please feel free to contact me. I will do my best to assist you and support your project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 08:44:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2316921#M243999</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2026-02-12T08:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8MP – DPP Authentication &amp; Configuration succeed, but STA never connects</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2317135#M244002</link>
      <description>&lt;P class=""&gt;&lt;SPAN&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/205377"&gt;@Christine_Li&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Thank you for the update and for sharing the details regarding the hostapd configuration.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;I appreciate your continuous support and for keeping us informed about the progress from your internal team. Please do let me know once there are any updates.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Also, thank you for informing us in advance about the holiday schedule. Wishing you a very Happy Spring Festival as well! 🧧 Hope you have a wonderful and joyful time with your family.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;We truly appreciate your support, even during the holiday period.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Niranjan&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 12:03:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2317135#M244002</guid>
      <dc:creator>Niranjan123</dc:creator>
      <dc:date>2026-02-12T12:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8MP – DPP Authentication &amp; Configuration succeed, but STA never connects</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2322478#M244175</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/244755"&gt;@Niranjan123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We think the test steps on your side is not correct.&lt;/P&gt;
&lt;P&gt;Need to use 3 devices to finished the DPP test.&lt;/P&gt;
&lt;P&gt;Please see attached pdf or below link for your reference:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/Wireless-Connectivity-Knowledge/How-to-do-DPP-test-with-two-88W8997-and-one-IW612/ta-p/2322844" target="_self"&gt;&lt;SPAN&gt;How to do DPP test with two 88W8997 and one IW612&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please let me know whether have any other concerns on this case, otherwise, please do not hesitate to mark my answer as a solution for this case. Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 06:32:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2322478#M244175</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2026-02-26T06:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8MP – DPP Authentication &amp; Configuration succeed, but STA never connects</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2324305#M244214</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/205377"&gt;@Christine_Li&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Thank you for your earlier response and for sharing the reference document on performing the DPP test using two 88W8997 devices and one IW612.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;We followed the steps provided in the shared document and executed the DPP test accordingly. &lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;However, we are facing issues during the authentication stage. Please find the observed behavior below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;&lt;SPAN&gt;1. DUT (Initiator + Enrollee + STA)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Command executed:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DPP_AUTH_INIT peer=1 role=enrollee&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Observed logs:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN&gt;DPP-TX dst=cc:47:40:34:03&lt;/SPAN&gt;&lt;SPAN&gt; freq=2412 type=0&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN&gt;DPP-TX-STATUS dst=cc:47:40:34:03&lt;/SPAN&gt;&lt;SPAN&gt; freq=2412 result=SUCCESS&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN&gt;DPP-AUTH-INIT-FAILED&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;STRONG&gt;&lt;SPAN&gt;2. CTT1 (Configurator)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Command executed:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DPP_AUTH_INIT peer=4 conf=ap-dpp configurator=1&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Observed logs:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN&gt;FAIL&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN&gt;DPP: Failed to set configurator parameters&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;SPAN&gt;We have also attached the document containing the exact steps we followed during the DPP test for your reference.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kindly review and suggest the required corrections or debugging steps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Niranjan&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 09:57:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2324305#M244214</guid>
      <dc:creator>Niranjan123</dc:creator>
      <dc:date>2026-02-27T09:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8MP – DPP Authentication &amp; Configuration succeed, but STA never connects</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2324327#M244216</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/244755"&gt;@Niranjan123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your feedback.&lt;/P&gt;
&lt;P&gt;I checked your logs, you are using this driver and FW version:&lt;/P&gt;
&lt;P&gt;driver_version = PCIE8997--&lt;STRONG&gt;16.92.21.p137.4-MM6X16505.p4&lt;/STRONG&gt;-GPL-(FP92)&lt;/P&gt;
&lt;P&gt;It is pretty old, and I am using:&lt;/P&gt;
&lt;P&gt;driver_version = PCIE8997--&lt;STRONG&gt;16.92.21.p153.7-MM6X16540.p33&lt;/STRONG&gt;-GPL-(FP92)&lt;/P&gt;
&lt;P&gt;You can get it through out github:&lt;/P&gt;
&lt;P&gt;FW:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/nxp-imx/imx-firmware" target="_blank" rel="noopener"&gt;https://github.com/nxp-imx/imx-firmware&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Driver:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/nxp-imx/mwifiex/tree/lf-6.12.49_2.2.0" target="_blank"&gt;GitHub - nxp-imx/mwifiex: WiFi extensions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please help to update your driver and FW version then re-test again?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 10:14:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2324327#M244216</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2026-02-27T10:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8MP – DPP Authentication &amp; Configuration succeed, but STA never connects</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2325889#M244273</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/244755"&gt;@Niranjan123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you get any chance to test with our newer release like me?&lt;/P&gt;
&lt;P&gt;Please let me know your results and whether still need help from my side.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 02:34:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8MP-DPP-Authentication-amp-Configuration-succeed-but-STA/m-p/2325889#M244273</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2026-03-04T02:34:36Z</dc:date>
    </item>
  </channel>
</rss>

