Hi NXP Team,
I am using Murata LBEE5XV1YM, which uses NXP's USB8997 chip.
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.
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.)
Driver info:
1. I am using NXP_L_USB-USB-8997-U16-X86-W8997-W16.197.121.p1-16.26.121.p1-MXM5X16505.p7.2_V4-GPL folder.
2. For mlan.ko and usb8997.ko I used USB-UAPSTA-8997-U16-X86-W16.197.121.p1-MXM5X16505.p7.2_V4-GPL-src folder and took the mlan src from USB-UAPSTA-8997-U16-X86-W16.197.121.p1-MXM5X16505.p7.2_V4-mlan-src
3. wifi_mod_para.conf:
```
USB8997 = {
cfg80211_wext=0xf
wfd_name=p2p
max_vir_bss=1
cal_data_cfg=none
drv_mode=7
}
```
4. fw_bin = usbusb8997_combo_v4.bin
5. hostapd_2ghz.conf:
```
ctrl_interface=/var/run/hostapd
interface=uap0
driver=nl80211
ssid=nyeyetech54
hw_mode=g
channel=6
max_num_sta=10
auth_algs=1
beacon_int=100
dtim_period=1
wmm_enabled=1
ignore_broadcast_ssid=0
# Enable HT (802.11n)
ieee80211n=1
ieee80211d=1
country_code=IN
ieee80211h=1
ht_capab=[HT40+][SHORT-GI-20][SHORT-GI-40][RX-STBC1][TX-STBC][DSSS_CCK-40]
ap_max_inactivity=0
wpa_key_mgmt=WPA-PSK
wpa=2
rsn_pairwise=CCMP
wpa_passphrase=1234567890
own_ip_addr=192.168.2.1
```
6. dnsmasq.conf:
```
interface=uap0
dhcp-range=192.168.2.3,192.168.2.230,12h
dhcp-leasefile=/var/run/dnsmasq.leases
dhcp-option=3,192.168.2.1
dhcp-option=6,8.8.8.8,8.8.4.4
```
Working flow:
1. Load the drivers
-> insmod mlan.ko
-> insmod usb8997.ko mod_para=murata_wifi_fw/wifi_mod_para.conf fw_name=murata_wifi_fw/usbusb8997_combo_v4.bin
2. Start network:
-> ifconfig uap0 192.168.2.1 netmask 255.255.255.0 up
-> route add -net 192.168.2.0 netmask 255.255.255.0 gw 192.168.2.1
3. Start/setup hostapd
-> hostapd -B "$HOSTAPD_CONF"
4. Start/setup dnsmasq
-> dnsmasq -C "$DNSMASQ_CONF"
Any help in this matter would really be helpful for us. Looking forward to your amazing response.
Regards,
Rikin