Home
last modified time | relevance | path

Searched refs:bufferLength (Results 1 – 14 of 14) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DScanCncn.h117 TI_UINT16 bufferLength; /* Length of the frame unparsed information elements */ member
211 … TRxAttr* pRxAttr, TI_UINT8* buffer, TI_UINT16 bufferLength);
DScanCncn.c709 TRxAttr* pRxAttr, TI_UINT8* buffer, TI_UINT16 bufferLength) in scanCncn_MlmeResultCB() argument
798 tScanFrameInfo.bufferLength = bufferLength; in scanCncn_MlmeResultCB()
DscanResultTable.c107 #define UPDATE_FRAME_BUFFER(pScanResultTable, pBuffer, uLength, pFrame) if (pFrame->bufferLength <…
109 … os_memoryCopy (pScanResultTable->hOS, pBuffer, pFrame->buffer, pFrame->bufferLength); \
110 uLength = pFrame->bufferLength; \
DsiteMgr.c3944 newAP.bufferLength = pCandidate->probeRespLength; in siteMgr_CopyToPrimarySite()
3953 newAP.bufferLength = pCandidate->beaconLength; in siteMgr_CopyToPrimarySite()
4080 … siteMgr_saveProbeRespBuffer(hSiteMgr, &(newAP->BSSID), newAP->pBuffer, newAP->bufferLength); in siteMgr_overwritePrimarySite()
4085 … siteMgr_saveBeaconBuffer(hSiteMgr, &(newAP->BSSID), newAP->pBuffer, newAP->bufferLength); in siteMgr_overwritePrimarySite()
4098 …if (mlmeParser_parseIEs(pSiteMgr->hMlmeSm, newAP->pBuffer, newAP->bufferLength, ieListParseParams)… in siteMgr_overwritePrimarySite()
DcurrBss.c895 pCurrBSS->currAPInfo.bufferLength = pParam->content.siteMgrLastBeacon.bufLength; in currBSS_updateConnectedState()
/hardware/ti/wlan/wl1271/stad/Export_Inc/
DbssTypes.h98 …TI_UINT16 bufferLength; /**< length of rest of beacon (or probe response) b… member
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
DmeasurementMgrApi.h97 TRxAttr * pRxAttr, TI_UINT8 * buffer, TI_UINT16 bufferLength);
DmeasurementMgr.c848 TRxAttr * pRxAttr, TI_UINT8 * buffer, TI_UINT16 bufferLength) in measurementMgr_mlmeResultCB() argument
890 tScanFrameInfo.bufferLength = bufferLength; in measurementMgr_mlmeResultCB()
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DapConn.c995 …lme, listAPs->BSSList[listIndex].pBuffer, listAPs->BSSList[listIndex].bufferLength, RSN_IE_ID, &pR… in apConn_preAuthenticate()
998 …nnection->hReport, listAPs->BSSList[listIndex].pBuffer, listAPs->BSSList[listIndex].bufferLength); in apConn_preAuthenticate()
1017 …ParseIeBuffer (pAPConnection->hMlme, pCurrentAP->pBuffer, pCurrentAP->bufferLength, RSN_IE_ID, &pR… in apConn_preAuthenticate()
1020 report_PrintDump (pCurrentAP->pBuffer, pCurrentAP->bufferLength); in apConn_preAuthenticate()
2111 pAPConnection->newAP->bufferLength) >= 4) in apConn_smInvokeConnectionToNewAp()
/hardware/ti/wlan/wl1271/Test/
DroamingMgrDebug.c189 targetAP.newAP.bufferLength =0; in roamingMgrDebugFunction()
/hardware/ti/wlan/wl1271/stad/src/Application/
DroamingMngr.c1277 pTargetAp->newAP.bufferLength = bssList->BSSList[i].bufferLength; in roamingMngr_connect()
DscanMngr.c1197 frameInfo->buffer, frameInfo->bufferLength ); in scanMngrUpdateBSSInfo()
1198 pScanMngr->BSSList.BSSList[ BSSListIndex ].bufferLength = frameInfo->bufferLength; in scanMngrUpdateBSSInfo()
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/
Dpublic_radio.h1285 uint16 bufferLength; member
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dcu_cmd.c4801 data.testCmd_u.TxTemplateParams.bufferLength = (U16)os_strlen((PS8)parm[1].value); in CuCmd_RadioDebug_Template()
4803 …if( data.testCmd_u.TxTemplateParams.bufferOffset + data.testCmd_u.TxTemplateParams.bufferLength > … in CuCmd_RadioDebug_Template()