<?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>Wireless MCUのトピックRe: Zephyr NXP Driver Security Support</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/Zephyr-NXP-Driver-Security-Support/m-p/2070862#M19655</link>
    <description>&lt;P&gt;Quick recap for future readers(31/3/2025):&lt;BR /&gt;&lt;STRONG&gt;Does the FRDM-RW612 support EAP-PEAP/MSCHAPv2 if I do not go through Zephyr?&lt;/STRONG&gt;&lt;BR /&gt;Yes in MCUXpresso SDK 24.12.00 the exaple "wifi_wpa_supplicant" can connect using EAP-PEAP/MSCHAPv2 authentication&lt;/P&gt;</description>
    <pubDate>Mon, 31 Mar 2025 06:43:13 GMT</pubDate>
    <dc:creator>Emil_10</dc:creator>
    <dc:date>2025-03-31T06:43:13Z</dc:date>
    <item>
      <title>Zephyr NXP Driver Security Support</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Zephyr-NXP-Driver-Security-Support/m-p/2061248#M19576</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Setup&lt;/STRONG&gt;&lt;BR /&gt;Im developing a wifi app for a FRDM-RW612. I am using Zephyr.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Context&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;After enabling the NXP wifi driver, I successfully connected to a standard home wifi using the security type WIFI_SECURITY_TYPE_PSK.&lt;/P&gt;&lt;P&gt;Now I want to connect to a business network using the protocol "EAP-PEAP/MSCHAPv2" or as Zephyr enumerates it: WIFI_SECURITY_TYPE_EAP_PEAP_MSCHAPV2 This turns out to be quite the problem. After investigating the driver, I discovered that there is no specific check for WIFI_SECURITY_TYPE_EAP_PEAP_MSCHAPV2, though there are many others.&lt;/P&gt;&lt;P&gt;Also, none of the applicable options allow for a "user, password" structure. As I understand it, the driver does not seem to support such wifi authentication at this time, and thus does not support "EAP-PEAP/MSCHAPv2".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Questions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;What security is supported by the Zephyr NXP wifi driver?&lt;BR /&gt;Is there a way to connect using EAP-PEAP/MSCHAPv2 with the nxp zephyr wifi driver?&lt;BR /&gt;Does the FRDM-RW612 support EAP-PEAP/MSCHAPv2 if I do not go through Zephyr?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 10:53:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Zephyr-NXP-Driver-Security-Support/m-p/2061248#M19576</guid>
      <dc:creator>Emil_10</dc:creator>
      <dc:date>2025-03-13T10:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Zephyr NXP Driver Security Support</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Zephyr-NXP-Driver-Security-Support/m-p/2061489#M19580</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing well. Could you please clarify what application are you using?&lt;/P&gt;
