OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:roamingAverageSuccHandoverDuration
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngrApi.h
149
TI_UINT32
roamingAverageSuccHandoverDuration
;
roamingMngr.c
341
pRoamingMngr->
roamingAverageSuccHandoverDuration
+= os_timeStampMs(pRoamingMngr->hOs)-pRoamingMngr->roamingHandoverStartedTimestamp;
576
WLAN_OS_REPORT(("- Succesful average succesful handover duration = %d\n", pRoamingMngr->
roamingAverageSuccHandoverDuration
/pRoamingMngr->roamingSuccesfulHandoverNum));
618
pRoamingMngr->
roamingAverageSuccHandoverDuration
= 0;
797
pRoamingMngr->
roamingAverageSuccHandoverDuration
= 0;
[
all
...]
Completed in 27 milliseconds