Intel 8265NGW & Jetson Nano | AP & Station on the same card

coming from:

i can see that you did some resaerch on the intel 8265 (named in your compatibility letter)

i would like to achive that one channel of the card connect to my WLAN (client) and the other channel is a Acces Point for the Nano related devices (in my case p cameras)

iw list tells:
valid interface combinations:
* #{ managed } <= 1, #{ AP, P2P-client, P2P-GO } <= 1, #{ P2P-device } <= 1,
total <= 3, #channels <= 2

so it should be possible to have two channels one manged (client) and one as AP at the same time.

i created another interface
sudo iw phy phy0 interface add wlan20 type managed

i do get:

jetson@nano:~$ iw dev
phy#0
Interface wlan20
ifindex 10
wdev 0x4
addr 1c:1b:b5:32:d9:29
type managed
txpower 0.00 dBm
Interface wlan10
ifindex 9
wdev 0x3
addr 1c:1b:b5:32:d9:28
type managed
txpower 0.00 dBm
Unnamed/non-netdev interface
wdev 0x2
addr 1c:1b:b5:32:d9:27
type P2P-device
txpower 0.00 dBm
Interface wlan0
ifindex 7
wdev 0x1
addr 1c:1b:b5:32:d9:26
type managed
channel 11 (2462 MHz), width: 20 MHz, center1: 2462 MHz
txpower 22.00 dBm

but on: jetson@nano:~$ sudo ip -d link set wlan10 up

i get:
RTNETLINK answers: Device or resource busy

any ideas?

Thanks a lot!

Lars

I’m closing this topic due to there is no update from you for a period, assuming this issue was resolved.
If still need the support, please open a new topic. Thanks

Sorry for the late response, is this still an issue to support? Thanks