&lt;P&gt;What versions are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, are you following any guide?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ricardo&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 17:28:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Zephyr-NXP-Driver-Security-Support/m-p/2061489#M19580</guid>
      <dc:creator>Ricardo_Zamora</dc:creator>
      <dc:date>2025-03-13T17:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Zephyr NXP Driver Security Support</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Zephyr-NXP-Driver-Security-Support/m-p/2061822#M19586</link>
      <description>&lt;P&gt;First of all, thanks for taking the time to help, I appreciate it.&lt;/P&gt;&lt;P&gt;Of course I will try to clarify.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Versions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Im using the zephyr on its current main, which would be version "4.1.99".&lt;/P&gt;&lt;P&gt;The NXP hal used on this version has the hash&lt;/P&gt;&lt;P&gt;9dc7449014a7380355612453b31be479cb3a6833&lt;/P&gt;&lt;P&gt;commit: "HEAD is now at 9dc74490 hal_nxp: Include LP Flexcomm driver using the right Kconfig"&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sample&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Here i use sample&amp;nbsp;"samples/net/wifi/apsta_mode". It can be found here:&lt;BR /&gt;&lt;A href="https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/net/wifi/apsta_mode" target="_blank"&gt;zephyr/samples/net/wifi/apsta_mode at main · zephyrproject-rtos/zephyr · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I had to modify it slightly by adding the kconfig "CONFIG_WIFI_NXP". I also updated the example to use my wifi network. I disabled the AP mode as I do not need it.&lt;/P&gt;&lt;P&gt;The example works well with a "standard" home wifi using only password and WPA2-psk security. I can also see on my access point that the RW612 is successfully connected.&lt;/P&gt;&lt;P&gt;However, when I try to connect to an enterprise network with user and password using EAP-PEAP-MSCHAPV2 security, the connection fails. The nxp simply doesn't event try to connect. I also see on the access point that no one has tried to connect. I have configured the connect call as follows:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;sta_config&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;ssid&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;const&lt;/SPAN&gt; &lt;SPAN&gt;uint8_t&lt;/SPAN&gt; &lt;SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN&gt;)WIFI_SSID;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;sta_config&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;ssid_length&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;strlen&lt;/SPAN&gt;&lt;SPAN&gt;(WIFI_SSID);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;sta_config&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;eap_identity&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; WIFI_USERNAME;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;sta_config&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;eap_id_length&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;strlen&lt;/SPAN&gt;&lt;SPAN&gt;(WIFI_USERNAME);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;sta_config&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;eap_password&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; WIFI_PASSWORD;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;sta_config&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;eap_passwd_length&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;strlen&lt;/SPAN&gt;&lt;SPAN&gt;(WIFI_PASSWORD);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;sta_config&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;security&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; WIFI_SECURITY_TYPE_WPA_AUTO_PERSONAL;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;sta_config&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;channel&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; WIFI_CHANNEL_ANY;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;sta_config&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;band&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; WIFI_FREQ_BAND_2_4_GHZ;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;LOG_INF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"Connecting to SSID: &lt;/SPAN&gt;&lt;SPAN&gt;%s&lt;/SPAN&gt;&lt;SPAN&gt;\n&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;sta_config&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;ssid&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;int&lt;/SPAN&gt;&lt;SPAN&gt; ret &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;net_mgmt&lt;/SPAN&gt;&lt;SPAN&gt;(NET_REQUEST_WIFI_CONNECT, sta_iface, &lt;/SPAN&gt;&lt;SPAN&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN&gt;sta_config,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;sizeof&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;struct&lt;/SPAN&gt;&lt;SPAN&gt; wifi_connect_req_params));&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;After debbuging i arrived here in the NXP zephyr driver.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://github.com/zephyrproject-rtos/zephyr/blob/main/drivers/wifi/nxp/nxp_wifi_drv.c#L937" target="_blank"&gt;zephyr/drivers/wifi/nxp/nxp_wifi_drv.c at main · zephyrproject-rtos/zephyr · GitHub&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It seems that the supported security here is limited to:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;No security.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;WPA2-PSK security.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;WPA2-PSK-SHA256 security.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;WPA3-SAE security.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;WPA3-SAE security with hash-to-element.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;WPA3-SAE security with both hunting-and-pecking loop and hash-to-element enabled.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;WPA/WPA2/WPA3 PSK security.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;Full list of types in zephyr is here:&lt;BR /&gt;&lt;A href="https://docs.zephyrproject.org/latest/doxygen/html/group__wifi__mgmt.html#gadde31a04fa25ed805115c6b31854cd9c" target="_blank"&gt;Zephyr API Documentation: Wi-Fi Management&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Am i using the wrong wifi driver? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there maybe a NXP wifi driver branch in development i can check out?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is the problem just zephyr-NXP related would it be possible to do with the NXP SDK?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 06:39:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Zephyr-NXP-Driver-Security-Support/m-p/2061822#M19586</guid>
      <dc:creator>Emil_10</dc:creator>
      <dc:date>2025-03-14T06:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Zephyr NXP Driver Security Support</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Zephyr-NXP-Driver-Security-Support/m-p/2070474#M19650</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please find following table with supported features list.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;TABLE title="" border="1" summary="" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;Wi-Fi requirements&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;Is supported in Zephyr 4.1.0 release?&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;“WIFI_SECURITY_TYPE_EAP_PEAP_MSCHAPV2" security&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;it is supported in WPA2 mode.(with hostapd)&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;2,4 &amp;amp; 5 GHz&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;Yes&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;TLS 1.2 &amp;amp; TLS 1.3 for WPA 2 &amp;amp; 3 private and enterprise&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;TLS 1.2 supported.&lt;/P&gt;
