rohbotics / pifi

A headless wifi provisioning system.
46 stars 12 forks source link

Two interfaces - AP does not start #14

Open lbaitemple opened 5 years ago

bsamadi commented 3 years ago

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.