OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numOfNeighborBSS
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngr_autoSM.c
345
pRoamingMngr->listOfCandidateAps.
numOfNeighborBSS
= 0;
379
pRoamingMngr->listOfCandidateAps.neighborBSSList[pRoamingMngr->listOfCandidateAps.
numOfNeighborBSS
] = index;
380
pRoamingMngr->listOfCandidateAps.
numOfNeighborBSS
++;
443
if (pRoamingMngr->listOfCandidateAps.
numOfNeighborBSS
> 0)
446
pRoamingMngr->listOfCandidateAps.neighborBSSList[pRoamingMngr->listOfCandidateAps.
numOfNeighborBSS
-1];
447
pRoamingMngr->listOfCandidateAps.
numOfNeighborBSS
--;
roamingMngrApi.h
98
TI_UINT8
numOfNeighborBSS
;
roamingMngr.c
729
pRoamingMngr->listOfCandidateAps.
numOfNeighborBSS
= 0;
[
all
...]
Completed in 2948 milliseconds