OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:candidateApIndex
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngr_autoSM.c
349
pRoamingMngr->
candidateApIndex
= INVALID_CANDIDATE_INDEX;
438
if ((pRoamingMngr->handoverWasPerformed) && (pRoamingMngr->
candidateApIndex
== CURRENT_AP_INDEX))
445
pRoamingMngr->
candidateApIndex
=
451
pRoamingMngr->
candidateApIndex
=
457
pRoamingMngr->
candidateApIndex
=
463
pRoamingMngr->
candidateApIndex
= INVALID_CANDIDATE_INDEX;
466
TRACE1(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "roamingMngr_smHandover,
candidateApIndex
=%d \n", pRoamingMngr->
candidateApIndex
);
469
if (pRoamingMngr->
candidateApIndex
== INVALID_CANDIDATE_INDEX)
475
pRoamingMngr->
candidateApIndex
= CURRENT_AP_INDEX
[
all
...]
roamingMngrApi.h
122
TI_UINT8
candidateApIndex
; /* The current candidate AP's index to Roam to */
roamingMngr.c
723
pRoamingMngr->
candidateApIndex
= INVALID_CANDIDATE_INDEX;
728
pRoamingMngr->
candidateApIndex
= INVALID_CANDIDATE_INDEX;
[
all
...]
Completed in 57 milliseconds