I don't trust the Quickset here. If I look into my wireless-wire 60GHz Cubes, then indeed Quickset does as if it is set as a routed setup, where it is in fact a bridged setup.
Bridged setup with WLAN1 and WLAN60 in a bonded interface (bond1) that bond1 is a port on the bridge with the ether1 interface.
I would be very surprised if Quickset would handle or mimic this setup, but rather expect Quickset to completly destroy the wireless-wire setup.
The AP side:
/interface bridge
add ........ name=bridge
/interface wireless
add ...name=wlan1...mode=bridge ............
/interface w60g
set [ find ] disabled=no mode=bridge ......name=wlan60-1..........
/interface w60g station
add comment=defconf name=wlan60-station-1 parent=wlan60-1 remote-address=..................
/interface bonding
add comment=defconf mode=active-backup name=bond1 primary=wlan60-station-1 \
slaves=wlan60-station-1,wlan1
/interface wireless security-profiles
...............
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge comment=defconf interface=bond1
And the CPE(station) side
/interface bridge
add ........ name=bridge
/interface wireless
..................mode=station-bridge ssid=....
/interface w60g
set [ find ] disabled=no mode=station-bridge name=wlan60-1 ................
/interface bonding
add comment=defconf mode=active-backup name=bond1 primary=wlan60-1 slaves=\
wlan60-1,wlan1
/interface wireless security-profiles
set ...................
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge comment=defconf interface=bond1