Dragonboard with wcn36xx module: access point and client at the same time?

Hi,

I would like to use the dragonboard as an AP and a client at the same time.

But I wasn’t able to find the “interface combination” feature in the wcn36xx driver.

$ iw list

    Supported interface modes:
             * IBSS
             * managed
             * AP
             * AP/VLAN
             * monitor
    software interface modes (can always be added):
             * AP/VLAN
             * monitor
    interface combinations are not supported

Other boards support this and show something like:

    valid interface combinations:
             * #{ managed } <= 2048, #{ AP, mesh point } <= 8, #{ P2P-client, P2P-GO } <= 1,
               total <= 2048, #channels <= 1, STA/AP BI must match

Is there a way to get this to work?