OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clientArray
(Results
1 - 8
of
8
) sorted by null
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/srv/scr/
scr.c
235
pScr->
clientArray
[ i ].state = SCR_CS_IDLE;
236
pScr->
clientArray
[ i ].currentPendingReason = SCR_PR_NONE;
237
pScr->
clientArray
[ i ].clientRequestCB = NULL;
238
pScr->
clientArray
[ i ].ClientRequestCBObj = NULL;
270
pScr->
clientArray
[ client ].clientRequestCB = callbackFunc;
271
pScr->
clientArray
[ client ].ClientRequestCBObj = callbackObj;
292
if ( NULL != pScr->
clientArray
[ pScr->runningClient ].clientRequestCB )
294
pScr->
clientArray
[ pScr->runningClient ].clientRequestCB( pScr->
clientArray
[ pScr->runningClient ].ClientRequestCBObj,
345
if ( (pScr->
clientArray
[ i ].state == SCR_CS_PENDING) && /* the client is pending *
[
all
...]
scr.h
117
scr_client_t
clientArray
[ SCR_CID_NUM_OF_CLIENTS ]; /**< array holding all clients' info */
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scr.c
382
pScr->
clientArray
[ i ].state[ j ] = SCR_CS_IDLE;
383
pScr->
clientArray
[ i ].currentPendingReason[ j ] = SCR_PR_NONE;
385
pScr->
clientArray
[ i ].clientRequestCB = NULL;
386
pScr->
clientArray
[ i ].ClientRequestCBObj = NULL;
417
pScr->
clientArray
[ client ].clientRequestCB = callbackFunc;
418
pScr->
clientArray
[ client ].ClientRequestCBObj = callbackObj;
441
if ( NULL != pScr->
clientArray
[ pScr->runningClient[ uResourceIndex ] ].clientRequestCB )
443
pScr->
clientArray
[ pScr->runningClient[ uResourceIndex ] ].clientRequestCB( pScr->
clientArray
[ pScr->runningClient[ uResourceIndex ] ].ClientRequestCBObj,
495
if ( (pScr->
clientArray
[ i ].state[ uResourceIndex ] == SCR_CS_PENDING) && /* the client is pending *
[
all
...]
scr.h
119
TScrClient
clientArray
[ SCR_CID_NUM_OF_CLIENTS ]; /**< array holding all clients' info */
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
scr.c
382
pScr->
clientArray
[ i ].state[ j ] = SCR_CS_IDLE;
383
pScr->
clientArray
[ i ].currentPendingReason[ j ] = SCR_PR_NONE;
385
pScr->
clientArray
[ i ].clientRequestCB = NULL;
386
pScr->
clientArray
[ i ].ClientRequestCBObj = NULL;
417
pScr->
clientArray
[ client ].clientRequestCB = callbackFunc;
418
pScr->
clientArray
[ client ].ClientRequestCBObj = callbackObj;
441
if ( NULL != pScr->
clientArray
[ pScr->runningClient[ uResourceIndex ] ].clientRequestCB )
443
pScr->
clientArray
[ pScr->runningClient[ uResourceIndex ] ].clientRequestCB( pScr->
clientArray
[ pScr->runningClient[ uResourceIndex ] ].ClientRequestCBObj,
495
if ( (pScr->
clientArray
[ i ].state[ uResourceIndex ] == SCR_CS_PENDING) && /* the client is pending *
[
all
...]
scr.h
119
TScrClient
clientArray
[ SCR_CID_NUM_OF_CLIENTS ]; /**< array holding all clients' info */
/hardware/ti/wlan/wl1271/Test/
scrDbg.c
276
clientDesc[ i ], stateDesc[ pScr->
clientArray
[ i ].state[ SCR_RESOURCE_SERVING_CHANNEL ] ],
277
stateDesc[ pScr->
clientArray
[ i ].state[ SCR_RESOURCE_PERIODIC_SCAN ] ],
278
pendReasonDesc[ pScr->
clientArray
[ i ].currentPendingReason[ SCR_RESOURCE_SERVING_CHANNEL ] ],
279
pendReasonDesc[ pScr->
clientArray
[ i ].currentPendingReason[ SCR_RESOURCE_PERIODIC_SCAN ] ]) );
/system/wlan/ti/wilink_6_1/Test/
scrDbg.c
276
clientDesc[ i ], stateDesc[ pScr->
clientArray
[ i ].state[ SCR_RESOURCE_SERVING_CHANNEL ] ],
277
stateDesc[ pScr->
clientArray
[ i ].state[ SCR_RESOURCE_PERIODIC_SCAN ] ],
278
pendReasonDesc[ pScr->
clientArray
[ i ].currentPendingReason[ SCR_RESOURCE_SERVING_CHANNEL ] ],
279
pendReasonDesc[ pScr->
clientArray
[ i ].currentPendingReason[ SCR_RESOURCE_PERIODIC_SCAN ] ]) );
Completed in 632 milliseconds