<?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>NFCのトピックWi-Fi DPP credential sharing between two Linux boards using PN7160 – P2P vs Type-4 Tag mode?</title>
    <link>https://community.nxp.com/t5/NFC/Wi-Fi-DPP-credential-sharing-between-two-Linux-boards-using/m-p/2267712#M13938</link>
    <description>&lt;P&gt;Hello NXP Team,&lt;/P&gt;&lt;P&gt;I am working on &lt;STRONG&gt;Wi-Fi onboarding between two Linux boards (MediaTek Genio 510 EVK)&lt;/STRONG&gt; using &lt;STRONG&gt;PN7160 NFC controller&lt;/STRONG&gt; and the &lt;STRONG&gt;NXP Linux NFC stack&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/NXPNFCLinux/linux_libnfc-nci" target="_blank" rel="noopener"&gt;https://github.com/NXPNFCLinux/linux_libnfc-nci&lt;/A&gt;&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;System Setup&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Board-1 (M1)&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Acts as &lt;STRONG&gt;Wi-Fi Access Point (AP)&lt;/STRONG&gt; using hostapd&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;PN7160 NFC enabled&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Board-2 (M2)&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Acts as &lt;STRONG&gt;Wi-Fi Station (STA)&lt;/STRONG&gt; using wpa_supplicant&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;PN7160 NFC enabled&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Currently:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Wi-Fi AP/STA connection works when credentials are manually configured&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;NFC read/write and poll examples from nfcDemoApp are working correctly&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;&lt;STRONG&gt;Goal&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;I want to &lt;STRONG&gt;automatically provision Wi-Fi credentials from M1 (AP) to M2 (STA)&lt;/STRONG&gt; using &lt;STRONG&gt;Wi-Fi DPP (Easy Connect)&lt;/STRONG&gt; with &lt;STRONG&gt;NFC as the bootstrap channel&lt;/STRONG&gt;, similar to Wi-Fi Alliance onboarding.&lt;/P&gt;&lt;H2&gt;&lt;STRONG&gt;Questions&lt;/STRONG&gt;&lt;/H2&gt;&lt;H3&gt;&lt;STRONG&gt;1. NFC Mode Selection&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;For Wi-Fi DPP credential provisioning between two boards:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Should &lt;STRONG&gt;NFC Peer-to-Peer (P2P / LLCP / SNEP)&lt;/STRONG&gt; mode be used?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Or should &lt;STRONG&gt;Type-4 Tag emulation (NDEF, application/vnd.wfa.wsc or DPP URI)&lt;/STRONG&gt; be used on the AP side, with the STA acting as an NFC reader?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;From Wi-Fi Alliance references, it seems NFC is mainly used as a &lt;STRONG&gt;bootstrap channel&lt;/STRONG&gt;, but I would like confirmation of the &lt;STRONG&gt;recommended NFC mode when using PN7160&lt;/STRONG&gt;.&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;2. Using NXP demoapp&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;Using the existing &lt;STRONG&gt;linux_libnfc-nci demoapp examples&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Can the &lt;STRONG&gt;Type-4 Tag emulation example&lt;/STRONG&gt; be extended to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Emulate a Wi-Fi configuration tag on M1 (AP)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Provide Wi-Fi onboarding data to M2 (STA)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is &lt;STRONG&gt;NFC P2P + SNEP&lt;/STRONG&gt; recommended or discouraged for Wi-Fi DPP onboarding?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;&lt;STRONG&gt;3. Wi-Fi DPP Integration&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;Once NFC data is received on M2:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Is the recommended flow:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;NFC → DPP bootstrap info (URI / public key)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Followed by &lt;STRONG&gt;DPP authentication over Wi-Fi&lt;/STRONG&gt; using wpa_supplicant?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Are there &lt;STRONG&gt;reference examples or guidelines from NXP&lt;/STRONG&gt; for integrating:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;PN7160 NFC stack&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Linux wpa_supplicant DPP commands&lt;BR /&gt;to achieve &lt;STRONG&gt;automatic AP–STA connection&lt;/STRONG&gt;?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;&lt;STRONG&gt;Summary&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;I am looking for guidance on:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Correct NFC mode (P2P vs Type-4 Tag)&lt;/STRONG&gt; for Wi-Fi DPP&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;How to reuse or extend the existing NXP demoapp&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Recommended architecture&lt;/STRONG&gt; for secure, Wi-Fi Alliance–compliant onboarding between two Linux boards&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any references, sample flows, or best practices would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thank you for your support.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;&lt;EM&gt;Niranjan&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Dec 2025 12:59:30 GMT</pubDate>
    <dc:creator>Niranjan123</dc:creator>
    <dc:date>2025-12-22T12:59:30Z</dc:date>
    <item>
      <title>Wi-Fi DPP credential sharing between two Linux boards using PN7160 – P2P vs Type-4 Tag mode?</title>
      <link>https://community.nxp.com/t5/NFC/Wi-Fi-DPP-credential-sharing-between-two-Linux-boards-using/m-p/2267712#M13938</link>
      <description>&lt;P&gt;Hello NXP Team,&lt;/P&gt;&lt;P&gt;I am working on &lt;STRONG&gt;Wi-Fi onboarding between two Linux boards (MediaTek Genio 510 EVK)&lt;/STRONG&gt; using &lt;STRONG&gt;PN7160 NFC controller&lt;/STRONG&gt; and the &lt;STRONG&gt;NXP Linux NFC stack&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/NXPNFCLinux/linux_libnfc-nci" target="_blank" rel="noopener"&gt;https://github.com/NXPNFCLinux/linux_libnfc-nci&lt;/A&gt;&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;System Setup&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Board-1 (M1)&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Acts as &lt;STRONG&gt;Wi-Fi Access Point (AP)&lt;/STRONG&gt; using hostapd&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;PN7160 NFC enabled&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Board-2 (M2)&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Acts as &lt;STRONG&gt;Wi-Fi Station (STA)&lt;/STRONG&gt; using wpa_supplicant&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;PN7160 NFC enabled&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Currently:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Wi-Fi AP/STA connection works when credentials are manually configured&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;NFC read/write and poll examples from nfcDemoApp are working correctly&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;&lt;STRONG&gt;Goal&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;I want to &lt;STRONG&gt;automatically provision Wi-Fi credentials from M1 (AP) to M2 (STA)&lt;/STRONG&gt; using &lt;STRONG&gt;Wi-Fi DPP (Easy Connect)&lt;/STRONG&gt; with &lt;STRONG&gt;NFC as the bootstrap channel&lt;/STRONG&gt;, similar to Wi-Fi Alliance onboarding.&lt;/P&gt;&lt;H2&gt;&lt;STRONG&gt;Questions&lt;/STRONG&gt;&lt;/H2&gt;&lt;H3&gt;&lt;STRONG&gt;1. NFC Mode Selection&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;For Wi-Fi DPP credential provisioning between two boards:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Should &lt;STRONG&gt;NFC Peer-to-Peer (P2P / LLCP / SNEP)&lt;/STRONG&gt; mode be used?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Or should &lt;STRONG&gt;Type-4 Tag emulation (NDEF, application/vnd.wfa.wsc or DPP URI)&lt;/STRONG&gt; be used on the AP side, with the STA acting as an NFC reader?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;From Wi-Fi Alliance references, it seems NFC is mainly used as a &lt;STRONG&gt;bootstrap channel&lt;/STRONG&gt;, but I would like confirmation of the &lt;STRONG&gt;recommended NFC mode when using PN7160&lt;/STRONG&gt;.&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;2. Using NXP demoapp&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;Using the existing &lt;STRONG&gt;linux_libnfc-nci demoapp examples&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Can the &lt;STRONG&gt;Type-4 Tag emulation example&lt;/STRONG&gt; be extended to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Emulate a Wi-Fi configuration tag on M1 (AP)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Provide Wi-Fi onboarding data to M2 (STA)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is &lt;STRONG&gt;NFC P2P + SNEP&lt;/STRONG&gt; recommended or discouraged for Wi-Fi DPP onboarding?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;&lt;STRONG&gt;3. Wi-Fi DPP Integration&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;Once NFC data is received on M2:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Is the recommended flow:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;NFC → DPP bootstrap info (URI / public key)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Followed by &lt;STRONG&gt;DPP authentication over Wi-Fi&lt;/STRONG&gt; using wpa_supplicant?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Are there &lt;STRONG&gt;reference examples or guidelines from NXP&lt;/STRONG&gt; for integrating:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;PN7160 NFC stack&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Linux wpa_supplicant DPP commands&lt;BR /&gt;to achieve &lt;STRONG&gt;automatic AP–STA connection&lt;/STRONG&gt;?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;&lt;STRONG&gt;Summary&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;I am looking for guidance on:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Correct NFC mode (P2P vs Type-4 Tag)&lt;/STRONG&gt; for Wi-Fi DPP&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;How to reuse or extend the existing NXP demoapp&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Recommended architecture&lt;/STRONG&gt; for secure, Wi-Fi Alliance–compliant onboarding between two Linux boards&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any references, sample flows, or best practices would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thank you for your support.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;&lt;EM&gt;Niranjan&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2025 12:59:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Wi-Fi-DPP-credential-sharing-between-two-Linux-boards-using/m-p/2267712#M13938</guid>
      <dc:creator>Niranjan123</dc:creator>
      <dc:date>2025-12-22T12:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Wi-Fi DPP credential sharing between two Linux boards using PN7160 – P2P vs Type-4 Tag mode?</title>
      <link>https://community.nxp.com/t5/NFC/Wi-Fi-DPP-credential-sharing-between-two-Linux-boards-using/m-p/2267808#M13939</link>
      <description>&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;Thank you for your interest in our products.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;The recommended solution would be to use one of our &lt;A href="https://www.nxp.com/products/wireless-connectivity/nfc-hf/connected-nfc-tags:MC_1429877262080" target="_blank" rel="noopener"&gt;Connected tags&lt;/A&gt;. In your described setup, we recommend the M1 (AP) board to have an &lt;A href="https://www.nxp.com/products/NTAG5-LINK" target="_self"&gt;NTAG 5 Link&lt;/A&gt; board connected. The Host generates in the Tag the proper NDEF message to be read and provisions the required credentials for secure access.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;In case you are interested in using SNEP, it will require NFC Readers on both sides. This will increase the costs and the P2P implementation, which requires additional command exchanges. It will also require additional SW development effort that complies with the specification.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;Please keep in mind that using an NTAG 5 on the AP side, you need to build the NDEF Message according to the NFC Forum specification for both the NDEF Message and the Type 5 Tag memory configuration specification. It is necessary to purchase both specifications.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;On the M2 board, you will require an NFC Reader like the PN7160, which will read the NDEF and establish the connection with the AP.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;I hope this information may have been useful.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2025 17:45:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Wi-Fi-DPP-credential-sharing-between-two-Linux-boards-using/m-p/2267808#M13939</guid>
      <dc:creator>Fabian_R</dc:creator>
      <dc:date>2025-12-22T17:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Wi-Fi DPP credential sharing between two Linux boards using PN7160 – P2P vs Type-4 Tag mode?</title>
      <link>https://community.nxp.com/t5/NFC/Wi-Fi-DPP-credential-sharing-between-two-Linux-boards-using/m-p/2268526#M13947</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/158520"&gt;@Fabian_R&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Thank you for the clarification.&lt;/P&gt;&lt;P&gt;I understand that using &lt;STRONG&gt;SNEP requires NFC Readers on both sides&lt;/STRONG&gt;, which increases BOM cost and also adds complexity due to &lt;STRONG&gt;P2P command exchanges&lt;/STRONG&gt; and &lt;STRONG&gt;additional software development&lt;/STRONG&gt; as per the NFC specifications.&lt;/P&gt;&lt;P&gt;However, for our use case, we would like to evaluate this approach further.&lt;/P&gt;&lt;P&gt;Could you please help clarify the following points regarding the &lt;STRONG&gt;SNEP-based solution&lt;/STRONG&gt;:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Architecture guidance&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Should both Linux boards run in &lt;STRONG&gt;Reader/Initiator mode&lt;/STRONG&gt; with P2P enabled?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is one board expected to act as a &lt;STRONG&gt;SNEP Server&lt;/STRONG&gt; and the other as a &lt;STRONG&gt;SNEP Client&lt;/STRONG&gt;, or do both need to support both roles?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Software stack requirements&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Can this be implemented using the &lt;STRONG&gt;linux_libnfc-nci stack and demo applications&lt;/STRONG&gt; (e.g., SNEP or P2P examples)?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Are there any &lt;STRONG&gt;specific configuration changes&lt;/STRONG&gt; required in the NFC stack for SNEP-based credential exchange?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Data exchange flow&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Is it recommended to exchange &lt;STRONG&gt;Wi-Fi DPP bootstrap information (QR URI / public key)&lt;/STRONG&gt; via SNEP payload?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;After receiving the data via NFC, should the application directly trigger &lt;STRONG&gt;wpa_supplicant DPP commands&lt;/STRONG&gt; on the enrollee side?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Compliance considerations&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Are there any &lt;STRONG&gt;mandatory NFC Forum compliance requirements&lt;/STRONG&gt; we need to follow for SNEP-based P2P communication in this scenario?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;A high-level &lt;STRONG&gt;step-by-step flow&lt;/STRONG&gt; or reference implementation guidance for using &lt;STRONG&gt;SNEP to transfer Wi-Fi DPP credentials between two Linux boards&lt;/STRONG&gt; would be very helpful for us to evaluate feasibility.&lt;/P&gt;&lt;P&gt;Thank you for your support.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Dec 2025 07:09:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Wi-Fi-DPP-credential-sharing-between-two-Linux-boards-using/m-p/2268526#M13947</guid>
      <dc:creator>Niranjan123</dc:creator>
      <dc:date>2025-12-24T07:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Wi-Fi DPP credential sharing between two Linux boards using PN7160 – P2P vs Type-4 Tag mode?</title>
      <link>https://community.nxp.com/t5/NFC/Wi-Fi-DPP-credential-sharing-between-two-Linux-boards-using/m-p/2269283#M13955</link>
      <description>&lt;P lang="en-US"&gt;Hello sir,&lt;/P&gt;
&lt;P lang="en-US"&gt;The API we provide supports both Client and Server roles. For further information about usage and implementation it is required to please check the specifications (SNEP and LLCP). The respective functions and utilities for P2P can be found in NfcLibrary/NdefLibrary/src/P2P_NDEF.c&lt;/P&gt;
&lt;P lang="en-US"&gt;Regarding the Data exchange flow questions, this information can be found in the Wifi Alliance specifications documents: Connection Handover Technical Specification and the Wifi Easy Connect specification (Device Provisioning Protocol).&lt;/P&gt;
&lt;P lang="en-US"&gt;Keep in mind that we can't provide specifics about these documents. It is required to please purchase them.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Dec 2025 18:45:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Wi-Fi-DPP-credential-sharing-between-two-Linux-boards-using/m-p/2269283#M13955</guid>
      <dc:creator>Fabian_R</dc:creator>
      <dc:date>2025-12-26T18:45:06Z</dc:date>
    </item>
  </channel>
</rss>

