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

  /hardware/ti/wlan/wl1271/Test/
ctrlDbg.c 89 paramInfo.content.ctrlDataProtectionEnabled = ((*(TI_UINT8*)pParam > 0) ? 1 : 0);
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
Ctrl.h 92 TI_BOOL ctrlDataProtectionEnabled;
Ctrl.c 323 pParamInfo->content.ctrlDataProtectionEnabled = pCtrlData->ctrlDataProtectionEnabled;
528 if (pCtrlData->ctrlDataProtectionEnabled != pParamInfo->content.ctrlDataProtectionEnabled)
530 pCtrlData->ctrlDataProtectionEnabled = pParamInfo->content.ctrlDataProtectionEnabled;
534 if(pCtrlData->ctrlDataProtectionEnabled == TI_TRUE)
544 if(pCtrlData->ctrlDataProtectionEnabled == TI_TRUE)
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 663 TI_BOOL ctrlDataProtectionEnabled;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
systemConfig.c 567 pParam->content.ctrlDataProtectionEnabled = pPrimarySite->useProtection;
siteMgr.c     [all...]

Completed in 34 milliseconds