Searched defs:ResponseIELength (Results 1 - 3 of 3) sorted by relevance

/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DassocSM.c644 TI_UINT32 ResponseIELength = 0; local
684 ResponseIELength = pHandle->assocRespLen - respBuffIEOffset;
704 pParam->content.assocAssociationInformation.ResponseIELength = ResponseIELength;
706 if (ResponseIELength > 0)
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/
H A DassocSM.c695 UINT32 ResponseIELength = 0; local
732 ResponseIELength = pHandle->assocRespLen - respBuffIEOffset;
752 pParam->content.assocAssociationInformation.ResponseIELength = ResponseIELength;
754 if (ResponseIELength > 0)
/system/wlan/ti/wilink_6_1/utils/
H A DosDot11.h348 TI_UINT32 ResponseIELength; member in struct:_OS_802_11_ASSOCIATION_INFORMATION

Completed in 43 milliseconds