HomeSort by relevance Sort by last modified time
    Searched refs:bRadioOn (Results 1 - 10 of 10) 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...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
smePrivate.h 74 TI_BOOL bRadioOn;
sme.c 155 pSme->bRadioOn = pModifiedInitParams->bRadioOn;
237 TRACE1(pSme->hReport, REPORT_SEVERITY_INFORMATION , "sme_Start: called, bRadioOn = %d\n", pSme->bRadioOn);
248 if (TI_TRUE == pSme->bRadioOn)
321 if (pSme->bRadioOn != pParam->content.smeRadioOn)
324 pSme->bRadioOn = pParam->content.smeRadioOn;
325 if (TI_TRUE == pSme->bRadioOn)
363 pSme->bRadioOn = TI_TRUE;
398 /* printk("SME_DESIRED_SSID_ACT_PARAM: bRadioOn = %d, bRunning = %d\n", pSme->bRadioOn, pSme->bRunning); *
    [all...]
smeSm.c 195 if ((TI_FALSE == pSme->bRadioOn) || (TI_FALSE == pSme->bRunning))
268 pSme->bRadioOn = TI_FALSE;
615 if ((TI_TRUE == pSme->bRunning) && (TI_TRUE == pSme->bRadioOn))
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 909 TI_BOOL bRadioOn;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
paramOut.h 888 TI_BOOL bRadioOn;
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
osRgstry.c     [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/common/src/
osRgstry.c     [all...]

Completed in 1153 milliseconds