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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scrApi.h 131 SCR_PR_DIFFERENT_GROUP_RUNNING, /**< The current SCR group is different than the client's group */
scr.c 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;
506 SCR_CRS_PEND, (EScrResourceId)uResourceIndex, SCR_PR_DIFFERENT_GROUP_RUNNING );
    [all...]
ScanCncnSmSpecific.c 491 if (SCR_PR_DIFFERENT_GROUP_RUNNING == eScrPendReason)
631 if ( SCR_PR_DIFFERENT_GROUP_RUNNING == eScrPendReason )
ScanCncn.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/srv/inc/
scrApi.h 122 SCR_PR_DIFFERENT_GROUP_RUNNING, /**< The current SCR group is different than the client's group */
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
scrApi.h 131 SCR_PR_DIFFERENT_GROUP_RUNNING, /**< The current SCR group is different than the client's group */
scr.c 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;
506 SCR_CRS_PEND, uResourceIndex, SCR_PR_DIFFERENT_GROUP_RUNNING );
    [all...]
ScanCncnSmSpecific.c 491 if (SCR_PR_DIFFERENT_GROUP_RUNNING == eScrPendReason)
631 if ( SCR_PR_DIFFERENT_GROUP_RUNNING == eScrPendReason )
ScanCncn.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/srv/scr/
scr.c 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;
356 SCR_CRS_PEND, SCR_PR_DIFFERENT_GROUP_RUNNING );
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;
457 SCR_CRS_PEND, SCR_PR_DIFFERENT_GROUP_RUNNING );
542 pScr->clientArray[ client ].currentPendingReason = *pPendReason = SCR_PR_DIFFERENT_GROUP_RUNNING;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncnRoamingContSM.c 228 if ( SCR_PR_DIFFERENT_GROUP_RUNNING == scrPendReason )
ScanCncnRoamingImmedSM.c 231 if ( SCR_PR_DIFFERENT_GROUP_RUNNING == scrPendReason )
ScanCncn.c     [all...]
ScanCncnDrvSM.c 252 if ( SCR_PR_DIFFERENT_GROUP_RUNNING == scrPendReason )
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgrSM.c 693 else if ((scrStatus == SCR_CRS_PEND) && (scrPendReason == SCR_PR_DIFFERENT_GROUP_RUNNING))
    [all...]
SwitchChannel.c 784 (scrPendReason==SCR_PR_DIFFERENT_GROUP_RUNNING) )
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
measurementMgrSM.c 713 else if ((scrStatus == SCR_CRS_PEND) && (scrPendReason == SCR_PR_DIFFERENT_GROUP_RUNNING))
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
measurementMgrSM.c 690 else if ((scrStatus == SCR_CRS_PEND) && (scrPendReason == SCR_PR_DIFFERENT_GROUP_RUNNING))
    [all...]
SwitchChannel.c 779 (scrPendReason==SCR_PR_DIFFERENT_GROUP_RUNNING) )
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/SwitchChannel/
SwitchChannel.c 839 (scrPendReason==SCR_PR_DIFFERENT_GROUP_RUNNING) )
    [all...]

Completed in 280 milliseconds