Re: strange behavior with synthetic ap0

Denis Kenzior <[email protected]> Wed, 9 Apr 2025 22:35:40 -0500
Newsgroups dev.linux.lists.iwd
Message-ID <[email protected]>
Hi Keith,

 >
> With the current version, I get this:
> 
> root@pi4(rw):~# iw phy | grep -3 'interface combinations'
>           * crit_protocol_stop
>           * update_connect_params
>      software interface modes (can always be added):
>      valid interface combinations:
>           * #{ managed } <= 2, #{ P2P-device } <= 1, #{ P2P-client,
> P2P-GO } <= 1,
>             total <= 3, #channels <= 2

It says 2 channels, but most likely these need to be in separate bands.  You 
could try running AP on say 2.4G and STA on 5G (or vice-versa).  See if the 
disconnects disappear.

>           * #{ managed } <= 1, #{ AP } <= 1, #{ P2P-client } <= 1, #{
> P2P-device } <= 1,

Regards,
-Denis