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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scr.h 93 EScePendReason currentPendingReason[ SCR_RESOURCE_NUM_OF_RESOURCES ];
scr.c 383 pScr->clientArray[ i ].currentPendingReason[ j ] = SCR_PR_NONE;
496 (pScr->clientArray[ i ].currentPendingReason[ uResourceIndex ] < SCR_PR_DIFFERENT_GROUP_RUNNING) && /* the client was enabled in the previous group */
500 pScr->clientArray[ i ].currentPendingReason[ uResourceIndex ] = SCR_PR_DIFFERENT_GROUP_RUNNING;
527 pScr->clientArray[ highestPending ].currentPendingReason[ uResourceIndex ] = SCR_PR_NONE;
    [all...]
  /hardware/ti/wlan/wl1271/Test/
scrDbg.c 278 pendReasonDesc[ pScr->clientArray[ i ].currentPendingReason[ SCR_RESOURCE_SERVING_CHANNEL ] ],
279 pendReasonDesc[ pScr->clientArray[ i ].currentPendingReason[ SCR_RESOURCE_PERIODIC_SCAN ] ]) );

Completed in 1226 milliseconds