&lt;P&gt;Currently no Wi-Fi sample app is available with TLS 1.3.&amp;nbsp; if need to add support of TLS1.3, you need to create CCB for this to support&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;NTP v 4&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;SNTP is application layer protocol. if zephyr supports SNTP version 4 then it should work on Wi-Fi interface.&lt;/P&gt;
&lt;P&gt;As per&amp;nbsp; &lt;A href="https://docs.zephyrproject.org/latest/connectivity/networking/api/sntp.html" target="_blank"&gt;https://docs.zephyrproject.org/latest/connectivity/networking/api/sntp.html&lt;/A&gt;, zephyr supports NTP v 4.&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;IPv6 SLAAC&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;RW612 Wi-Fi interface supports IPv6 SLAAC as it utilizes the zephyr networking stack, which includes support for IPv6 SLAAC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.zephyrproject.org/latest/connectivity/networking/overview.html" target="_blank"&gt;Overview — Zephyr Project Documentation&lt;/A&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;Network&amp;nbsp;Stack (TCP/IP, https, DHCP)&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;RW612 Wi-Fi interface supports TCP/IP, https and DHCP as it utilizes the zephyr networking stack, which includes support for TCP/IP, https, DHCP&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ricardo&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2025 18:47:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Zephyr-NXP-Driver-Security-Support/m-p/2070474#M19650</guid>
      <dc:creator>Ricardo_Zamora</dc:creator>
      <dc:date>2025-03-28T18:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Zephyr NXP Driver Security Support</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Zephyr-NXP-Driver-Security-Support/m-p/2070857#M19654</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for this info its very helpfull. However could it be that this is not for all boards?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;zephyr&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When i try using the RW612 in zephyr this is my result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Emil_10_0-1743402591332.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/330427i4DD85A21DE372007/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Emil_10_0-1743402591332.png" alt="Emil_10_0-1743402591332.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here i used the "wifi/shell".&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NXP MCZXpresso SDK 24.12.0&lt;/STRONG&gt;&lt;BR /&gt;I know the board can do it and that my net is correctly configured since in the NXP SDK i see:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Emil_10_1-1743402736609.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/330428i5510B933A0D722FC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Emil_10_1-1743402736609.png" alt="Emil_10_1-1743402736609.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So as of now it seems that the RW612 definitely supports the authentication type.&lt;BR /&gt;&lt;BR /&gt;However i am still struggling to reproduce the connection when using the zephyr SDK. Would it be possible to elaborate what you mean by "it is supported in WPA2 mode".&lt;BR /&gt;Is there a NXP wpa2 Kconfig or something?&lt;BR /&gt;&lt;BR /&gt;Again thanks for helping me out&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 06:38:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Zephyr-NXP-Driver-Security-Support/m-p/2070857#M19654</guid>
      <dc:creator>Emil_10</dc:creator>
      <dc:date>2025-03-31T06:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Zephyr NXP Driver Security Support</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Zephyr-NXP-Driver-Security-Support/m-p/2070862#M19655</link>
      <description>&lt;P&gt;Quick recap for future readers(31/3/2025):&lt;BR /&gt;&lt;STRONG&gt;Does the FRDM-RW612 support EAP-PEAP/MSCHAPv2 if I do not go through Zephyr?&lt;/STRONG&gt;&lt;BR /&gt;Yes in MCUXpresso SDK 24.12.00 the exaple "wifi_wpa_supplicant" can connect using EAP-PEAP/MSCHAPv2 authentication&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 06:43:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Zephyr-NXP-Driver-Security-Support/m-p/2070862#M19655</guid>
      <dc:creator>Emil_10</dc:creator>
      <dc:date>2025-03-31T06:43:13Z</dc:date>
    </item>
  </channel>
</rss>

