Searched refs:TI_FALSE (Results 1 - 25 of 109) sorted by relevance

12345

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A Dscr.c73 { TI_FALSE, /**< client status for SCR_CID_APP_SCAN */
74 TI_FALSE, /**< client status for SCR_CID_DRIVER_FG_SCAN */
75 TI_FALSE, /**< client status for SCR_CID_CONT_SCAN */
76 TI_FALSE, /**< client status for SCR_CID_XCC_MEASURE */
77 TI_FALSE, /**< client status for SCR_CID_BASIC_MEASURE */
78 TI_FALSE, /**< client status for SCR_CID_CONNECT */
79 TI_FALSE, /**< client status for SCR_CID_IMMED_SCAN */
80 TI_FALSE, /**< client status for SCR_CID_SWITCH_CHANNEL */ },
83 TI_FALSE, /**< client status for SCR_CID_DRIVER_FG_SCAN */
84 TI_FALSE, /**< clien
[all...]
H A DPowerMgrKeepAlive.c150 pPowerMgrKL->tCurrentConfig.templates[ uIndex ].keepAliveParams.enaDisFlag = TI_FALSE;
154 pPowerMgrKL->bConnected = TI_FALSE;
211 pPowerMgrKL->bConnected = TI_FALSE;
220 pPowerMgrKL->tCurrentConfig.templates[ uIndex ].keepAliveParams.enaDisFlag = TI_FALSE;
269 pPowerMgrKL->tCurrentConfig.templates[ uIndex ].keepAliveParams.enaDisFlag = TI_FALSE;
H A DScanCncnSm.c270 pScanCncnClient->bScanCompletePending = TI_FALSE;
271 pScanCncnClient->bScanRejectedOn2_4 = TI_FALSE;
315 if (TI_FALSE == pScanCncnClient->bInRequest)
374 if (TI_FALSE == pScanCncnClient->bInRequest)
401 if (TI_FALSE == pScanCncnClient->bInRequest)
H A DStaCap.c154 *b11nEnable = TI_FALSE;
181 if (bWmeEnable == TI_FALSE)
190 if (pTwdHtCapabilities->b11nEnable == TI_FALSE)
H A DsystemConfig.c260 TI_BOOL extRatesInd = TI_FALSE;
283 frame.content.iePacket.capabilities |= (TI_FALSE << CAP_PRIVACY_SHIFT);
313 siteMgr_updateRates(pSiteMgr, TI_FALSE, TI_TRUE);
385 siteMgr_updateSite(pSiteMgr, pBssid, &frame ,pSiteMgr->pDesiredParams->siteMgrDesiredChannel, band, TI_FALSE);
498 siteMgr_updateRates(pSiteMgr, TI_FALSE, TI_TRUE);
615 if ((b11nEnable != TI_FALSE) &&
616 (bWmeEnable != TI_FALSE) &&
617 (pPrimarySite->tHtCapabilities.tHdr[0] != TI_FALSE) &&
618 (pPrimarySite->tHtInformation.tHdr[0] != TI_FALSE))
625 tHtControl.bHtEnable = TI_FALSE;
[all...]
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
H A DsmeSelect.c77 TI_BOOL bWscPbAbort, pWscPbApFound = TI_FALSE;
96 pSme->bReselect = TI_FALSE;
125 if (TI_FALSE == sme_SelectSsidMatch (hSme, &(pCurrentSite->ssid), &(pSme->tSsid), pSme->eSsidType))
136 if (TI_FALSE == sme_SelectBssidMatch (&(pCurrentSite->bssid), &(pSme->tBssid)))
147 if (TI_FALSE == sme_SelectBssTypeMatch (pCurrentSite->bssType, pSme->eBssType))
167 if (TI_FALSE == sme_SelectWscMatch (hSme, pCurrentSite, &bWscPbAbort, &pWscPbApFound))
191 if (TI_FALSE == sme_SelectRsnMatch (hSme, pCurrentSite))
203 if (TI_FALSE == siteMgr_SelectRateMatch (pSme->hSiteMgr, pCurrentSite))
271 * \return TI_TRUE if SSIDs match, TI_FALSE if they don't
282 return TI_FALSE;
[all...]
H A DsmeSm.c196 if ((TI_FALSE == pSme->bRadioOn) || (TI_FALSE == pSme->bRunning))
225 if (TI_FALSE == pSme->bRunning)
251 pSme->bAuthSent = TI_FALSE;
269 pSme->bRadioOn = TI_FALSE;
286 pSme->bConnectRequired = TI_FALSE;
298 pSme->bConnectRequired = TI_FALSE;
414 tStatus = conn_start (pSme->hConn, CONN_TYPE_FIRST_CONN, sme_ReportConnStatus, hSme, TI_FALSE, TI_FALSE);
500 if (TI_FALSE
[all...]
H A DapConn.c101 pAPConnection->sendDeauthPacket = TI_FALSE; \
170 TI_BOOL firstAttempt2Roam; /**< TI_TRUE if still connected to original AP, TI_FALSE otherwise */
171 TI_BOOL roamingEnabled; /**< If TI_FALSE, act like if no roaming callback registered. */
523 pAPConnection->isRssiTriggerMaskedOut = TI_FALSE;
525 pAPConnection->islowRateTriggerMaskedOut = TI_FALSE;
526 pAPConnection->isConsTxFailureMaskedOut = TI_FALSE;
530 pAPConnection->voiceTspecConfigured = TI_FALSE;
531 pAPConnection->videoTspecConfigured = TI_FALSE;
532 pAPConnection->resetReportedRoamingStatistics = TI_FALSE;
533 pAPConnection->reNegotiateTSPEC = TI_FALSE;
[all...]
H A DadmCtrlWep.c217 pAdmCtrl->XCCSupport = TI_FALSE;
320 pAdmCtrl->setSiteFirst = TI_FALSE;
328 pAdmCtrl->XCCSupport = TI_FALSE;
/hardware/ti/wlan/wl1271/Test/
H A DHealthMonitorDbg.c122 MacServices_measurementSRV_startStopTimerExpired (hMeasurementSRV, TI_FALSE);
181 pScanSRV->bTimerRunning = TI_FALSE;
184 MacServices_scanSRV_scanTimerExpired ((TI_HANDLE)pScanSRV, TI_FALSE);
/hardware/ti/wlan/wl1271/utils/
H A DGenSM.c145 pGenSM->bEventPending = TI_FALSE;
146 pGenSM->bInAction = TI_FALSE;
200 pGenSM->bEventPending = TI_FALSE;
209 pGenSM->bInAction = TI_FALSE;
/hardware/ti/wlan/wl1271/stad/Export_Inc/
H A DcoreDefaultParams.h109 #define SITE_MGR_PERFORM_BUILD_IN_TEST_RECOVEY_MIN TI_FALSE
111 #define SITE_MGR_PERFORM_BUILD_IN_TEST_RECOVEY_DEF TI_FALSE
240 #define WME_ENABLED_MIN TI_FALSE
244 #define QOS_TRAFFIC_ADM_CTRL_ENABLED_MIN TI_FALSE
252 #define QOS_TAG_ZERO_PRIO_MIN TI_FALSE
504 #define HT_11N_ENABLED_MIN TI_FALSE
633 #define RX_DATA_FILTERS_ENABLED_MIN TI_FALSE
635 #define RX_DATA_FILTERS_ENABLED_DEF TI_FALSE
678 #define CTRL_DATA_TRAFFIC_THRESHOLD_ENABLED_MIN TI_FALSE
680 #define CTRL_DATA_TRAFFIC_THRESHOLD_ENABLED_DEF TI_FALSE
[all...]
/hardware/ti/wlan/wl1271/platforms/os/common/inc/
H A Dcli_cu_common.h55 #ifndef TI_FALSE
56 #define TI_FALSE 0 macro
/hardware/ti/wlan/wl1271/stad/src/Data_link/
H A DtxPort.c158 pTxPort->txSuspended = TI_FALSE;
160 pTxPort->dataQueueEnabled = TI_FALSE;
217 pTxPort->txSuspended = TI_FALSE;
283 pTxPort->mgmtQueueEnabled = TI_FALSE;
288 pTxPort->dataQueueEnabled = TI_FALSE;
H A DtxMgmtQueue.c240 pTxMgmtQ->aQueueBusy[uQueId] = TI_FALSE; /* aQueueBusy default is not busy. */
241 pTxMgmtQ->aQueueEnabledBySM[uQueId] = TI_FALSE; /* Queue is disabled by the SM (state is CLOSE). */
493 pTxMgmtQ->bMgmtPortEnable = TI_FALSE;
589 pTxMgmtQ->aQueueEnabledBySM[QUEUE_TYPE_MGMT] = TI_FALSE;
590 pTxMgmtQ->aQueueEnabledBySM[QUEUE_TYPE_EAPOL] = TI_FALSE;
604 pTxMgmtQ->aQueueEnabledBySM[QUEUE_TYPE_EAPOL] = TI_FALSE;
638 pTxMgmtQ->aQueueEnabledBySM[QUEUE_TYPE_MGMT] = TI_FALSE;
639 pTxMgmtQ->aQueueEnabledBySM[QUEUE_TYPE_EAPOL] = TI_FALSE;
656 pTxMgmtQ->aQueueEnabledBySM[QUEUE_TYPE_MGMT] = TI_FALSE;
657 pTxMgmtQ->aQueueEnabledBySM[QUEUE_TYPE_EAPOL] = TI_FALSE;
[all...]
H A DtxDataQueue.c129 pTxDataQ->bDataPortEnable = TI_FALSE;
161 pTxDataQ->aQueueBusy[uQueId] = TI_FALSE;
162 pTxDataQ->aNetStackQueueStopped[uQueId] = TI_FALSE;
322 TI_BOOL bRequestSchedule = TI_FALSE;
323 TI_BOOL bStopNetStack = TI_FALSE;
358 if (pTxDataQ->aQueueBusy[uQueId] == TI_FALSE)
373 TI_FALSE);
490 pTxDataQ->bDataPortEnable = TI_FALSE;
714 pTxDataQ->aNetStackQueueStopped[uQueId] = TI_FALSE;
798 pTxDataQ->aQueueBusy[aTidToQueueTable[uTidIdx]] = TI_FALSE;
[all...]
H A DTrafficMonitor.c142 TrafficMonitor->Active = TI_FALSE;
168 TrafficMonitor->DownTimerEnabled = TI_FALSE;
233 pTrafficMonitor->Active = TI_FALSE;
235 pTrafficMonitor->DownTimerEnabled = TI_FALSE;
346 TrafficAlertElement->AutoCreated = TI_FALSE;
347 TrafficAlertElement->Enabled = TI_FALSE;
385 TrafficAlertElement->RstWasAssigned = TI_FALSE;
621 TrafficAlertElement->Enabled = TI_FALSE;
761 return TI_FALSE;
792 TI_BOOL returnVal = TI_FALSE;
[all...]
H A DtxCtrl.h53 #define DEF_CURRENT_PRIVACY_MODE TI_FALSE
54 #define DEF_EAPOL_ENCRYPTION_STATUS TI_FALSE
/hardware/ti/wlan/wl1271/TWD/MacServices/
H A DScanSrvSM.c225 pScanSRV->bExitFromDriverMode = TI_FALSE;
268 pScanSRV->bTimerRunning = TI_FALSE;
337 TI_FALSE);
384 if ( TI_FALSE == pScanSRV->bInRequest )
454 pScanSRV->bTimerRunning = TI_FALSE;
464 if ( TI_FALSE == pScanSRV->bSPSScan )
474 pScanSRV->bTSFError = TI_FALSE;
499 pScanSRV->bExitFromDriverMode = TI_FALSE;
527 pScanSRV->bTimerRunning = TI_FALSE;
556 pScanSRV->bTimerRunning = TI_FALSE;
[all...]
H A DMeasurementSrv.c129 pMeasurementSRV->bStartStopTimerRunning = TI_FALSE;
139 pMeasurementSRV->bRequestTimerRunning[i] = TI_FALSE;
189 pMeasurementSRV->bStartStopTimerRunning = TI_FALSE;
196 pMeasurementSRV->bRequestTimerRunning[i] = TI_FALSE;
206 pMeasurementSRV->bStartStopTimerRunning = TI_FALSE;
209 pMeasurementSRV->bRequestTimerRunning[ i ] = TI_FALSE;
292 /* mark to send NULL data when exiting driver mode (can be changed to TI_FALSE
331 pMeasurementSRV->bInRequest = TI_FALSE;
376 pMeasurementSRV->bInRequest = TI_FALSE;
400 pMeasurementSRV->bStartStopTimerRunning = TI_FALSE;
[all...]
H A DScanSrv.c183 pScanSRV->bTimerRunning = TI_FALSE;
347 pScanSRV->bSPSScan = TI_FALSE;
352 if ( (TI_FALSE == bHighPriority) && (TI_TRUE == bDriverMode))
354 pScanSRV->bDtimOverlapping = TI_FALSE;
366 pScanSRV->bNoScanCompleteFlag = TI_FALSE;
378 pScanSRV->bExitFromDriverMode = TI_FALSE;
383 pScanSRV->bInRequest = TI_FALSE;
521 if ( TI_FALSE == pScanSRV->bNoScanCompleteFlag )
531 if (TI_FALSE == pScanSRV->bSPSScan)
534 pScanSRV->bTSFError = TI_FALSE;
[all...]
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
H A DregulatoryDomain.c165 pRegulatoryDomain->country_2_4_WasFound = TI_FALSE;
166 pRegulatoryDomain->country_5_WasFound = TI_FALSE;
379 pRegulatoryDomain->country_2_4_WasFound = TI_FALSE;
380 pRegulatoryDomain->country_5_WasFound = TI_FALSE;
410 return setSupportedChannelsAccording2CountryIe(pRegulatoryDomain, pParam->content.pCountry, TI_FALSE);
600 pParam->content.tDfsChannel.bDfsChannel = TI_FALSE;
698 TI_FALSE - otherwise.
818 pSupportedChannels[channelIndex].channelValidityActive = TI_FALSE;
819 pSupportedChannels[channelIndex].channelValidityPassive = TI_FALSE;
820 pSupportedChannels[channelIndex].bChanneInCountryIe = TI_FALSE;
[all...]
H A DmeasurementMgrSM.c340 pMeasurementMgr->bMeasurementScanExecuted = TI_FALSE;
352 if(pMeasurementMgr->isModuleRegistered == TI_FALSE)
413 pMeasurementMgr->Connected = TI_FALSE;
449 pMeasurementMgr->Enabled = TI_FALSE;
470 if (pMeasurementMgr->Connected == TI_FALSE ||
471 pMeasurementMgr->Enabled == TI_FALSE)
543 TI_FALSE);
580 pMeasurementMgr->Connected = TI_FALSE;
603 pMeasurementMgr->Enabled = TI_FALSE;
735 pMeasurementMgr->Connected = TI_FALSE;
[all...]
H A DSoftGemini.c268 pSoftGemini->bProtectiveMode = TI_FALSE;
270 pSoftGemini->bDriverEnabled = TI_FALSE;
271 pSoftGemini->bPsPollFailureActive = TI_FALSE;
275 status = SoftGemini_setEnableParam(hSoftGemini, pSoftGeminiInitParams->SoftGeminiEnable, TI_FALSE);
346 return_value = SoftGemini_setEnableParam(hSoftGemini,pParam->content.SoftGeminiEnable, TI_FALSE);
647 pSoftGemini->bDriverEnabled = TI_FALSE;
788 pSoftGemini->bProtectiveMode = TI_FALSE;
812 currBSS_SGconfigureBSSLoss(pSoftGemini->hCurrBss,0,TI_FALSE);
815 scanCncn_SGconfigureScanParams(pSoftGemini->hScanCncn,TI_FALSE,0,0,0);
972 SoftGemini_setEnableParam(hSoftGemini, SG_DISABLE, TI_FALSE);
[all...]
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
H A DCmdHndlr.c203 TI_FALSE,
209 os_setDebugOutputToLogger(TI_FALSE);
321 pNewCmd->bWaitFlag = TI_FALSE;
398 pCmdHndlr->bProcessingCmds = TI_FALSE;
439 if (TI_FALSE == bLocalWaitFlag)

Completed in 725 milliseconds

12345