Objective:
I am trying to use my raspberry pi as an access point. More precisely, what I am trying to achieve is to use wlan1 as the access point and either usb0 or wlan0 as the "sources" of the internet connection.
Context:
use usb0 as the main internet connection and in case it doesn't work use my iPhone hotspot as a secondary backup option. The raspberry would connect to my iPhone through wlan0 and the devices connected to the raspberry would seamessly connect to the iPhone hotspot.
I have successfully managed to create br0 that bridged usb0 with wlan0 using the this guide
The problem: I cannot add wlan0. If I issue the command brctl addif br0 wlan0 I get the following error: can't add wlan0 to bridge br0: Operation not supported.