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

/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DassocSM.c643 TI_UINT32 RequestIELength = 0; local
681 RequestIELength = pHandle->assocReqLen - reqBuffIEOffset;
692 pParam->content.assocAssociationInformation.RequestIELength = RequestIELength;
694 if (RequestIELength > 0)
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/
H A DassocSM.c694 UINT32 RequestIELength = 0; local
729 RequestIELength = pHandle->assocReqLen - reqBuffIEOffset;
740 pParam->content.assocAssociationInformation.RequestIELength = RequestIELength;
742 if (RequestIELength > 0)
/system/wlan/ti/wilink_6_1/utils/
H A DosDot11.h344 TI_UINT32 RequestIELength; member in struct:_OS_802_11_ASSOCIATION_INFORMATION

Completed in 100 milliseconds