Searched refs:RequestIELength (Results 1 - 7 of 7) sorted by relevance

/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/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/wilink_6_1/utils/
H A DosDot11.h344 TI_UINT32 RequestIELength; member in struct:_OS_802_11_ASSOCIATION_INFORMATION
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DosDot11.h395 tiUINT32 RequestIELength;
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
H A DCmdInterpretWext.c1453 TotalLength = sizeof(OS_802_11_ASSOCIATION_INFORMATION) + pParam->content.assocAssociationInformation.RequestIELength +
1469 if (assocInformation->RequestIELength > 0)
1472 wrqu.data.length = assocInformation->RequestIELength;
1476 responseIEs = (char *)assocInformation->OffsetRequestIEs + assocInformation->RequestIELength;
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosUtil.c3199 param.content.assocAssociationInformation.RequestIELength +
3208 if (assocInformation->RequestIELength > 0)
3212 assocInformation->RequestIELength);
3220 responseIEs = requestIEs + assocInformation->RequestIELength;
3226 assocInformation->OffsetRequestIEs + assocInformation->RequestIELength;
/system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
H A Ddriver_ti.c1145 myEventData.assoc_info.req_ies_len = pInfo->RequestIELength;

Completed in 127 milliseconds