wlan0 is instantiated automatically when the driver is loaded. I use it as an AP interface. I want to have AP/STA so I need to create wlan1 for the client interface. I do this with: iw dev wlan0 interface add wlan1 type managed but this interface does persist across power cycle so I need to create it every time. I would like to have the interface created when networkmanager tries to bring up the connection, but the script with the above command (in the pre.d directory) does not get called before networkmanager tells me there is no interface for the connection. Thanks, -Eric |