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

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smePrivate.h 76 TI_BOOL bRadioOn;
sme.c 154 pSme->bRadioOn = pModifiedInitParams->bRadioOn;
268 TRACE1(pSme->hReport, REPORT_SEVERITY_INFORMATION , "sme_Start: called, bRadioOn = %d\n", pSme->bRadioOn);
279 if (TI_TRUE == pSme->bRadioOn)
352 if (pSme->bRadioOn != pParam->content.smeRadioOn)
355 pSme->bRadioOn = pParam->content.smeRadioOn;
356 if (TI_TRUE == pSme->bRadioOn)
400 pSme->bRadioOn = TI_TRUE;
527 pParam->content.smeRadioOn = pSme->bRadioOn;
    [all...]
smeSm.c 196 if ((TI_FALSE == pSme->bRadioOn) || (TI_FALSE == pSme->bRunning))
269 pSme->bRadioOn = TI_FALSE;
620 if ((TI_TRUE == pSme->bRunning) && (TI_TRUE == pSme->bRadioOn))
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 909 TI_BOOL bRadioOn;
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
osRgstry.c     [all...]

Completed in 189 milliseconds