Searched refs:pCurrentState (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/wlan/wl1271/TWD/MacServices/
H A DPowerSrvSM.c72 static TI_STATUS powerSrvSmSMEvent(TI_UINT8* pCurrentState,
685 INPUT: - pCurrentState
692 static TI_STATUS powerSrvSmSMEvent(TI_UINT8* pCurrentState, argument
711 TRACE3( pPowerSrvSM->hReport, REPORT_SEVERITY_INFORMATION, "powerSrvSmSMEvent: <currentState = %d, event = %d> --> nextState = %d\n", *pCurrentState, event, nextState);
714 pCurrentState,
/hardware/ti/wlan/wl1271/stad/src/Application/
H A DroamingMngrApi.h113 TI_UINT32* pCurrentState; /* pointer to Roaming Generic SM current state */ member in struct:_roamingMngr_t
H A DroamingMngr.c458 *(pRoamingMngr->pCurrentState),
463 TRACE1(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "roamingMngr_smEvent(). new State : %d \n", *(pRoamingMngr->pCurrentState));
790 pRoamingMngr->pCurrentState = &((TGenSM*)pRoamingMngr->hRoamingSm)->uCurrentState;
941 *(pRoamingMngr->pCurrentState),
1107 if (*(pRoamingMngr->pCurrentState) != ROAMING_STATE_WAIT_4_TRIGGER)
1140 TRACE1(pRoamingMngr->hReport, REPORT_SEVERITY_ERROR, " roamingMngr_smUnexpected, state = %d\n", *(pRoamingMngr->pCurrentState));

Completed in 65 milliseconds