Searched refs:nextEventTSF (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Application/
H A DscanMngr.c2102 nextEventArray[ nextEventArraySize ].nextEventTSF =
2107 highValue = INT64_HIGHER( nextEventArray[ nextEventArraySize ].nextEventTSF );
2108 lowValue = INT64_LOWER( nextEventArray[ nextEventArraySize ].nextEventTSF );
2116 (nextEventArray[ nextEventArraySize ].nextEventTSF < nextEventArray[ nextEventArrayHead ].nextEventTSF))
2131 (nextEventArray[ nextEventArray[ i ].nextAPIndex ].nextEventTSF < nextEventArray[ nextEventArraySize ].nextEventTSF)) /* next event TSF of the next AP in the list is smaller than that of the AP being inserted */
2171 if ( EarliestTSFToInsert < nextEventArray[ nextEventArrayHead ].nextEventTSF )
2173 if ( TI_FALSE == scanMngrDTIMInRange( hScanMngr, nextEventArray[ nextEventArrayHead ].nextEventTSF,
2174 nextEventArray[ nextEventArrayHead ].nextEventTSF
[all...]
H A DscanMngr.h205 TI_UINT64 nextEventTSF; /**< member in struct:__anon1594

Completed in 1190 milliseconds