WIFI startup fail: NAS ID (nas_identifier) no longer optional when "802.11r Fast Transition" enabled [SNAPSHOT - r23375-cdfcac6e24]

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')"
2 Likes