Hap AC WIFI to WAN slow speeds

I have 2 HAP Ac's and they both have slow WIFI to WAN speeds. I have played with the firewall. I have viewed many threads and I'm stumped and annoyed. Here is my config.

/export hide-sensitive

sep/08/2016 22:03:05 by RouterOS 6.36.3

software id = 3BUJ-8AS5

/interface bridge
add admin-mac=6C:3B:6B:18:A2:A9 auto-mac=no comment=defconf name=bridge
/interface ethernet
set [ find default-name=ether2 ] name=ether2-master
set [ find default-name=ether3 ] master-port=ether2-master
set [ find default-name=ether4 ] master-port=ether2-master
set [ find default-name=ether5 ] master-port=ether2-master
/ip neighbor discovery
set ether1 discover=no
set bridge comment=defconf
/interface wireless security-profiles
add authentication-types=wpa2-psk management-protection=allowed mode=
dynamic-keys name=Liberty
add authentication-types=wpa2-psk,wpa2-eap eap-methods=""
management-protection=allowed mode=dynamic-keys name=Dominguez
supplicant-identity=""
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce
disabled=no distance=indoors frequency=auto mode=ap-bridge
security-profile=Liberty ssid="Libertynet 2.4Ghz" wireless-protocol=
802.11
set [ find default-name=wlan2 ] band=5ghz-a/n/ac channel-width=
20/40/80mhz-Ceee disabled=no distance=indoors frequency=auto mode=
ap-bridge security-profile=Liberty ssid="Libertynet 5ghz"
wireless-protocol=802.11
add disabled=no mac-address=6E:3B:6B:18:A2:AF master-interface=wlan1 name=
wlan3 security-profile=Dominguez ssid="Dominguez 2.4Ghz"
wds-default-bridge=bridge wps-mode=disabled
add disabled=no mac-address=6E:3B:6B:18:A2:B0 master-interface=wlan2 name=
wlan4 security-profile=Dominguez ssid="Dominguez 5Ghz"
wds-default-bridge=bridge wps-mode=disabled
/ip pool
add name=default-dhcp ranges=192.168.1.10-192.168.1.254
/ip dhcp-server
add address-pool=default-dhcp disabled=no interface=bridge name=
DHCP-server1
/interface bridge port
add bridge=bridge comment=defconf interface=ether2-master
add bridge=bridge comment=defconf interface=sfp1
add bridge=bridge comment=defconf interface=wlan1
add bridge=bridge comment=defconf interface=wlan2
/ip address
add address=192.168.1.1/24 comment=defconf interface=bridge network=
192.168.1.0
/ip dhcp-client
add comment=defconf dhcp-options=hostname,clientid disabled=no interface=
ether1
/ip dhcp-server network
add address=192.168.1.0/24 dns-server=8.8.8.8 gateway=192.168.1.1 netmask=
24
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 name=router
/ip firewall filter
add action=accept chain=input comment=
"defconf: accept established,related" connection-state=
established,related
add action=drop chain=input comment="defconf: drop all from WAN"
in-interface=ether1
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=drop chain=forward comment=
"defconf: drop all from WAN not DSTNATed" connection-nat-state=
!dstnat connection-state=new in-interface=ether1
add action=accept chain=forward comment=
"defconf: accept established,related" connection-state=
established,related
add action=drop chain=forward comment="defconf: drop invalid"
connection-state=invalid
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade"
out-interface=ether1
/system clock
set time-zone-name=America/New_York
/system routerboard settings
set cpu-frequency=720MHz protected-routerboot=disabled
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=bridge
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=bridge

Try to use latest RouterOS RC version.

Your WiFi interfaces need to be in a bridge with the LAN master.