Searched refs:bufferLength (Results 1 – 14 of 14) sorted by relevance
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
D | ScanCncn.h | 117 TI_UINT16 bufferLength; /* Length of the frame unparsed information elements */ member 211 … TRxAttr* pRxAttr, TI_UINT8* buffer, TI_UINT16 bufferLength);
|
D | ScanCncn.c | 709 TRxAttr* pRxAttr, TI_UINT8* buffer, TI_UINT16 bufferLength) in scanCncn_MlmeResultCB() argument 798 tScanFrameInfo.bufferLength = bufferLength; in scanCncn_MlmeResultCB()
|
D | scanResultTable.c | 107 #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; \
|
D | siteMgr.c | 3944 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()
|
D | currBss.c | 895 pCurrBSS->currAPInfo.bufferLength = pParam->content.siteMgrLastBeacon.bufLength; in currBSS_updateConnectedState()
|
/hardware/ti/wlan/wl1271/stad/Export_Inc/ |
D | bssTypes.h | 98 …TI_UINT16 bufferLength; /**< length of rest of beacon (or probe response) b… member
|
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/ |
D | measurementMgrApi.h | 97 TRxAttr * pRxAttr, TI_UINT8 * buffer, TI_UINT16 bufferLength);
|
D | measurementMgr.c | 848 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/ |
D | apConn.c | 995 …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/ |
D | roamingMgrDebug.c | 189 targetAP.newAP.bufferLength =0; in roamingMgrDebugFunction()
|
/hardware/ti/wlan/wl1271/stad/src/Application/ |
D | roamingMngr.c | 1277 pTargetAp->newAP.bufferLength = bssList->BSSList[i].bufferLength; in roamingMngr_connect()
|
D | scanMngr.c | 1197 frameInfo->buffer, frameInfo->bufferLength ); in scanMngrUpdateBSSInfo() 1198 pScanMngr->BSSList.BSSList[ BSSListIndex ].bufferLength = frameInfo->bufferLength; in scanMngrUpdateBSSInfo()
|
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/ |
D | public_radio.h | 1285 uint16 bufferLength; member
|
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/ |
D | cu_cmd.c | 4801 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()
|