The cleanest solution I could come up with is to insert the following line at row 596 in the file /lib/netifd/hostapd.sh
:
set_default nasid "$(echo "$macaddr" | tr -d ':' | tr 'A-F' 'a-f')"
The cleanest solution I could come up with is to insert the following line at row 596 in the file /lib/netifd/hostapd.sh
:
set_default nasid "$(echo "$macaddr" | tr -d ':' | tr 'A-F' 'a-f')"