Wi-9P wireless no connecting

I have a Wi-9P with Digi EL 5 RevB on it.

I setup my wireless router with no security.

Set up wpa_supplicant.conf like

ctrl_interface=/var/run/wpa_suplicant
ctrl_interface_group=0
ap_scan=0
country=CA
network={
ssid=“dd-wrt”
key_mgmt=NONE
}

I always get Authentication with 00:00:00:00:00:00 times out.

Even if i leave out the country or change it to US makes no difference.
I can scan and see my router using iwlist.
I have also tried using iwconfig directly instead of wpa_supllicant with no success.
I have also tried to connect to alternate routers.

I have also made my own buildroot so I could make wpa_suplicant with debugging turned on.

Here is what I get:

Trying to associate with 00:40:10:10:00:03 (SSID=‘dd-wrt’ freq=2437 MHz)
Cancelling scan request
WPA: clearing own WPA/RSN IE
Automatic auth_alg selection: 0x1
WPA: clearing AP WPA IE
WPA: clearing AP RSN IE
WPA: clearing own WPA/RSN IE
No keys have been configured - skip key clearing
wpa_driver_wext_set_drop_unencrypted
State: DISCONNECTED -> ASSOCIATING
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
WEXT: Operstate: linkmode=-1, operstate=5
wpa_driver_wext_associate
wpa_driver_wext_set_psk
Setting authentication timeout: 10 sec 0 usec
EAPOL: External notification - EAP success=0
EAPOL: External notification - EAP fail=0
EAPOL: External notification - portControl=ForceAuthorized
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface ‘wlan0’ added
Wireless event: cmd=0x8b04 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface ‘wlan0’ added
Wireless event: cmd=0x8b15 len=20
Wireless event: new AP: 00:00:00:00:00:00
BSSID 00:40:10:10:00:03 blacklist count incremented to 2
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
State: ASSOCIATING -> DISCONNECTED
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
WEXT: Operstate: linkmode=-1, operstate=5
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface ‘wlan0’ added
Wireless event: cmd=0x8b19 len=8
Received 326 bytes of scan results (1 BSSes)
New scan results available

It looks like it is going to connect but then this happens

Wireless event: cmd=0x8b15 len=20
Wireless event: new AP: 00:00:00:00:00:00

Why is there a AP with that address? Any idea as to what is going on?

There is a great document on the Digi website which shows how to troubleshoot the wireless network for this specific module
http://ftp1.digi.com/support/documentation/digi_wireless_troubleshooting_guide.pdf

wpa_supplicant.conf file is a very sensitive configuration file.
Even an extra space in this file will make linux not to read the file properly.

in Help docs WLAN Adaptor guide there is a method to add wifi ssid and connecting method through commands via shell.
try it to check whether you are able to connect.

Check the default .conf file that comes with Digi device.
ctrl_interface=/var/run/wpa_suplicant
ctrl_interface_group=0
ap_scan=0
country=CA
network={
{YOU NEED 1 or 2 TAB SPACE HERE I GUESS} ssid=“dd-wrt”
{YOU NEED 1 or 2 TAB SPACE HERE I GUESS} key_mgmt=NONE
}