I am having the craziest problem. I'm running OMAP3530 and WL1271 using DVSDK 4.00.00.17.
Wi-fi startup script:
insmod sdio.ko
insmod bmtrace.ko
insmod tiwlan_drv.ko
./tiwlan_loader
ifconfig tiwlan0 up
./wpa_supplicant -Dwext -itiwlan0 -c wpa_supplicant.txt &
udhcpc -i tiwlan0
Supplicant entry (with WEP):
network={
ssid="devwireless"
key_mgmt=NONE
pairwise=NONE
group=WEP40
auth_alg=OPEN
wep_key0=0000000000
wep_key1=deadbeefde
wep_key2=0000000000
wep_key3=0000000000
wep_tx_keyidx=1
}
When I turn WEP off on the access point and connect without WEP enabled, udhcpc grabs a new IP and we're great.
I turn WEP on and re-connect with the settings above, udhcpc sits there and spams "Sending Discovery...".
It must be something in my configuration here - any idea?