<?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: Random data in the association command - (with Murata NXP 88W8801 Typ2 2DS) in Wi-Fi® + Bluetooth® + 802.15.4</title>
    <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2194722#M4400</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1431"&gt;@mjbcswitzerland&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you using 88W8801 on RTOS or on Linux?&lt;/P&gt;
&lt;P&gt;If on RTOS, can you please let me know your host platform name? Is it our I.MX RT series? What is your SDK version and IDE version?&lt;/P&gt;
&lt;P&gt;If on Linux,&amp;nbsp;can you please let me know your host platform name? Is it our I.MX 6,7,8,9 series? What 's your Linux kernel version, what is your Wi-Fi driver version?&lt;/P&gt;
&lt;P&gt;Do you have logs for this? or How could you detect this issue?&lt;/P&gt;
&lt;P&gt;Please help to share more background of this issue, then we can discuss further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Oct 2025 03:01:07 GMT</pubDate>
    <dc:creator>Christine_Li</dc:creator>
    <dc:date>2025-10-29T03:01:07Z</dc:date>
    <item>
      <title>Random data in the association command - (with Murata NXP 88W8801 Typ2 2DS)</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2194331#M4393</link>
      <description>&lt;P&gt;Hi All&lt;BR /&gt;&lt;BR /&gt;After analysis of the HostCmd_CMD_802_11_ASSOCIATE command constructed when connecting to an access point as a station I conclude that there are some fields not set and random data is sent instead.&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;This concerns the global routine &lt;STRONG&gt;wlan_cmd_802_11_associate()&lt;/STRONG&gt;:&lt;BR /&gt;&lt;BR /&gt;The first location is at&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;/* Set the listen interval */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;passo-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;listen_interval&lt;/SPAN&gt;&lt;SPAN&gt; = wlan_cpu_to_le16(pmpriv-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;listen_interval&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/* Set the beacon period */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;passo-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;beacon_period&lt;/SPAN&gt;&lt;SPAN&gt; = wlan_cpu_to_le16(pbss_desc-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;beacon_period&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here the listening and beacon periods are inserted into the header but there is a further field called&lt;BR /&gt;&lt;STRONG&gt;t_u8 dtim_period;&lt;/STRONG&gt;&lt;BR /&gt;which follows that is not filled out and so has a random value (depending on what was originally in the buffer used)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The second location is at&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;pss_tlv = (MrvlIEtypes_SsParamSet_t *)(void *)pos;&lt;BR /&gt;pss_tlv-&amp;gt;header.type = wlan_cpu_to_le16(TLV_TYPE_CF);&lt;BR /&gt;pss_tlv-&amp;gt;header.len = sizeof(pss_tlv-&amp;gt;cf_ibss.cf_param_set);&lt;BR /&gt;pos += sizeof(pss_tlv-&amp;gt;header) + pss_tlv-&amp;gt;header.len;&lt;BR /&gt;&lt;BR /&gt;Here is is seen that an entry of type &lt;STRONG&gt;TLV_TYPE_CF&lt;/STRONG&gt; is inserted, with a fixed length of 6 bytes but the 6 bytes are not written and so have random values (depending on the original buffer content).&lt;BR /&gt;It looks as through the content of cf_param_set can be optionally filled by scan data if the CF_PARAM_SET ID is received. If it is not received it may be best to not insert the filed but it if has been received it may be correct to copy that data in here.&lt;BR /&gt;&lt;BR /&gt;Comments are welcome.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mark&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 13:23:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2194331#M4393</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2025-10-28T13:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Random data in the association command - (with Murata NXP 88W8801 Typ2 2DS)</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2194722#M4400</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1431"&gt;@mjbcswitzerland&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you using 88W8801 on RTOS or on Linux?&lt;/P&gt;
&lt;P&gt;If on RTOS, can you please let me know your host platform name? Is it our I.MX RT series? What is your SDK version and IDE version?&lt;/P&gt;
&lt;P&gt;If on Linux,&amp;nbsp;can you please let me know your host platform name? Is it our I.MX 6,7,8,9 series? What 's your Linux kernel version, what is your Wi-Fi driver version?&lt;/P&gt;
&lt;P&gt;Do you have logs for this? or How could you detect this issue?&lt;/P&gt;
&lt;P&gt;Please help to share more background of this issue, then we can discuss further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 03:01:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2194722#M4400</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-10-29T03:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Random data in the association command - (with Murata NXP 88W8801 Typ2 2DS)</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2195015#M4405</link>
      <description>&lt;P&gt;Hello Christine&lt;/P&gt;&lt;P&gt;I am working on an i.MX RT 1062 with the NXP WiFi library that is included in the MCUXpresso SDK.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;MCUXpresso IDE v11.9.1 [Build 2170] [2024-04-19]&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;I don't know for sure what the SDK version number is but the project was originally installed on 26.8.2024. My SDk builder dash board however shows&amp;nbsp;&lt;/P&gt;&lt;H6&gt;SDK_2.14.0_EVK-MIMXRT1060&lt;/H6&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Below is a screen shot showing its mlan files and the first code issue where the dtim_period entry is not added to the command that it generates.; I see random data at the relevant byte locations in the command buffer that is created when looking at it with the debugger.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mark&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mjbcswitzerland_0-1761730101326.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/363070i5EF8345CE53AD77D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mjbcswitzerland_0-1761730101326.png" alt="mjbcswitzerland_0-1761730101326.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 09:38:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2195015#M4405</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2025-10-29T09:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Random data in the association command - (with Murata NXP 88W8801 Typ2 2DS)</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2197351#M4434</link>
      <description>&lt;P&gt;&amp;nbsp;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1431"&gt;@mjbcswitzerland&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I downloaded the same SDK version and checked what you mentioned.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The parameter is passed through&amp;nbsp;IN HostCmd_DS_COMMAND *cmd.&lt;/P&gt;
&lt;P&gt;Please see below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt; HostCmd_DS_802_11_ASSOCIATE *passo = &amp;amp;cmd-&amp;gt;params.associate;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;If my understandings is not correct, please let me know.&lt;/P&gt;
&lt;P&gt;Or you can provide your debugger screenshot, so that I can better understand your concerns.&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, 03 Nov 2025 08:35:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2197351#M4434</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-11-03T08:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Random data in the association command - (with Murata NXP 88W8801 Typ2 2DS)</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2201061#M4465</link>
      <description>&lt;P&gt;Hi Christine&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;cmd&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;is an output buffer that is originally empty, and is filled during the routine and so cmd doesn't pass any values.&lt;BR /&gt;&lt;BR /&gt;I'll send you debugger screen shots to show the issue the next time I am working with the debugger.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mark&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mark&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Nov 2025 20:56:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2201061#M4465</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2025-11-07T20:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Random data in the association command - (with Murata NXP 88W8801 Typ2 2DS)</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2201130#M4466</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1431"&gt;@mjbcswitzerland&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sure, please help to send the screenshot, so that we can better understand your meanings.&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>Sat, 08 Nov 2025 02:50:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2201130#M4466</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-11-08T02:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Random data in the association command - (with Murata NXP 88W8801 Typ2 2DS)</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2202100#M4478</link>
      <description>&lt;P&gt;Hi Christine&lt;BR /&gt;&lt;BR /&gt;Here are debug screen shots showing the issue.&lt;BR /&gt;&lt;BR /&gt;1. I set a break point in&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;wlan_cmd_802_11_associate()&lt;/STRONG&gt; [&lt;EM&gt;This function prepares command of association&lt;/EM&gt;]&lt;BR /&gt;on the line&lt;BR /&gt;&lt;STRONG&gt;cmd-&amp;gt;command = wlan_cpu_to_le16(HostCmd_CMD_802_11_ASSOCIATE);&lt;/STRONG&gt;&lt;BR /&gt;and this is hit when the station connects to an access point.&lt;BR /&gt;&lt;BR /&gt;2. I set the buffer (&lt;EM&gt;cmd&lt;/EM&gt;) with an initial pattern so I can see which elements are filled out by the routine:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mjbcswitzerland_0-1762801362068.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/364745i8C15E25003D0CDFC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mjbcswitzerland_0-1762801362068.png" alt="mjbcswitzerland_0-1762801362068.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3. I let the function complete (it will now be ready to send the content) and check the content of the buffer again.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mjbcswitzerland_3-1762802420464.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/364749i8312C1BC9D9AE454/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mjbcswitzerland_3-1762802420464.png" alt="mjbcswitzerland_3-1762802420464.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As seen in the buffer there are &lt;U&gt;7 bytes that haven't been changed&lt;/U&gt; (still with the initial value of 0x55).&lt;BR /&gt;(Note that some others at the beginning of the buffer also haven't changed but they are length values that are filled when the lowest level driver transmits the content)&lt;BR /&gt;&lt;BR /&gt;4. I now repeat but set 0xAA as initial buffer pattern instead.&lt;BR /&gt;Then I allow the buffer to be filled out again:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mjbcswitzerland_2-1762801787074.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/364747i1BF0E6E5ACC23515/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mjbcswitzerland_2-1762801787074.png" alt="mjbcswitzerland_2-1762801787074.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This verifies that the 0x55/0xAA were not real values and confirms that the buffer is not fully written.&lt;BR /&gt;&lt;BR /&gt;The first single byte is the location of dtim_period, which can be easily corrected by adding&lt;BR /&gt;&lt;BR /&gt;passo-&amp;gt;dtim_period = pbss_desc-&amp;gt;dtim_period;&lt;BR /&gt;&lt;BR /&gt;to the code.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The next 6 missing bytes are where the content of the union cf_ibss, of MrvlIEtypes_SsParamSet_t should be located. I didn't see where they come from so didn't try to correct the code.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here is an example of a real connection attempt where the buffer starts with previously used content.&lt;BR /&gt;Before filling out:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mjbcswitzerland_4-1762802551148.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/364751i187F17BB3264617F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mjbcswitzerland_4-1762802551148.png" alt="mjbcswitzerland_4-1762802551148.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;After filling out:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mjbcswitzerland_5-1762802638051.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/364752iD439295FF1640F85/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mjbcswitzerland_5-1762802638051.png" alt="mjbcswitzerland_5-1762802638051.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It thus 'randomly' has whatever values were in the buffer at these location, which may either work of maybe not, depending on what they actually control and what values they happen to have. Code changes or changes in the order of the buffer use can of course lead to the original buffer content being different and thus potentially to changes in overall behavior.&lt;BR /&gt;&lt;BR /&gt;I hope that I have been able to explain the bug adequately for it to be corrected in the project.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mark&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2025 19:35:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2202100#M4478</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2025-11-10T19:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Random data in the association command - (with Murata NXP 88W8801 Typ2 2DS)</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2202633#M4481</link>
      <description>&lt;P&gt;Hi，&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1431"&gt;@mjbcswitzerland&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From my personal understanding side, I think you are right.&lt;/P&gt;
&lt;P&gt;But I need to report this to our internal expert SDK team help to double check and also I don't have permission to modify SDK directly.&lt;/P&gt;
&lt;P&gt;Will update to you once get our internal team's any feedback.&lt;/P&gt;
&lt;P&gt;Thanks for sharing this to us, it really can help us to improve our products.&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>Tue, 11 Nov 2025 09:27:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2202633#M4481</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-11-11T09:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Random data in the association command - (with Murata NXP 88W8801 Typ2 2DS)</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2204174#M4484</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1431"&gt;@mjbcswitzerland&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please see below for our internal team's feedback and confirm our understandings.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;Uninitialized Fields in Association Command&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;During the construction of the HostCmd_CMD_802_11_ASSOCIATE command inside wlan_cmd_802_11_associate(), certain fields within the command structure are&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;never explicitly initialized&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;. These include:&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;dtim_period (1 byte) following listen_interval and beacon_period.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;The 6-byte cf_param_set inside the TLV of type TLV_TYPE_CF.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;Impact of Uninitialized Data&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;Because the command buffer is reused, these fields retain&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;random leftover values&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;from previous memory content. This can lead to:&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;Incorrect DTIM period being sent to the AP, potentially affecting power-save and multicast delivery.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;Random CF parameter values being included in the TLV, which may cause unpredictable AP behavior or negotiation failures.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;Your Verification&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;You confirmed this by initializing the buffer with known patterns (0x55 and 0xAA) before the function runs and observing unchanged bytes after execution.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;Screenshots show these bytes remain as the initial pattern, proving they were never written by the code.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;Your Expectation&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;These fields&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;should not remain uninitialized&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;. They should either:&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;Be populated with valid data from scan results (e.g., pbss_desc-&amp;gt;dtim_period for DTIM).&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;Or explicitly zeroed out if no valid data is available.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;For TLV_TYPE_CF, if CF parameters were not received during scan, the TLV should be skipped or filled with zeros.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;Root Cause&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;The association command builder does not fully initialize the command structure.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;Optional fields are added without proper handling for missing scan data.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;To help narrow down the issue, please help to test using the latest release (v25.09.00) and confirm whether the same behavior is observed in that version.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;Best&amp;nbsp; regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;Christine.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 06:17:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2204174#M4484</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-11-13T06:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Random data in the association command - (with Murata NXP 88W8801 Typ2 2DS)</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2204499#M4487</link>
      <description>&lt;P&gt;Hello Christine&lt;BR /&gt;&lt;BR /&gt;Unfortunately I don't know where to find the version number&amp;nbsp; that I am using and also not where to get access to new versions, like the referenced&amp;nbsp;&lt;SPAN class=""&gt;v25.09.00&lt;/SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt;Do you know where is is located?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 12:26:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2204499#M4487</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2025-11-13T12:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Random data in the association command - (with Murata NXP 88W8801 Typ2 2DS)</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2205468#M4498</link>
      <description>&lt;P&gt;Hi，&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1431"&gt;@mjbcswitzerland&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.Firstly, please help to confirm whether our understandings is sync/same with you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.I think you mentioned you are using:&amp;nbsp;&lt;SPAN&gt;SDK_2.14.0_EVK-MIMXRT1060, but you are not very sure. So please firstly check what's the board in your hand, or take a picture to me. So that I can check for you. And also let me know whether have you done any hardware reworks on your board. In this way I can better understand which board you are using.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;3.You can get our latest release from here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuxpresso.nxp.com/select" target="_blank"&gt;https://mcuxpresso.nxp.com/select&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Choose the board you are using.&lt;/P&gt;
&lt;P&gt;Kindly remind:&lt;/P&gt;
&lt;P&gt;We have&amp;nbsp;MIMXRT1060-&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;EVKB&lt;/FONT&gt;&lt;/STRONG&gt;/MIMXRT1060-&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;EVKC&lt;/STRONG&gt;&lt;/FONT&gt; and&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;EVK-MIMXRT1060&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Please choose the correct one with the board in your hand.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Christine_Li_0-1763174519987.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/365764iAD1354318149D851/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Christine_Li_0-1763174519987.png" alt="Christine_Li_0-1763174519987.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you are using:&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;EVK-MIMXRT1060, &lt;/STRONG&gt;&lt;FONT color="#000000"&gt;then&amp;nbsp;SDK_2.14.0 is the latest SDK release.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;If you are using&lt;/FONT&gt;&lt;STRONG&gt;&lt;SPAN&gt;MIMXRT1060-EVKB or MIMXRT1060-EVKC&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;FONT color="#000000"&gt;, the latest SDK release is: SDK 25.09 as my screenshot.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Nov 2025 02:49:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2205468#M4498</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-11-15T02:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Random data in the association command - (with Murata NXP 88W8801 Typ2 2DS)</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2205482#M4499</link>
      <description>&lt;P&gt;Hello Christine&lt;BR /&gt;&lt;BR /&gt;I use an Embedded Artists board:&amp;nbsp;&lt;A href="https://www.embeddedartists.com/products/imx-rt1062-oem/" target="_blank"&gt;https://www.embeddedartists.com/products/imx-rt1062-oem/&lt;/A&gt;&lt;BR /&gt;To use that I use the SDK_2.14.0 for the EVK-MIMXRT1060 with patches supplied by Embedded Artists so that it operates on their HW.&lt;BR /&gt;There are no patches for the WiFi part - that is simply taken from the SDK.&lt;BR /&gt;&lt;BR /&gt;Therefore I believe that I already have the latest WiFi library code.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mark&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Nov 2025 04:11:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2205482#M4499</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2025-11-15T04:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Random data in the association command - (with Murata NXP 88W8801 Typ2 2DS)</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2205731#M4502</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1431"&gt;@mjbcswitzerland&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply, Ok, I understood.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can you help to confirm whether our understandings is sync/same with you？&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;============&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;Uninitialized Fields in Association Command&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;During the construction of the HostCmd_CMD_802_11_ASSOCIATE command inside wlan_cmd_802_11_associate(), certain fields within the command structure are&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;never explicitly initialized&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;. These include:&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;dtim_period (1 byte) following listen_interval and beacon_period.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;The 6-byte cf_param_set inside the TLV of type TLV_TYPE_CF.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;Impact of Uninitialized Data&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;Because the command buffer is reused, these fields retain&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;random leftover values&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;from previous memory content. This can lead to:&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;Incorrect DTIM period being sent to the AP, potentially affecting power-save and multicast delivery.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;Random CF parameter values being included in the TLV, which may cause unpredictable AP behavior or negotiation failures.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;Your Verification&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;You confirmed this by initializing the buffer with known patterns (0x55 and 0xAA) before the function runs and observing unchanged bytes after execution.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;Screenshots show these bytes remain as the initial pattern, proving they were never written by the code.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;Your Expectation&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;These fields&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;should not remain uninitialized&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;. They should either:&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;Be populated with valid data from scan results (e.g., pbss_desc-&amp;gt;dtim_period for DTIM).&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;Or explicitly zeroed out if no valid data is available.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;For TLV_TYPE_CF, if CF parameters were not received during scan, the TLV should be skipped or filled with zeros.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;Root Cause&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;The association command builder does not fully initialize the command structure.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="uiOutputText"&gt;Optional fields are added without proper handling for missing scan data.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;&amp;nbsp;===========&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;Christine.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 03:19:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2205731#M4502</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-11-17T03:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Random data in the association command - (with Murata NXP 88W8801 Typ2 2DS)</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2205754#M4503</link>
      <description>&lt;P&gt;Hi Christine&lt;BR /&gt;&lt;BR /&gt;I agree with the report - it is exactly as I understand (and see) the issue.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mark&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 03:42:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2205754#M4503</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2025-11-17T03:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Random data in the association command - (with Murata NXP 88W8801 Typ2 2DS)</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2217256#M4511</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1431"&gt;@mjbcswitzerland&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our colleague used his private account to log in and confirmed he can see the latest official release:&amp;nbsp;&lt;SPAN data-teams="true"&gt;2.16.000 for&amp;nbsp;EVK-MIMXRT1060.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Can you please help to try again on your side whether you can get the latest SDK version?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;A href="https://mcuxpresso.nxp.com/select" target="_blank"&gt;https://mcuxpresso.nxp.com/select&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Then input&amp;nbsp;EVK-MIMXRT1060 to search.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;And at the same time, is it possible&amp;nbsp;to get a patch with changes you make to confirm the reported issue verification? As you mentioned you received a patch from&amp;nbsp;&amp;nbsp;Embedded Artists.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Christine.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 05:46:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2217256#M4511</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-11-20T05:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Random data in the association command - (with Murata NXP 88W8801 Typ2 2DS)</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2229769#M4512</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1431" target="_blank"&gt;@mjbcswitzerland&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our colleague used his private account to log in and confirmed he can see the latest official release:&amp;nbsp;&lt;SPAN data-teams="true"&gt;2.16.000 for&amp;nbsp;EVK-MIMXRT1060.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Can you please help to try again on your side whether you can get the latest SDK version?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;A href="https://mcuxpresso.nxp.com/select" target="_blank" rel="nofollow noopener noreferrer"&gt;https://mcuxpresso.nxp.com/select&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Then input&amp;nbsp;EVK-MIMXRT1060 to search.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;And at the same time, is it possible&amp;nbsp;to get a patch with changes you make to confirm the reported issue verification? As you mentioned you received a patch from&amp;nbsp;&amp;nbsp;Embedded Artists.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Christine.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 05:59:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2229769#M4512</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-11-21T05:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Random data in the association command - (with Murata NXP 88W8801 Typ2 2DS)</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2233715#M4513</link>
      <description>&lt;P&gt;Hello Christine&lt;BR /&gt;&lt;BR /&gt;I have updated the SDK and can see various changes in the file mlan_join.c, however the uninitialised data exists still - there are no changes with regard to that.&lt;/P&gt;&lt;P&gt;Embedded Artists supplies a patch for their BSP (so that the board starts - eg. it can have a different HyperFlash that it needs to boot from) and this has nothing to do with the WiFi code. The WiFi code comes &lt;EM&gt;purely&lt;/EM&gt; from the SDK.&lt;/P&gt;&lt;P&gt;Therefore this issue still exists in the most up-to-date WiFi code in the SDK.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 12:50:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2233715#M4513</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2025-11-21T12:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Random data in the association command - (with Murata NXP 88W8801 Typ2 2DS)</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2243132#M4514</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1431"&gt;@mjbcswitzerland&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our internal expert request to provide the patch.&lt;/P&gt;
&lt;P&gt;I am not sure whether because they also have this board.&lt;/P&gt;
&lt;P&gt;Would you mind share the patch to me?&lt;/P&gt;
&lt;P&gt;You can send to my private working email so that protect the patch code.&lt;/P&gt;
&lt;P&gt;I sent an email to you using my email address.&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>Sat, 22 Nov 2025 02:27:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2243132#M4514</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-11-22T02:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Random data in the association command - (with Murata NXP 88W8801 Typ2 2DS)</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2246231#M4515</link>
      <description>&lt;P&gt;&amp;nbsp;Christine&lt;BR /&gt;&lt;BR /&gt;All patched SDKs for Embedded Artist&amp;nbsp; i.MX / i.MX RT boards are available on-line here:&amp;nbsp;&lt;A href="http://imx.embeddedartists.com/" target="_blank"&gt;http://imx.embeddedartists.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mjbcswitzerland_0-1763836595797.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/366877iC0CE5B24DF91A5A3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mjbcswitzerland_0-1763836595797.png" alt="mjbcswitzerland_0-1763836595797.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;There are for the board that I use.&lt;BR /&gt;&lt;BR /&gt;The download and installation guide is at &lt;A href="https://developer.embeddedartists.com/docs-m2/get-started/imxrt_nxp/" target="_blank"&gt;https://developer.embeddedartists.com/docs-m2/get-started/imxrt_nxp/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mark&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Nov 2025 18:39:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2246231#M4515</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2025-11-22T18:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Random data in the association command - (with Murata NXP 88W8801 Typ2 2DS)</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2246655#M4517</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1431"&gt;@mjbcswitzerland&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;Then in the list, which patch are you using?&lt;/P&gt;
&lt;P&gt;Is it the first one?&lt;/P&gt;
&lt;TABLE class="table table-hover table-condensed"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;A href="http://imx.embeddedartists.com/imxrt/eaimxrt1062_16mb_sdk_2_15_000_2024-03-12.zip" target="_blank"&gt;eaimxrt1062_16mb_sdk_2_15_000_2024-03-12.zip&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(&lt;A href="http://imx.embeddedartists.com/imxrt/eaimxrt1062_16mb_sdk_2_15_000_2024-03-12_release_note.txt" target="_blank"&gt;release note&lt;/A&gt;)&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;Sorry, I need to forward exactly correct info to our internal team so that we can keep on one channel to discuss.&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, 24 Nov 2025 02:53:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Random-data-in-the-association-command-with-Murata-NXP-88W8801/m-p/2246655#M4517</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-11-24T02:53:22Z</dc:date>
    </item>
  </channel>
</rss>

