Help connecting a RB411UAHR in secure mode

First, I am a mikrotik newbie. I am trying to get a RB411UAHR to connect to a DLink DIR-655
in Station mode. If I disable wireless security, it seems to connect and acquire a address via
DHCP where I can ping a remote host from the command line. but when I enable WPA Security
the RB411UAHR no longer wants to connect to the Access Point..

The log is complaining about HT Mode or rates, I have tried Mixed G/N, Mixed G/N/B, and
also WPA WPA2 only or Auto WPA / WPA2. In non secure mode it works in any of the combinations.

I am running routeros 5.13

00:46:48 wireless,debug 00:1C:F0:C5:77:C9: on 2452 AP: yes SSID ecs-office-gnet caps 0x431 rates 0xff0f basic 0xf MT: no
00:46:48 wireless,debug wlan1: 00:1C:F0:C5:77:C9 incompatible HT mode or rates
00:46:48 wireless,debug wlan1: no network that satisfies connect-list, by default choose with strongest signal
00:46:48 wireless,debug wlan1: failed to select network
00:46:48 wireless,debug wlan1: delaying scanning
00:46:51 wireless,debug wlan1: must select network

My Interface is configured as follows
[admin@MikroTik] /interface wireless> print
Flags: X - disabled, R - running
0 name=“wlan1” mtu=1500 mac-address=00:0C:42:49:25:0F arp=enabled interface-type=Atheros AR5212 mode=station
ssid=“ecs-office-gnet” frequency=2417 band=2ghz-b/g channel-width=20mhz scan-list=default wireless-protocol=any
antenna-mode=ant-a wds-mode=disabled wds-default-bridge=none wds-ignore-ssid=no bridge-mode=enabled
default-authentication=yes default-forwarding=yes default-ap-tx-limit=0 default-client-tx-limit=0 hide-ssid=no
security-profile=ecs-office-gnet compression=no

Security Profile, pre-shared keys are the same, 13 character string mixed case w/ numbers
[admin@MikroTik] /interface wireless> security-profiles print
Flags: * - default
0 * name=“default” mode=none authentication-types=“” unicast-ciphers=aes-ccm group-ciphers=aes-ccm wpa-pre-shared-key=“”
wpa2-pre-shared-key=“” supplicant-identity=“MikroTik” eap-methods=passthrough tls-mode=no-certificates
tls-certificate=none static-algo-0=none static-key-0=“” static-algo-1=none static-key-1=“” static-algo-2=none
static-key-2=“” static-algo-3=none static-key-3=“” static-transmit-key=key-0 static-sta-private-algo=none
static-sta-private-key=“” radius-mac-authentication=no radius-mac-accounting=no radius-eap-accounting=no
interim-update=0s radius-mac-format=XX:XX:XX:XX:XX:XX radius-mac-mode=as-username radius-mac-caching=disabled
group-key-update=5m management-protection=disabled management-protection-key=“”

1 name=“ecs-office-gnet” mode=dynamic-keys authentication-types=wpa-psk,wpa2-psk unicast-ciphers=tkip,aes-ccm
group-ciphers=tkip,aes-ccm wpa-pre-shared-key=“xxxxx” wpa2-pre-shared-key=“xxxxx”
supplicant-identity=“MikroTik” eap-methods=passthrough tls-mode=no-certificates tls-certificate=none
static-algo-0=none static-key-0=“” static-algo-1=none static-key-1=“” static-algo-2=none static-key-2=“”
static-algo-3=none static-key-3=“” static-transmit-key=key-0 static-sta-private-algo=none static-sta-private-key=“”
radius-mac-authentication=no radius-mac-accounting=no radius-eap-accounting=no interim-update=0s
radius-mac-format=XX:XX:XX:XX:XX:XX radius-mac-mode=as-username radius-mac-caching=disabled group-key-update=5m
management-protection=allowed management-protection-key=“”

[admin@MikroTik] /interface wireless> connect-list print
Flags: X - disabled
0 interface=wlan1 connect=yes mac-address=00:00:00:00:00:00 ssid=“ecs-office-gnet” signal-range=-120..120 area-prefix=“”
security-profile=ecs-office-gnet wireless-protocol=any

I had similar problems with the TL-WR1043N as an access point.
751U-2HnD set in station mode, receives the DHCP settings, but did not work.
I set 751U-2HnD in station-pseudobridge mode and now works fine.

I gave station-pseudobridge a try but no luck..
thank you for the suggestion though.