HomeSort by relevance Sort by last modified time
    Searched refs:clientRequestCB (Results 1 - 6 of 6) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/srv/scr/
scr.h 91 scr_callback_t clientRequestCB; /**< the client's callback function */
scr.c 237 pScr->clientArray[ i ].clientRequestCB = NULL;
270 pScr->clientArray[ client ].clientRequestCB = callbackFunc;
292 if ( NULL != pScr->clientArray[ pScr->runningClient ].clientRequestCB )
294 pScr->clientArray[ pScr->runningClient ].clientRequestCB( pScr->clientArray[ pScr->runningClient ].ClientRequestCBObj,
353 if ( NULL != pScr->clientArray[ i ].clientRequestCB )
355 pScr->clientArray[ i ].clientRequestCB( pScr->clientArray[ i ].ClientRequestCBObj,
376 if ( NULL != pScr->clientArray[ highestPending ].clientRequestCB )
378 pScr->clientArray[ highestPending ].clientRequestCB( pScr->clientArray[ highestPending ].ClientRequestCBObj,
425 if ( NULL != pScr->clientArray[ pScr->runningClient ].clientRequestCB )
429 pScr->clientArray[ pScr->runningClient ].clientRequestCB( pScr->clientArray[ pScr->runningClient ].ClientRequestCBObj
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scr.h 91 TScrCB clientRequestCB; /**< the client's callback function */
scr.c 385 pScr->clientArray[ i ].clientRequestCB = NULL;
417 pScr->clientArray[ client ].clientRequestCB = callbackFunc;
441 if ( NULL != pScr->clientArray[ pScr->runningClient[ uResourceIndex ] ].clientRequestCB )
443 pScr->clientArray[ pScr->runningClient[ uResourceIndex ] ].clientRequestCB( pScr->clientArray[ pScr->runningClient[ uResourceIndex ] ].ClientRequestCBObj,
503 if ( NULL != pScr->clientArray[ i ].clientRequestCB )
505 pScr->clientArray[ i ].clientRequestCB( pScr->clientArray[ i ].ClientRequestCBObj,
529 if ( NULL != pScr->clientArray[ highestPending ].clientRequestCB )
531 pScr->clientArray[ highestPending ].clientRequestCB( pScr->clientArray[ highestPending ].ClientRequestCBObj,
583 if ( NULL != pScr->clientArray[ pScr->runningClient[ uResourceIndex ] ].clientRequestCB )
586 pScr->clientArray[ pScr->runningClient[ uResourceIndex ] ].clientRequestCB( pScr->clientArray[ pScr->runningClient[ uResourceIndex ] ].ClientRequestCBObj
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
scr.h 91 TScrCB clientRequestCB; /**< the client's callback function */
scr.c 385 pScr->clientArray[ i ].clientRequestCB = NULL;
417 pScr->clientArray[ client ].clientRequestCB = callbackFunc;
441 if ( NULL != pScr->clientArray[ pScr->runningClient[ uResourceIndex ] ].clientRequestCB )
443 pScr->clientArray[ pScr->runningClient[ uResourceIndex ] ].clientRequestCB( pScr->clientArray[ pScr->runningClient[ uResourceIndex ] ].ClientRequestCBObj,
503 if ( NULL != pScr->clientArray[ i ].clientRequestCB )
505 pScr->clientArray[ i ].clientRequestCB( pScr->clientArray[ i ].ClientRequestCBObj,
529 if ( NULL != pScr->clientArray[ highestPending ].clientRequestCB )
531 pScr->clientArray[ highestPending ].clientRequestCB( pScr->clientArray[ highestPending ].ClientRequestCBObj,
583 if ( NULL != pScr->clientArray[ pScr->runningClient[ uResourceIndex ] ].clientRequestCB )
586 pScr->clientArray[ pScr->runningClient[ uResourceIndex ] ].clientRequestCB( pScr->clientArray[ pScr->runningClient[ uResourceIndex ] ].ClientRequestCBObj
    [all...]

Completed in 400 milliseconds