Searched refs:lastRxTSF (Results 1 – 5 of 5) sorted by relevance
/hardware/ti/wlan/wl1271/stad/Export_Inc/ |
D | bssTypes.h | 91 TI_UINT64 lastRxTSF; /**< TSF of last received frame */ member
|
/hardware/ti/wlan/wl1271/stad/src/Application/ |
D | scanMngr.c | 1126 os_memoryCopy( pScanMngr->hOS, &(pScanMngr->BSSList.BSSList[ BSSListIndex ].lastRxTSF), in scanMngrUpdateBSSInfo() 1135 os_memoryCopy( pScanMngr->hOS, &(pScanMngr->BSSList.BSSList[ BSSListIndex ].lastRxTSF), in scanMngrUpdateBSSInfo() 2389 BSSList->BSSList[ entryIndex ].lastRxTSF; in scanMngrCalculateNextEventTSF() 2393 …INT64_HIGHER(BSSList->BSSList[ entryIndex ].lastRxTSF), INT64_LOWER(BSSList->BSSList[ entryIndex ]… in scanMngrCalculateNextEventTSF() 3227 … INT64_HIGHER( pBssEntry->lastRxTSF ), INT64_LOWER( pBssEntry->lastRxTSF ))); in scanMngrDebugPrintBSSEntry()
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
D | currBss.c | 874 os_memoryCopy(pCurrBSS->hOs, &pCurrBSS->currAPInfo.lastRxTSF, in currBSS_updateConnectedState() 875 … pParam->content.siteMgrCurrentTsfTimeStamp, sizeof(pCurrBSS->currAPInfo.lastRxTSF)); in currBSS_updateConnectedState()
|
D | siteMgr.c | 3934 …os_memoryCopy(pSiteMgr->hOs, (void *)&newAP.lastRxTSF, (void *)pCandidate->tsfTimeStamp , TIME_STA… in siteMgr_CopyToPrimarySite() 4094 … *)ieListParseParams->frame.content.iePacket.timestamp, (void *)&newAP->lastRxTSF, TIME_STAMP_LEN); in siteMgr_overwritePrimarySite()
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
D | apConn.c | 1945 …apConn_calcNewTsf(pAPConnection, (TI_UINT8 *)&(pAPConnection->newAP->lastRxTSF), pAPConnection->ne… in apConn_smRequestCCKM() 1946 …nection->hXCCMngr, &(pAPConnection->newAP->BSSID), (TI_UINT8 *)&(pAPConnection->newAP->lastRxTSF)); in apConn_smRequestCCKM()
|