I have two interfaces and I want to use one as an Access Point and the other one as a client. So far, I can use one interface as either an Access Point or a client. However, the other interface is not activated.
I have this in my pifi.config:
ap_device: wlan1client_device: any
In this case, only the wlxe84e06896800 is used as a client and wlan1 is not activated.
I have two interfaces and I want to use one as an Access Point and the other one as a client. So far, I can use one interface as either an Access Point or a client. However, the other interface is not activated. I have this in my pifi.config:
ap_device: wlan1
client_device: any
In this case, only the wlxe84e06896800 is used as a client and wlan1 is not activated.
If I write this:
ap_device: wlan1
client_device: wlxe84e06896800
None of them would work.