Hi all,
We're trying to establish a WEP enabled WiFi connection from OMAP3530 EVM with WL1271 to a WiFi Access Point. However we have trooubles connecting both with and without the wpa_supplicant (everything works fine when Clear or WPA is used). I was wondering if somebody has a similar experience and if you maybe have some clues of what could be going wrong:
Here's what I did:
1) Configure the WiFi AP (TCL_ROUTER) to do WEP (test it: connected to the AP successfully, using a PC).
Details:
Security Option: WEP
SSID=TCL_ROUTER
Region: Europe
Channel: 11
Mode: g and b
Encryption strength: 64bit
Authentication Type: Open System
Key 1: 5971B6AA30
2) Configure OMAP3530 with Wl1271 to do WEP enabled connection (as instructed by TI's "CLI User Guide", section 14.1.1, Literature Number: ECP_UM_0003_01_00, November 2009) - as follows:
/ d s
.../Driver> Start, sTop, stAtus
a
==========================
Status : running
MAC : 08.00.28.12.34.56
SSID : <empty>
BSSID : 00.00.00.00.00.00
Channel : <empty>
==========================
a
==========================
Status : running
MAC : 08.00.28.12.34.56
SSID : <empty>
BSSID : 00.00.00.00.00.00
Channel : <empty>
==========================
/ m d 1
/ p a 0
/ p r 1
/ p w a 5971b6aa30 1 1 hex
/ c c TCL_ROUTER
Trying to associate with SSID 'TCL_ROUTER'
OK
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with SSID 'TCL_ROUTER'
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with SSID 'TCL_ROUTER'
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with SSID 'TCL_ROUTER'
OK
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with SSID 'TCL_ROUTER'
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with SSID 'TCL_ROUTER'
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with SSID 'TCL_ROUTER'
This error message seems to go on forever.
Has anybody else had a similar experience?
Do you have an idea of what could be going wrong?
Best regards,
Nestor