Flint possible to change mac addresses of wireless interfaces?

Hi,

any way to change ath0 ath1 mac addresses?
option macaddress is ignored.

it’s option macaddr.
image

LOL are you sure it works?
I thought they put macaddress in device section to refer hardware not spoof mac address.
On “normal” openwrt I use that option in interace section not device section so for example guest ssid has different mac address, but with your approach i would still end up with two ssids on same mac address right?

Okay, macaddr can also be applied to iface section. After patching system file like this:

sed -i 1941a'config_get bssid "$vif" macaddr' /lib/wifi/qcawificfg80211.sh

It will be merge to next release of firmware.
Thanks.

1 Like