<?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>Other NXP ProductsのトピックRe: NXP USB8997 weak performance (Wifi AP mode)</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/NXP-USB8997-weak-performance-Wifi-AP-mode/m-p/2110833#M28894</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/249641"&gt;@rikins&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See below, please!&lt;/P&gt;
&lt;P&gt;1.. 88W8997 802.11 ac vht capability.&lt;/P&gt;
&lt;P&gt;You know 88W8987 supports 802.11ac, since you want to transmit video data via Wi-Fi. you should try 802.11ac in your hostapd.conf&lt;/P&gt;
&lt;P&gt;Add the following lines to your hostapd.conf, then try to start 5G uAP, please!&lt;/P&gt;
&lt;P&gt;================================&lt;/P&gt;
&lt;P&gt;hw_mode=a&lt;BR /&gt;channel=36&lt;BR /&gt;......&lt;/P&gt;
&lt;P&gt;ieee80211ac=1 &lt;BR /&gt;require_vht=1&lt;BR /&gt;vht_capab=[MAX-MPDU-3895][SHORT-GI-80][SU-BEAMFORMEE]&lt;BR /&gt;vht_oper_chwidth=1&lt;BR /&gt;vht_oper_centr_freq_seg0_idx=42&lt;/P&gt;
&lt;P&gt;================================&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.. Could you please tell me what the video format (JPEG,&amp;nbsp;Uncompressed video stream or others)?&lt;/P&gt;
&lt;P&gt;3.. How about the resolution of the video.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;[Note]&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The problem of video freezing is not necessarily caused by bandwidth. We need to analyze this problem comprehensively.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;weidong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jun 2025 02:45:47 GMT</pubDate>
    <dc:creator>weidong_sun</dc:creator>
    <dc:date>2025-06-05T02:45:47Z</dc:date>
    <item>
      <title>NXP USB8997 weak performance (Wifi AP mode)</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/NXP-USB8997-weak-performance-Wifi-AP-mode/m-p/2110126#M28883</link>
      <description>&lt;P&gt;Hi NXP Team,&lt;BR /&gt;&lt;BR /&gt;I am using&amp;nbsp;Murata LBEE5XV1YM, which uses NXP's USB8997 chip.&lt;BR /&gt;&lt;BR /&gt;I am not getting the proper performance when I stream the video using my board's AP mode (USB8997 AP mode), and the Linux system connects to the respective SSID.&lt;BR /&gt;&lt;BR /&gt;PFA the recorded video representing the same issue. (Sometimes we get an amazing performance, but it's rare, and the env and setup are all the same.)&lt;BR /&gt;&lt;BR /&gt;Driver info:&lt;BR /&gt;1. I am using&amp;nbsp;&lt;STRONG&gt;NXP_L_USB-USB-8997-U16-X86-W8997-W16.197.121.p1-16.26.121.p1-MXM5X16505.p7.2_V4-GPL&lt;/STRONG&gt; folder.&lt;BR /&gt;2. For&lt;STRONG&gt; mlan.ko&lt;/STRONG&gt; and &lt;STRONG&gt;usb8997.ko&lt;/STRONG&gt; I used &lt;EM&gt;USB-UAPSTA-8997-U16-X86-W16.197.121.p1-MXM5X16505.p7.2_V4&lt;STRONG&gt;-GPL-src&lt;/STRONG&gt;&lt;/EM&gt; folder and took the mlan src from&amp;nbsp;&lt;EM&gt;USB-UAPSTA-8997-U16-X86-W16.197.121.p1-MXM5X16505.p7.2_V4-&lt;STRONG&gt;mlan-src&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;3. &lt;STRONG&gt;wifi_mod_para.conf&lt;/STRONG&gt;:&lt;BR /&gt;```&lt;BR /&gt;USB8997 = {&lt;BR /&gt;cfg80211_wext=0xf&lt;BR /&gt;wfd_name=p2p&lt;BR /&gt;max_vir_bss=1&lt;BR /&gt;cal_data_cfg=none&lt;BR /&gt;drv_mode=7&lt;BR /&gt;}&lt;BR /&gt;```&lt;BR /&gt;4. fw_bin =&amp;nbsp;&lt;STRONG&gt;usbusb8997_combo_v4.bin&lt;/STRONG&gt;&lt;BR /&gt;5. &lt;STRONG&gt;hostapd_2ghz.conf:&lt;/STRONG&gt;&lt;BR /&gt;```&lt;/P&gt;&lt;P&gt;ctrl_interface=/var/run/hostapd&lt;BR /&gt;interface=uap0&lt;BR /&gt;driver=nl80211&lt;BR /&gt;ssid=nyeyetech54&lt;BR /&gt;hw_mode=g&lt;BR /&gt;channel=6&lt;BR /&gt;max_num_sta=10&lt;BR /&gt;auth_algs=1&lt;BR /&gt;beacon_int=100&lt;BR /&gt;dtim_period=1&lt;BR /&gt;wmm_enabled=1&lt;BR /&gt;ignore_broadcast_ssid=0&lt;/P&gt;&lt;P&gt;# Enable HT (802.11n)&lt;BR /&gt;ieee80211n=1&lt;BR /&gt;ieee80211d=1&lt;BR /&gt;country_code=IN&lt;BR /&gt;ieee80211h=1&lt;BR /&gt;ht_capab=[HT40+][SHORT-GI-20][SHORT-GI-40][RX-STBC1][TX-STBC][DSSS_CCK-40]&lt;/P&gt;&lt;P&gt;ap_max_inactivity=0&lt;/P&gt;&lt;P&gt;wpa_key_mgmt=WPA-PSK&lt;BR /&gt;wpa=2&lt;BR /&gt;rsn_pairwise=CCMP&lt;BR /&gt;wpa_passphrase=1234567890&lt;BR /&gt;own_ip_addr=192.168.2.1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;```&lt;BR /&gt;6. &lt;STRONG&gt;dnsmasq.conf:&lt;/STRONG&gt;&lt;BR /&gt;```&lt;BR /&gt;interface=uap0&lt;BR /&gt;dhcp-range=192.168.2.3,192.168.2.230,12h&lt;BR /&gt;dhcp-leasefile=/var/run/dnsmasq.leases&lt;BR /&gt;dhcp-option=3,192.168.2.1&lt;BR /&gt;dhcp-option=6,8.8.8.8,8.8.4.4&lt;BR /&gt;```&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Working flow:&lt;/STRONG&gt;&lt;BR /&gt;1. Load the drivers&lt;BR /&gt;&lt;FONT size="2" color="#0000FF"&gt;-&amp;gt; insmod mlan.ko&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#0000FF"&gt;-&amp;gt; insmod usb8997.ko&amp;nbsp;mod_para=murata_wifi_fw/wifi_mod_para.conf&amp;nbsp;fw_name=murata_wifi_fw/usbusb8997_combo_v4.bin&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;2. Start network:&lt;BR /&gt;&lt;FONT size="2" color="#0000FF"&gt;-&amp;gt;&amp;nbsp;ifconfig uap0 192.168.2.1 netmask 255.255.255.0 up&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#0000FF"&gt;-&amp;gt;&amp;nbsp;route add -net 192.168.2.0 netmask 255.255.255.0 gw 192.168.2.1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;3. Start/setup hostapd&lt;BR /&gt;&lt;FONT size="2" color="#0000FF"&gt;-&amp;gt;&amp;nbsp;hostapd -B "$HOSTAPD_CONF"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;4. Start/setup dnsmasq&lt;BR /&gt;&lt;FONT size="2" color="#0000FF"&gt;-&amp;gt;&amp;nbsp;dnsmasq -C "$DNSMASQ_CONF"&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4" color="#000000"&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;Any help in this matter would really be helpful for us. Looking forward to your amazing response.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;Regards,&lt;BR /&gt;Rikin&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 06:58:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/NXP-USB8997-weak-performance-Wifi-AP-mode/m-p/2110126#M28883</guid>
      <dc:creator>rikins</dc:creator>
      <dc:date>2025-06-04T06:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: NXP USB8997 weak performance (Wifi AP mode)</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/NXP-USB8997-weak-performance-Wifi-AP-mode/m-p/2110833#M28894</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/249641"&gt;@rikins&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See below, please!&lt;/P&gt;
&lt;P&gt;1.. 88W8997 802.11 ac vht capability.&lt;/P&gt;
&lt;P&gt;You know 88W8987 supports 802.11ac, since you want to transmit video data via Wi-Fi. you should try 802.11ac in your hostapd.conf&lt;/P&gt;
&lt;P&gt;Add the following lines to your hostapd.conf, then try to start 5G uAP, please!&lt;/P&gt;
&lt;P&gt;================================&lt;/P&gt;
&lt;P&gt;hw_mode=a&lt;BR /&gt;channel=36&lt;BR /&gt;......&lt;/P&gt;
&lt;P&gt;ieee80211ac=1 &lt;BR /&gt;require_vht=1&lt;BR /&gt;vht_capab=[MAX-MPDU-3895][SHORT-GI-80][SU-BEAMFORMEE]&lt;BR /&gt;vht_oper_chwidth=1&lt;BR /&gt;vht_oper_centr_freq_seg0_idx=42&lt;/P&gt;
&lt;P&gt;================================&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.. Could you please tell me what the video format (JPEG,&amp;nbsp;Uncompressed video stream or others)?&lt;/P&gt;
&lt;P&gt;3.. How about the resolution of the video.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;[Note]&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The problem of video freezing is not necessarily caused by bandwidth. We need to analyze this problem comprehensively.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;weidong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 02:45:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/NXP-USB8997-weak-performance-Wifi-AP-mode/m-p/2110833#M28894</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2025-06-05T02:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: NXP USB8997 weak performance (Wifi AP mode)</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/NXP-USB8997-weak-performance-Wifi-AP-mode/m-p/2111076#M28901</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/26366"&gt;@weidong_sun&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestions and questions.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;My current &lt;STRONG&gt;hostapd.conf&lt;/STRONG&gt; configuration is:&lt;BR /&gt;ctrl_interface=/var/run/hostapd&lt;BR /&gt;interface=uap0&lt;BR /&gt;driver=nl80211&lt;BR /&gt;ssid=test_5g&lt;BR /&gt;hw_mode=a&lt;BR /&gt;channel=36&lt;BR /&gt;max_num_sta=10&lt;BR /&gt;auth_algs=1&lt;BR /&gt;beacon_int=100&lt;BR /&gt;dtim_period=1&lt;BR /&gt;wmm_enabled=1&lt;BR /&gt;ignore_broadcast_ssid=0&lt;BR /&gt;ieee80211n=1&lt;BR /&gt;ieee80211ac=1&lt;BR /&gt;require_vht=1&lt;BR /&gt;ieee80211d=0&lt;BR /&gt;ieee80211h=0&lt;BR /&gt;country_code=US&lt;BR /&gt;ht_capab=[HT40+][SHORT-GI-20][SHORT-GI-40][RX-STBC1][TX-STBC][DSSS_CCK-40]&lt;BR /&gt;vht_oper_chwidth=1&lt;BR /&gt;vht_oper_centr_freq_seg0_idx=42&lt;BR /&gt;vht_capab=[MAX-MPDU-3895][SHORT-GI-80][SU-BEAMFORMEE]&lt;BR /&gt;ap_max_inactivity=0&lt;BR /&gt;wpa=2&lt;BR /&gt;wpa_key_mgmt=WPA-PSK&lt;BR /&gt;rsn_pairwise=CCMP&lt;BR /&gt;wpa_passphrase=1234567890&lt;BR /&gt;&lt;STRONG&gt;However, when starting hostapd with this config for 5 GHz, I get the following error:&lt;/STRONG&gt;&lt;BR /&gt;```&lt;BR /&gt;channel [0] (36) is disabled for use in AP mode, flags: 0x853 NO-IR&lt;BR /&gt;uap0: IEEE 802.11 Configured channel (36) not found from the channel list of current mode (2) IEEE 802.11a&lt;BR /&gt;uap0: IEEE 802.11 Hardware does not support configured channel&lt;BR /&gt;Could not select hw_mode and channel. (-3)&lt;BR /&gt;```&lt;BR /&gt;So it looks like channel 36 is marked &lt;STRONG&gt;disabled for AP mode&lt;/STRONG&gt; with the &lt;STRONG&gt;NO-IR&lt;/STRONG&gt; flag, and hostapd refuses to start on it.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;P.S. I also tried with channel&amp;nbsp;40, 44, 48&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;I am streaming H.264 video from my Linux system using this command:&lt;BR /&gt;```&lt;BR /&gt;gst-launch-1.0 -e rtspsrc location=rtsp://192.168.2.1/live1.sdp ! rtph264depay ! avdec_h264 ! autovideosink sync=false&lt;BR /&gt;```&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Video quality-related details:&lt;BR /&gt;&lt;P&gt;Resolution: 1920 x 1080 pixels (width = 1920, height = 1080)&lt;/P&gt;&lt;P&gt;Frame rate: 30 fps&lt;/P&gt;&lt;P&gt;Bitrate: 4,000,000 bits per second (4 Mbps)&lt;/P&gt;&lt;P&gt;GOP (Group of Pictures): 30&lt;/P&gt;&lt;P&gt;QP (Quantization Parameter): 25&lt;/P&gt;&lt;P&gt;Virtual I-interval: 0 (disabled)&lt;/P&gt;&lt;P&gt;PIQ (probably Picture IQ): 1&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;BR /&gt;LMK if you want more details.&lt;BR /&gt;&lt;BR /&gt;P.S. Details of the hostapd failure logs are attached herewith.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Rikin&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:47:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/NXP-USB8997-weak-performance-Wifi-AP-mode/m-p/2111076#M28901</guid>
      <dc:creator>rikins</dc:creator>
      <dc:date>2025-06-05T07:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: NXP USB8997 weak performance (Wifi AP mode)</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/NXP-USB8997-weak-performance-Wifi-AP-mode/m-p/2111722#M28910</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/249641"&gt;@rikins&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try to comment these lines, then try it again&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;#vht_oper_chwidth=&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#vht_oper_centr_freq_seg0_idx=4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#vht_capab=[MAX-MPDU-3895][SHORT-GI-80][SU-BEAMFORMEE&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;weidong&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 03:06:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/NXP-USB8997-weak-performance-Wifi-AP-mode/m-p/2111722#M28910</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2025-06-06T03:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: NXP USB8997 weak performance (Wifi AP mode)</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/NXP-USB8997-weak-performance-Wifi-AP-mode/m-p/2111802#M28912</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/26366"&gt;@weidong_sun&lt;/a&gt;, Still the same issue.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Rikin&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 06:23:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/NXP-USB8997-weak-performance-Wifi-AP-mode/m-p/2111802#M28912</guid>
      <dc:creator>rikins</dc:creator>
      <dc:date>2025-06-06T06:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: NXP USB8997 weak performance (Wifi AP mode)</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/NXP-USB8997-weak-performance-Wifi-AP-mode/m-p/2111809#M28913</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/249641"&gt;@rikins&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;comment the line again, please!&lt;/P&gt;
&lt;P&gt;#require_vht=1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;weidong&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 06:33:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/NXP-USB8997-weak-performance-Wifi-AP-mode/m-p/2111809#M28913</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2025-06-06T06:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: NXP USB8997 weak performance (Wifi AP mode)</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/NXP-USB8997-weak-performance-Wifi-AP-mode/m-p/2111815#M28914</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/26366"&gt;@weidong_sun&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I did try that. I even tried with the minimum config needed for 5GHZ&lt;BR /&gt;&lt;BR /&gt;FYI,&lt;/P&gt;&lt;PRE&gt;interface=uap0
driver=nl80211
ssid=Test5G
hw_mode=a
channel=44
ieee80211ac=1
country_code=US
ieee80211d=0
ieee80211h=0
ignore_broadcast_ssid=0&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Note: Tried with Channel: 36, 40, ...&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However, I have still faced the same issue.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rikin&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 06:40:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/NXP-USB8997-weak-performance-Wifi-AP-mode/m-p/2111815#M28914</guid>
      <dc:creator>rikins</dc:creator>
      <dc:date>2025-06-06T06:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: NXP USB8997 weak performance (Wifi AP mode)</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/NXP-USB8997-weak-performance-Wifi-AP-mode/m-p/2111821#M28915</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/249641"&gt;@rikins&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is mlan0(STA) working at 2.4G at the same time?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;weidong&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 06:47:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/NXP-USB8997-weak-performance-Wifi-AP-mode/m-p/2111821#M28915</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2025-06-06T06:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: NXP USB8997 weak performance (Wifi AP mode)</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/NXP-USB8997-weak-performance-Wifi-AP-mode/m-p/2111827#M28916</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/26366"&gt;@weidong_sun&lt;/a&gt;&amp;nbsp;, No.&lt;BR /&gt;&lt;BR /&gt;```&lt;/P&gt;&lt;P&gt;# ifconfig&lt;BR /&gt;eth0 Link encap:Ethernet HWaddr 02:00:DA:01:03:54&lt;BR /&gt;inet addr:192.168.10.54 Bcast:192.168.10.255 Mask:255.255.255.0&lt;BR /&gt;inet6 addr: fe80::daff:fe01:354/64 Scope:Link&lt;BR /&gt;UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1&lt;BR /&gt;RX packets:6 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;TX packets:13 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;collisions:0 txqueuelen:1000&lt;BR /&gt;RX bytes:360 (360.0 B) TX bytes:998 (998.0 B)&lt;BR /&gt;Interrupt:30 Base address:0x6000&lt;/P&gt;&lt;P&gt;lo Link encap:Local Loopback&lt;BR /&gt;inet addr:127.0.0.1 Mask:255.0.0.0&lt;BR /&gt;inet6 addr: ::1/128 Scope:Host&lt;BR /&gt;UP LOOPBACK RUNNING MTU:65536 Metric:1&lt;BR /&gt;RX packets:111 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;TX packets:111 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;collisions:0 txqueuelen:1&lt;BR /&gt;RX bytes:7656 (7.4 KiB) TX bytes:7656 (7.4 KiB)&lt;/P&gt;&lt;P&gt;uap0 Link encap:Ethernet HWaddr 9E:50:D1:E6:8A:B1&lt;BR /&gt;inet addr:192.168.2.1 Bcast:192.168.2.255 Mask:255.255.255.0&lt;BR /&gt;inet6 addr: fe80::9c50:d1ff:fee6:8ab1/64 Scope:Link&lt;BR /&gt;UP BROADCAST MULTICAST MTU:1500 Metric:1&lt;BR /&gt;RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;TX packets:0 errors:10 dropped:0 overruns:0 carrier:0&lt;BR /&gt;collisions:0 txqueuelen:1000&lt;BR /&gt;RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;```&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Rikin&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 06:54:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/NXP-USB8997-weak-performance-Wifi-AP-mode/m-p/2111827#M28916</guid>
      <dc:creator>rikins</dc:creator>
      <dc:date>2025-06-06T06:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: NXP USB8997 weak performance (Wifi AP mode)</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/NXP-USB8997-weak-performance-Wifi-AP-mode/m-p/2111855#M28917</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/249641"&gt;@rikins&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let us try the simplest hostapd.conf, please!&lt;/P&gt;
&lt;P&gt;================================&lt;/P&gt;
&lt;P&gt;interface=uap0&lt;BR /&gt;hw_mode=a&lt;BR /&gt;channel=0&lt;BR /&gt;country_code=US&lt;BR /&gt;ssid=NXP_Demo&lt;BR /&gt;auth_algs=1&lt;BR /&gt;ieee80211ac=1&lt;BR /&gt;wpa=2&lt;BR /&gt;wpa_key_mgmt=WPA-PSK&lt;BR /&gt;rsn_pairwise=CCMP&lt;BR /&gt;wpa_passphrase=123456789&lt;/P&gt;
&lt;P&gt;================================&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;weidong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 07:17:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/NXP-USB8997-weak-performance-Wifi-AP-mode/m-p/2111855#M28917</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2025-06-06T07:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: NXP USB8997 weak performance (Wifi AP mode)</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/NXP-USB8997-weak-performance-Wifi-AP-mode/m-p/2111867#M28919</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/26366"&gt;@weidong_sun&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I tried this config, and it's still not working. PFA the log file for the errors.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rikin&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 07:27:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/NXP-USB8997-weak-performance-Wifi-AP-mode/m-p/2111867#M28919</guid>
      <dc:creator>rikins</dc:creator>
      <dc:date>2025-06-06T07:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: NXP USB8997 weak performance (Wifi AP mode)</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/NXP-USB8997-weak-performance-Wifi-AP-mode/m-p/2111915#M28922</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/249641"&gt;@rikins&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;very strange, let us continue to debug it.&lt;/P&gt;
&lt;P&gt;add 802.11n, then try:&lt;/P&gt;
&lt;P&gt;====================&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;ieee80211n=1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;===================&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;weidong&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 08:17:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/NXP-USB8997-weak-performance-Wifi-AP-mode/m-p/2111915#M28922</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2025-06-06T08:17:56Z</dc:date>
    </item>
  </channel>
</rss>

