Hi,
We are porting wl1271 driver into a ThreadX based project. It is currently able to connect with no security option, however, we meet some problem in WEP authentication:
============================================================================
run "wlan_cu -b
user_main, start
\> Driver/, Connection/, Management/, Show/, Privacy/, scAn/, roaminG/, qOs/, poWer/, eVents/, Bt
coexsistance/, Report/, dEbug/, biT/, aboUt, Quit
p
.../Privacy> Authentication, encRyption, pskPassphrase, Wep/
r 1
MainSec SM: config, authProtocol = 0, keyExchangeProtocol=1, unicastSuite=1, broadcastSuite=1
MAIN_SEC_SM: successful configuration SM
Setting privacy encryption to 1
.../Privacy> Authentication, encRyption, pskPassphrase, Wep/
w
.../Wep> Add, Remove, Get default key id
a B19227EF6E 1 1 hex
/
\> Driver/, Connection/, Management/, Show/, Privacy/, scAn/, roaminG/, qOs/, poWer/, eVents/, Bt
coexsistance/, Report/, dEbug/, biT/, aboUt, Quit
c
.../Connection> Bssid_list, Connect, Disassociate, Status, Full_bssid_list
c linksys
cmdMbox_SendCommand(): Command length isn't 32bit aligned! CmdId=49
MLME_PARSER: recieved PROBE_RESPONSE message
MLME_PARSER: recieved PROBE_RESPONSE message
Link Speed = 0x0009b078
cmdInterpret_Event: DEFAULT, type=2
Link Speed = 0x00083d60
cmdInterpret_Event: DEFAULT, type=2
MainSec SM: config, authProtocol = 0, keyExchangeProtocol=1, unicastSuite=1, broadcastSuite=1
MAIN_SEC_SM: successful configuration SM
OPEN_AUTH_SM: DEBUG Authentication status is 0
ASSOC_SM: DEBUG Success associating to AP
cmdInterpret_Event: IPC_EVENT_ASSOCIATED
ASSOC_SM: DEBUG - Association Information Get:
ASSOC_SM: DEBUG - Association Information Get:
MAIN_SEC_SM: mainSecKeysOnly_StartIdle...
MAIN_SEC_SM: mainSecKeysOnly_KeysCompleteAuthenticated...
Auth Succ Event from Driver to another BSSID.
cmdInterpret_Event: DEFAULT, type=3
************ NEW CONNECTION ************
-- BSSID = 00000000-00000018-00000039-0000003b-00000051-0000005c
-- SSID = linksys
****************************************
====================================================================================
We are able to connect to AP by using WEP security, however, it seems like wl1271 failed to receive incoming data packet after that
We did observer wl1271 module does trigger WL IRQ and call rsn_pairwiseReKeyTimeout() function, it seems like there is a timeout event which failed WEP connection.
Do you have any ideas on this issue? Many thanks!
Regards,
Han Sian