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

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smePrivate.h 85 TI_BOOL bRunning;
sme.c 195 pSme->bRunning = TI_FALSE;
270 pSme->bRunning = TI_TRUE;
303 pSme->bRunning = TI_FALSE;
358 if(TI_TRUE == pSme->bRunning)
    [all...]
smeSm.c 196 if ((TI_FALSE == pSme->bRadioOn) || (TI_FALSE == pSme->bRunning))
225 if (TI_FALSE == pSme->bRunning)
620 if ((TI_TRUE == pSme->bRunning) && (TI_TRUE == pSme->bRadioOn))
    [all...]

Completed in 122 milliseconds