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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/srv/scr/
scr.c 230 pScr->runningClient = SCR_CID_NO_CLIENT;
287 if ( SCR_CID_NO_CLIENT != pScr->runningClient )
291 ("FW reset occured. Client %d Notified.\n", pScr->runningClient) );
292 if ( NULL != pScr->clientArray[ pScr->runningClient ].clientRequestCB )
294 pScr->clientArray[ pScr->runningClient ].clientRequestCB( pScr->clientArray[ pScr->runningClient ].ClientRequestCBObj,
300 ("Trying to call client %d callback, which is NULL\n", pScr->runningClient) );
368 if ( SCR_CID_NO_CLIENT == pScr->runningClient )
375 pScr->runningClient = (scr_clientId_e)highestPending;
420 if ( SCR_CID_NO_CLIENT != pScr->runningClient &&
    [all...]
scr.h 111 scr_clientId_e runningClient; /**<
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scr.c 374 pScr->runningClient[ i ] = SCR_CID_NO_CLIENT;
438 if ( SCR_CID_NO_CLIENT != pScr->runningClient[ uResourceIndex ] )
440 TRACE1( pScr->hReport, REPORT_SEVERITY_INFORMATION, "FW reset occured. Client %d Notified.\n", pScr->runningClient[ uResourceIndex ]);
441 if ( NULL != pScr->clientArray[ pScr->runningClient[ uResourceIndex ] ].clientRequestCB )
443 pScr->clientArray[ pScr->runningClient[ uResourceIndex ] ].clientRequestCB( pScr->clientArray[ pScr->runningClient[ uResourceIndex ] ].ClientRequestCBObj,
448 TRACE1( pScr->hReport, REPORT_SEVERITY_ERROR, "Trying to call client %d callback, which is NULL\n", pScr->runningClient[ uResourceIndex ]);
520 if ( SCR_CID_NO_CLIENT == pScr->runningClient[ uResourceIndex ] )
528 pScr->runningClient[ uResourceIndex ] = (EScrClientId)highestPending;
578 if ( (SCR_CID_NO_CLIENT != pScr->runningClient[ uResourceIndex ]) &&
    [all...]
scr.h 112 EScrClientId runningClient[ SCR_RESOURCE_NUM_OF_RESOURCES ];
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
scr.c 374 pScr->runningClient[ i ] = SCR_CID_NO_CLIENT;
438 if ( SCR_CID_NO_CLIENT != pScr->runningClient[ uResourceIndex ] )
440 TRACE1( pScr->hReport, REPORT_SEVERITY_INFORMATION, "FW reset occured. Client %d Notified.\n", pScr->runningClient[ uResourceIndex ]);
441 if ( NULL != pScr->clientArray[ pScr->runningClient[ uResourceIndex ] ].clientRequestCB )
443 pScr->clientArray[ pScr->runningClient[ uResourceIndex ] ].clientRequestCB( pScr->clientArray[ pScr->runningClient[ uResourceIndex ] ].ClientRequestCBObj,
448 TRACE1( pScr->hReport, REPORT_SEVERITY_ERROR, "Trying to call client %d callback, which is NULL\n", pScr->runningClient[ uResourceIndex ]);
520 if ( SCR_CID_NO_CLIENT == pScr->runningClient[ uResourceIndex ] )
528 pScr->runningClient[ uResourceIndex ] = (EScrClientId)highestPending;
578 if ( (SCR_CID_NO_CLIENT != pScr->runningClient[ uResourceIndex ]) &&
    [all...]
scr.h 112 EScrClientId runningClient[ SCR_RESOURCE_NUM_OF_RESOURCES ];
  /hardware/ti/wlan/wl1271/Test/
scrDbg.c 267 clientDesc[ pScr->runningClient[ SCR_RESOURCE_SERVING_CHANNEL ] ],
268 clientDesc[ pScr->runningClient[ SCR_RESOURCE_PERIODIC_SCAN ] ],
  /system/wlan/ti/wilink_6_1/Test/
scrDbg.c 267 clientDesc[ pScr->runningClient[ SCR_RESOURCE_SERVING_CHANNEL ] ],
268 clientDesc[ pScr->runningClient[ SCR_RESOURCE_PERIODIC_SCAN ] ],

Completed in 357 milliseconds