Searched refs:TRUE (Results 1 - 25 of 133) sorted by relevance

123456

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
H A DfourXManager.c95 if( (pFourX->desiredConcatenationEnable == TRUE) &&
96 (pFourX->ApFourX_Capabilities.concatenationParams.enableDisable == TRUE) )
98 pFourX->concatenationEnable = TRUE;
116 if( (pFourX->desiredCWMinEnable == TRUE) &&
117 (pFourX->ApFourX_Capabilities.contentionWindowParams.enableDisable == TRUE) )
119 pFourX->CWMinEnable = TRUE;
130 if( (pFourX->desiredCWComboEnable == TRUE) &&
131 (pFourX->ApFourX_Capabilities.CWCombParams.enableDisable == TRUE) )
133 pFourX->CWComboEnable = TRUE;
142 if( (pFourX->desiredAckEmulationEnable == TRUE)
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DwhalDefaultParams.h55 #define EARLY_WAKEUP_ENABLE_MAX (TRUE)
56 #define EARLY_WAKEUP_ENABLE_DEF (TRUE)
133 #define HAL_CTRL_TX_FLASH_ENABLE_MAX TRUE
134 #define HAL_CTRL_TX_FLASH_ENABLE_DEF TRUE
176 #define HAL_CTRL_RX_DISABLE_BROADCAST_MAX TRUE
181 #define HAL_CTRL_RECOVERY_ENABLE_MAX TRUE
182 #define HAL_CTRL_RECOVERY_ENABLE_DEF TRUE
H A DcoreDefaultParams.h121 #define SITE_MGR_PERFORM_BUILD_IN_TEST_RECOVEY_MAX TRUE
131 #define SITE_MGR_BROADCAST_BACKGROUND_SCAN_MAX TRUE
135 #define SITE_MGR_PERIODIC_BROADCAST_BACKGROUND_SCAN_MAX TRUE
143 #define SITE_MGR_KEEP_ALIVE_MAX TRUE
144 #define SITE_MGR_KEEP_ALIVE_DEF TRUE
259 #define WME_ENABLED_MAX (TRUE)
260 #define WME_ENABLED_DEF (TRUE)
263 #define QOS_TRAFFIC_ADM_CTRL_ENABLED_MAX (TRUE)
264 #define QOS_TRAFFIC_ADM_CTRL_ENABLED_DEF (TRUE)
271 #define QOS_TAG_ZERO_PRIO_MAX (TRUE)
[all...]
/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
H A DParsEvent.c134 if(bIsPoint == TRUE)
206 *bIsPoint = TRUE;
233 *bIsPoint = TRUE;
243 *bIsPoint = TRUE;
249 *bIsPoint = TRUE;
256 *bIsPoint = TRUE;
262 *bIsPoint = TRUE;
268 *bIsPoint = TRUE;
274 *bIsPoint = TRUE;
H A Dos_trans.c30 return TRUE;
37 TI_BOOL optval = TRUE;
61 return TRUE;
83 return TRUE;
121 return TRUE;
142 return TRUE;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/srv/scr/
H A Dscr.c74 { TRUE, /**< client status for SCR_CID_APP_SCAN */
84 TRUE, /**< client status for SCR_CID_DRIVER_FG_SCAN */
88 TRUE, /**< client status for SCR_CID_CONNECT */
92 { TRUE, /**< client status for SCR_CID_APP_SCAN */
94 TRUE, /**< client status for SCR_CID_CONT_SCAN */
95 TRUE, /**< client status for SCR_CID_EXC_MEASURE */
96 TRUE, /**< client status for SCR_CID_BASIC_MEASURE */
99 TRUE, /**< client status for SCR_CID_SWITCH_CHANNEL */ },
106 TRUE, /**< client status for SCR_CID_CONNECT */
107 TRUE, /**< clien
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/ELP_Controller/
H A DElpCtrl.c257 TRUE);
269 TRUE);
291 pElpCtrl->bMuxBackNeeded = TRUE;
306 TRUE);
338 * bHwAvail - TRUE if HW is available
358 pElpCtrl->bSynch = TRUE;
377 TRUE) == TNETWIF_COMPLETE)
503 * RETURNS: TRUE - IRQ will arrive from WLAN_READY. FALSE - Otherwise
509 return (pElpCtrl->state == ELPS_WAKING_UP_MUX ? TRUE : FALSE);
521 * OUTPUT: bExitWakeUpSeq = TRUE
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/
H A Dcli_cu_common.h52 #ifndef TRUE
53 #define TRUE 1 macro
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
H A DScanCncnAppApi.c110 pScanConcentrator->bOidScanRunning = TRUE;
182 if ( TRUE == pScanConcentrator->bOidScanRunning )
202 if ( TRUE == pScanConcentrator->bOidScanRunning )
H A DScanCncn.h68 #define SCAN_CNCN_STOP TRUE
175 * abort (from SCR), TRUE if stop
189 * is TRUE when SG is enabled and FALSE otherwise
194 * bUseSGParams == TRUE)
262 * \return TRUE if the channel is allowed, FALSE otherwise.\n
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/
H A DScanSrv.c163 if ( TRUE == pScanSRV->bTimerRunning )
311 pScanSRV->bInRequest = TRUE;
323 pScanSRV->bSPSScan = TRUE;
333 if ( (FALSE == bHighPriority) && (TRUE == bDriverMode) )
339 pScanSRV->bDtimOverlapping = TRUE;
350 if ( TRUE == bDriverMode )
352 pScanSRV->bExitFromDriverMode = TRUE;
391 if ( TRUE == pScanSRV->bSPSScan )
454 else if ( (TRUE == pScanSRV->bScanOnDriverModeFailure) && ( ENTER_POWER_SAVE_FAIL == psStatus) )
514 pScanSRV->bTSFError = TRUE;
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
H A Dconsole.h145 #ifndef TRUE
146 #define TRUE 1 macro
H A Ddbg_module.c135 while (TRUE)
230 Returns: TRUE if the file exists (FALSE otherwise).
248 result = TRUE;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
H A Dti_types.h51 #ifndef TRUE
52 #define TRUE 1 macro
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
H A DosTIType.h51 #if !defined(TRUE)
52 #define TRUE 1 macro
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/security/
H A DwhalSecurity.c173 if (reconfFlag != TRUE)
264 pWhalSecur->reconfData.isDefaultKeyIdValid = TRUE;
269 pWhalSecur->reconfData.isDefaultKeyIdValid = TRUE;
295 pWhalSecur->reconfData.isHwEncDecrEnableValid = TRUE;
392 return (whal_hwCtrl_RxMsduFormatSet (pWhalSecur->pWhalCtrl->pHwCtrl, TRUE));
443 if (whalSecur_KeyAdd (pWhalSecur, pWhalSecur->reconfData.reconfKeys+index, TRUE, NULL, NULL) != OK)
452 if (pWhalSecur->reconfData.isDefaultKeyIdValid == TRUE)
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/NetworkCtrl/RegulatoryDomain/
H A DregulatoryDomain.c204 if (pRegulatoryDomain->spectrumManagementEnabled == TRUE)
206 pRegulatoryDomain->regulatoryDomainEnabled = TRUE;
430 pRegulatoryDomain->regulatoryDomainEnabled = TRUE;
442 return setSupportedChannelsAccording2CountryIe(pRegulatoryDomain, pParam->content.pCountry, TRUE);
701 RETURN: TRUE - if country IE was found according to the band.
755 if( band_2_4 == TRUE )
774 pRegulatoryDomain->country_2_4_WasFound = TRUE;
808 pRegulatoryDomain->country_5_WasFound = TRUE;
862 pSupportedChannels[channelIndex4Band].bChanneInCountryIe = TRUE;
863 pSupportedChannels[channelIndex4Band].channelValidityPassive = TRUE;
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
H A DTrafficMonitor.c169 os_timerStart(TrafficMonitor->hOs,TestEventTimer,5000,TRUE);
207 TrafficMonitor->Active = TRUE;
365 TrafficAlertElement->ResetElment[0]->AutoCreated = TRUE;
367 TrafficAlertElement->ResetElment[0]->RstWasAssigned = TRUE;
368 TrafficAlertElement->RstWasAssigned = TRUE;
540 TrafficAlertElement->RstWasAssigned = TRUE;
562 TrafficResetAlertElement->RstWasAssigned = TRUE;
631 TrafficAlertElement->Enabled = TRUE;
706 RETURN: If threshold crossed TRUE else False
749 return TRUE;
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/PowerMgr/
H A DPowerMgr.c283 TRUE);
329 TRUE);
347 pPowerMgr->powerMngModePriority[POWER_MANAGER_USER_PRIORITY].priorityEnable = TRUE;
384 if ( pPowerMgr->psEnable == TRUE )
401 pPowerMgr->psEnable = TRUE;
434 pPowerMgr->betTrafficEnable = TRUE;
482 if ( pPowerMgr->powerMngModePriority[POWER_MANAGER_PS_POLL_FAILURE_PRIORITY].priorityEnable == TRUE)
520 RETURN: BOOLEAN - TRUE if enable else FALSE.\n
567 if ( pPowerMgr->psEnable == TRUE )
586 if ( pPowerMgr->psEnable == TRUE )
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/HwInit/
H A DHwInit.c185 pHwInit->recoveryProcess = TRUE;
215 status = (TI_STATUS)whal_hwCtrl_ConfigHw(pHwInit->hHwCtrl, (void *)pHwInit->endOfHwInitCB, pHwInit->hRecoveryCtrl, TRUE);
278 pWhalBus->recoveryProcess = TRUE;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_data/
H A DwhalEndpntEnt.c163 if ((seqNumber == collectEnt->seqNum) && (collectEnt->collect == TRUE))
216 if (collectEnt->collect == TRUE)
242 collectEnt->collect = TRUE;
/system/core/libcutils/
H A Dprivate.h258 #ifndef TRUE
259 #define TRUE 1 macro
260 #endif /* !defined TRUE */
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/
H A DMeasurementSrv.c186 if ( TRUE == pMeasurementSRV->bStartStopTimerRunning )
193 if ( TRUE == pMeasurementSRV->bRequestTimerRunning[ i ] )
244 if ( TRUE == pMeasurementSRV->bRequestTimerRunning[ i ] )
253 if ( TRUE == pMeasurementSRV->bStartStopTimerRunning )
306 pMeasurementSRV->bInRequest = TRUE;
310 pMeasurementSRV->bSendNullDataWhenExitPs = TRUE;
373 (TRUE == bSendNullData ? "Yes" : "No"),
388 pMeasurementSRV->bInRequest = TRUE;
417 if ( TRUE == pMeasurementSRV->bStartStopTimerRunning )
424 if ( TRUE
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/
H A DapConn.c197 BOOL firstAttempt2Roam; /**< TRUE if still connected to original AP, FALSE otherwise */
216 BOOL voiceTspecConfigured;/**< Shall be set to TRUE before roaming in case the TSPEC is configured */
217 BOOL videoTspecConfigured;/**< Shall be set to TRUE before roaming in case the TSPEC is configured */
218 BOOL reNegotiateTSPEC; /**< Shall be set to TRUE before hand-over if requested by Roaming Manager */
219 BOOL resetReportedRoamingStatistics; /**< Shall be set to TRUE if starting to measure traffic */
526 pAPConnection->firstAttempt2Roam = TRUE;
542 pAPConnection->roamingEnabled = TRUE;
564 pAPConnection->isSnrTriggerMaskedOut = TRUE;
567 pAPConnection->removeKeys = TRUE;
568 pAPConnection->sendDeauthPacket = TRUE; /* Defaul
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/
H A Dproc_main.c119 for(;g_bTerminate != TRUE;)

Completed in 359 milliseconds

123456