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

  /hardware/ti/wlan/wl1271/TWD/MacServices/
PowerSrvSM.c 72 static TI_STATUS powerSrvSmSMEvent(TI_UINT8* pCurrentState,
685 INPUT: - pCurrentState
692 static TI_STATUS powerSrvSmSMEvent(TI_UINT8* pCurrentState,
711 TRACE3( pPowerSrvSM->hReport, REPORT_SEVERITY_INFORMATION, "powerSrvSmSMEvent: <currentState = %d, event = %d> --> nextState = %d\n", *pCurrentState, event, nextState);
714 pCurrentState,
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngrApi.h 113 TI_UINT32* pCurrentState; /* pointer to Roaming Generic SM current state */
roamingMngr.c 458 *(pRoamingMngr->pCurrentState),
463 TRACE1(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "roamingMngr_smEvent(). new State : %d \n", *(pRoamingMngr->pCurrentState));
790 pRoamingMngr->pCurrentState = &((TGenSM*)pRoamingMngr->hRoamingSm)->uCurrentState;
    [all...]

Completed in 47 milliseconds