Part Number:WL1837MOD
Champs, question from customer:
Using the wl18xx driver, is it possible to add a WLAN interface that is in client mode to a Linux bridge? I tried the following:
<use wpa_supplicant to associate with an AP on wlan0>
brctl addbr br0
brctl addif br0 wlan0
The commands work if wlan0 is an AP, but if it’s a client, it fails with “Operation not supported.”
Is this a limitation of the driver?