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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/srv/scr/
scr.h 93 scr_pendReason_e currentPendingReason; /**<
scr.c 236 pScr->clientArray[ i ].currentPendingReason = SCR_PR_NONE;
346 (pScr->clientArray[ i ].currentPendingReason < SCR_PR_DIFFERENT_GROUP_RUNNING) && /* the client was enabled in the previous group */
350 pScr->clientArray[ i ].currentPendingReason = SCR_PR_DIFFERENT_GROUP_RUNNING;
374 pScr->clientArray[ highestPending ].currentPendingReason = SCR_PR_NONE;
447 (pScr->clientArray[ i ].currentPendingReason < SCR_PR_DIFFERENT_GROUP_RUNNING) && /* the client was enabled in the previous group */
451 pScr->clientArray[ i ].currentPendingReason = SCR_PR_DIFFERENT_GROUP_RUNNING;
475 pScr->clientArray[ highestPending ].currentPendingReason = SCR_PR_NONE;
542 pScr->clientArray[ client ].currentPendingReason = *pPendReason = SCR_PR_DIFFERENT_GROUP_RUNNING;
574 (SCR_PR_OTHER_CLIENT_ABORTING == pScr->clientArray[ highestPending ].currentPendingReason) )
588 pScr->clientArray[ client ].currentPendingReason = *pPendReason = SCR_PR_OTHER_CLIENT_ABORTING
    [all...]
  /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...]
  /system/wlan/ti/wilink_6_1/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 ] ]) );
  /system/wlan/ti/wilink_6_1/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 73 milliseconds