Home
last modified time | relevance | path

Searched refs:ResponseIELength (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DassocSM.c645 TI_UINT32 ResponseIELength = 0; in assoc_getParam() local
687 ResponseIELength = pHandle->assocRespLen - respBuffIEOffset; in assoc_getParam()
707 pParam->content.assocAssociationInformation.ResponseIELength = ResponseIELength; in assoc_getParam()
709 if (ResponseIELength > 0) in assoc_getParam()
/hardware/ti/wlan/wl1271/utils/
DosDot11.h350 TI_UINT32 ResponseIELength; member
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DCmdInterpretWext.c1609 pParam->content.assocAssociationInformation.ResponseIELength; in cmdInterpret_Event()
1638 if (assocInformation->ResponseIELength > 0) in cmdInterpret_Event()
1641 wrqu.data.length = assocInformation->ResponseIELength; in cmdInterpret_Event()