Hello weidong,
sorry for the delay in reply. And Thank you so much for your response.
After debugging further more I tried with two different configuration
Case 1: With wfd_name as wfd and mwfd
PCIE9098_0 = {
cfg80211_wext=0xf
max_vir_bss=1
cal_data_cfg=none
ps_mode=2
auto_ds=2
drv_mode=7
wfd_name=wfd
sta_name=mlan
uap_name=uap
host_mlme=1
mac_addr=00:50:43:20:12:34
fw_name=nxp/pcieuart9098_combo_v1.bin
}
PCIE9098_1 = {
cfg80211_wext=0xf
max_vir_bss=1
cal_data_cfg=none
ps_mode=2
auto_ds=2
drv_mode=7
wfd_name=mwfd
sta_name=mmlan
uap_name=muap
host_mlme=1
mac_addr=00:50:43:20:52:56
fw_name=nxp/pcieuart9098_combo_v1.bin
}
Following interfaces are available with ifconfig -a command output
MAC0: mlan0 / uap0 / wfd0.
MAC1 : mmlan0 / muap0 / mwfd0.
Case 2: With wfd_name as p2p in both MAC
PCIE9098_0 = {
cfg80211_wext=0xf
max_vir_bss=1
cal_data_cfg=none
ps_mode=2
auto_ds=2
drv_mode=7
wfd_name=p2p
sta_name=mlan
uap_name=uap
host_mlme=1
mac_addr=00:50:43:20:12:34
fw_name=nxp/pcieuart9098_combo_v1.bin
}
PCIE9098_1 = {
cfg80211_wext=0xf
max_vir_bss=1
cal_data_cfg=none
ps_mode=2
auto_ds=2
drv_mode=7
wfd_name=p2p
sta_name=mmlan
uap_name=muap
host_mlme=1
mac_addr=00:50:43:20:52:56
fw_name=nxp/pcieuart9098_combo_v1.bin
}
Following interfaces are available with ifconfig -a command output first time
MAC0: wlp5s0f0/ uap0 / p2p0.
MAC1 : wlp5s0f1 / muap0 / p2p1.
muap0: flags=4098<BROADCAST,MULTICAST> mtu 1500
p2p0: flags=4098<BROADCAST,MULTICAST> mtu 1500
p2p1: flags=4098<BROADCAST,MULTICAST> mtu 1500
uap0: flags=4098<BROADCAST,MULTICAST> mtu 1500
wlp5s0f0: flags=4098<BROADCAST,MULTICAST> mtu 1500
wlp5s0f1: flags=4098<BROADCAST,MULTICAST> mtu 1500
mlan0 and mmlan0 missing
- Reloaded driver and interfaces available with ifconfig -a command output second time
mlan0: flags=4098<BROADCAST,MULTICAST> mtu 1500
mmlan0: flags=4098<BROADCAST,MULTICAST> mtu 1500
muap0: flags=4098<BROADCAST,MULTICAST> mtu 1500
p2p0: flags=4098<BROADCAST,MULTICAST> mtu 1500
wlp5s0f0: flags=4098<BROADCAST,MULTICAST> mtu 1500
wlp5s0f1: flags=4098<BROADCAST,MULTICAST> mtu 1500
And also sometimes uap0/p2p1 is NOT created . So In that case I have to reload the driver.
What is the difference between p2p and wfd / mwfd for wfd_name ?
Why it's affecting uap0/maln0/mmlan0/p2p interface creations in Case-2 ?
Can I use Case-1 configuration for using WiFi-6 and WiFi-5 mode ?
Are MAC0 and MAC1 hard configured to WiFi 6 (802.11ax) and WiF 5 (802.11ac) respectively on 88W9098 ? How can we verify that using command line ?
Thanks,
Kalpesh