/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
D | scr.c | 73 { 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, /**< client status for SCR_CID_CONT_SCAN */ [all …]
|
D | systemConfig.c | 260 TI_BOOL extRatesInd = TI_FALSE; in sendProbeResponse() 283 frame.content.iePacket.capabilities |= (TI_FALSE << CAP_PRIVACY_SHIFT); in sendProbeResponse() 313 siteMgr_updateRates(pSiteMgr, TI_FALSE, TI_TRUE); in sendProbeResponse() 385 …ateSite(pSiteMgr, pBssid, &frame ,pSiteMgr->pDesiredParams->siteMgrDesiredChannel, band, TI_FALSE); in sendProbeResponse() 498 siteMgr_updateRates(pSiteMgr, TI_FALSE, TI_TRUE); in systemConfig() 615 if ((b11nEnable != TI_FALSE) && in systemConfig() 616 (bWmeEnable != TI_FALSE) && in systemConfig() 617 (pPrimarySite->tHtCapabilities.tHdr[0] != TI_FALSE) && in systemConfig() 618 (pPrimarySite->tHtInformation.tHdr[0] != TI_FALSE)) in systemConfig() 625 tHtControl.bHtEnable = TI_FALSE; in systemConfig() [all …]
|
D | ScanCncnSm.c | 270 pScanCncnClient->bScanCompletePending = TI_FALSE; in scanCncnSm_StartScan() 271 pScanCncnClient->bScanRejectedOn2_4 = TI_FALSE; in scanCncnSm_StartScan() 315 if (TI_FALSE == pScanCncnClient->bInRequest) in scanCncnSm_ScanComplete() 374 if (TI_FALSE == pScanCncnClient->bInRequest) in scanCncnSm_RejectScan() 401 if (TI_FALSE == pScanCncnClient->bInRequest) in scanCncnSm_Recovery()
|
D | PowerMgr.c | 188 pPowerMgr->psEnable = TI_FALSE; in PowerMgr_init() 227 pPowerMgr->betTrafficEnable = TI_FALSE; /* starting without BET */ in PowerMgr_SetDefaults() 244 TI_FALSE); in PowerMgr_SetDefaults() 252 TI_FALSE); in PowerMgr_SetDefaults() 287 TI_FALSE); in PowerMgr_SetDefaults() 295 TI_FALSE); in PowerMgr_SetDefaults() 324 pPowerMgr->powerMngModePriority[index].priorityEnable = TI_FALSE; in PowerMgr_SetDefaults() 432 pPowerMgr->betTrafficEnable = TI_FALSE; in PowerMgr_startPS() 462 if ( pPowerMgr->psEnable == TI_FALSE ) in PowerMgr_stopPS() 473 pPowerMgr->psEnable = TI_FALSE; in PowerMgr_stopPS() [all …]
|
D | siteMgr.c | 105 #define SCAN_FAIL_RECONFIG_DISABLED TI_FALSE 118 …eInfo->content.iePacket.capabilities >> CAP_PRIVACY_SHIFT) & CAP_PRIVACY_MASK) ? TI_TRUE : TI_FALSE 120 …FrameInfo->content.iePacket.capabilities >> CAP_AGILE_SHIFT) & CAP_AGILE_MASK) ? TI_TRUE : TI_FALSE 705 if(pSiteMgr->pDesiredParams->siteMgrExternalConfiguration == TI_FALSE) in siteMgr_setParam() 897 siteMgr_bandParamsConfig(pSiteMgr, TI_FALSE); in siteMgr_setParam() 1118 pParam->content.siteMgrBeaconRecv = TI_FALSE; in siteMgr_getParam() 1234 pParam->content.siteMgrLastBeacon.isBeacon = TI_FALSE; in siteMgr_getParam() 1261 getPrimarySiteDesc(pSiteMgr, pParam->content.pSiteMgrPrimarySiteDesc, TI_FALSE); in siteMgr_getParam() 1460 pParam->content.bPrimarySiteHtSupport = TI_FALSE; in siteMgr_getParam() 1465 …if((pPrimarySite->tHtCapabilities.tHdr[0] != TI_FALSE) && (pPrimarySite->tHtInformation.tHdr[0] !=… in siteMgr_getParam() [all …]
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
D | smeSelect.c | 77 TI_BOOL bWscPbAbort, pWscPbApFound = TI_FALSE; in sme_Select() 96 pSme->bReselect = TI_FALSE; in sme_Select() 125 …if (TI_FALSE == sme_SelectSsidMatch (hSme, &(pCurrentSite->ssid), &(pSme->tSsid), pSme->eSsidType)) in sme_Select() 136 if (TI_FALSE == sme_SelectBssidMatch (&(pCurrentSite->bssid), &(pSme->tBssid))) in sme_Select() 147 if (TI_FALSE == sme_SelectBssTypeMatch (pCurrentSite->bssType, pSme->eBssType)) in sme_Select() 167 if (TI_FALSE == sme_SelectWscMatch (hSme, pCurrentSite, &bWscPbAbort, &pWscPbApFound)) in sme_Select() 191 if (TI_FALSE == sme_SelectRsnMatch (hSme, pCurrentSite)) in sme_Select() 203 if (TI_FALSE == siteMgr_SelectRateMatch (pSme->hSiteMgr, pCurrentSite)) in sme_Select() 282 return TI_FALSE; in sme_SelectSsidMatch() 298 return TI_FALSE; in sme_SelectSsidMatch() [all …]
|
D | smeSm.c | 196 if ((TI_FALSE == pSme->bRadioOn) || (TI_FALSE == pSme->bRunning)) in smeSm_Start() 225 if (TI_FALSE == pSme->bRunning) in smeSm_Stop() 251 pSme->bAuthSent = TI_FALSE; in smeSm_PreConnect() 269 pSme->bRadioOn = TI_FALSE; in smeSm_PreConnect() 286 pSme->bConnectRequired = TI_FALSE; in smeSm_PreConnect() 298 pSme->bConnectRequired = TI_FALSE; in smeSm_PreConnect() 414 …s = conn_start (pSme->hConn, CONN_TYPE_FIRST_CONN, sme_ReportConnStatus, hSme, TI_FALSE, TI_FALSE); in smeSm_Connect() 500 if (TI_FALSE == pSme->bReselect) in smeSm_DisconnectDone() 579 …s = conn_start (pSme->hConn, CONN_TYPE_FIRST_CONN, sme_ReportConnStatus, hSme, TI_FALSE, TI_FALSE); in smeSm_ConnWhenConnecting() 674 bBandChannelExist[ uIndex ] = TI_FALSE; in sme_StartScan() [all …]
|
D | apConn.c | 101 pAPConnection->sendDeauthPacket = TI_FALSE; \ 523 pAPConnection->isRssiTriggerMaskedOut = TI_FALSE; in apConn_SetDefaults() 525 pAPConnection->islowRateTriggerMaskedOut = TI_FALSE; in apConn_SetDefaults() 526 pAPConnection->isConsTxFailureMaskedOut = TI_FALSE; in apConn_SetDefaults() 530 pAPConnection->voiceTspecConfigured = TI_FALSE; in apConn_SetDefaults() 531 pAPConnection->videoTspecConfigured = TI_FALSE; in apConn_SetDefaults() 532 pAPConnection->resetReportedRoamingStatistics = TI_FALSE; in apConn_SetDefaults() 533 pAPConnection->reNegotiateTSPEC = TI_FALSE; in apConn_SetDefaults() 534 pAPConnection->bNonRoamingDisAssocReason = TI_FALSE; in apConn_SetDefaults() 580 return TI_FALSE; in apConn_isPsRequiredBeforeScan() [all …]
|
/hardware/ti/wlan/wl1271/stad/Export_Inc/ |
D | coreDefaultParams.h | 109 #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/stad/src/AirLink_Managment/ |
D | regulatoryDomain.c | 165 pRegulatoryDomain->country_2_4_WasFound = TI_FALSE; in regulatoryDomain_init() 166 pRegulatoryDomain->country_5_WasFound = TI_FALSE; in regulatoryDomain_init() 379 pRegulatoryDomain->country_2_4_WasFound = TI_FALSE; in regulatoryDomain_setParam() 380 pRegulatoryDomain->country_5_WasFound = TI_FALSE; in regulatoryDomain_setParam() 410 …urn setSupportedChannelsAccording2CountryIe(pRegulatoryDomain, pParam->content.pCountry, TI_FALSE); in regulatoryDomain_setParam() 600 pParam->content.tDfsChannel.bDfsChannel = TI_FALSE; in regulatoryDomain_getParam() 818 pSupportedChannels[channelIndex].channelValidityActive = TI_FALSE; in setSupportedChannelsAccording2CountryIe() 819 pSupportedChannels[channelIndex].channelValidityPassive = TI_FALSE; in setSupportedChannelsAccording2CountryIe() 820 pSupportedChannels[channelIndex].bChanneInCountryIe = TI_FALSE; in setSupportedChannelsAccording2CountryIe() 882 return TI_FALSE; in regulatoryDomain_isChannelSupprted() [all …]
|
D | measurementMgrSM.c | 340 pMeasurementMgr->bMeasurementScanExecuted = TI_FALSE; in measurementMgrSM_acConnected() 352 if(pMeasurementMgr->isModuleRegistered == TI_FALSE) in measurementMgrSM_acConnected() 413 pMeasurementMgr->Connected = TI_FALSE; in measurementMgrSM_acDisconnected_fromIdle() 449 pMeasurementMgr->Enabled = TI_FALSE; in measurementMgrSM_acDisable_fromIdle() 470 if (pMeasurementMgr->Connected == TI_FALSE || in measurementMgrSM_acFrameReceived_fromIdle() 471 pMeasurementMgr->Enabled == TI_FALSE) in measurementMgrSM_acFrameReceived_fromIdle() 543 TI_FALSE); in measurementMgrSM_acFrameReceived_fromIdle() 580 pMeasurementMgr->Connected = TI_FALSE; in measurementMgrSM_acDisconnected_fromProcessingRequest() 603 pMeasurementMgr->Enabled = TI_FALSE; in measurementMgrSM_acDisable_fromProcessingRequest() 735 pMeasurementMgr->Connected = TI_FALSE; in measurementMgrSM_acDisconnected_fromWaitForSCR() [all …]
|
D | measurementMgr.c | 167 pMeasurementMgr->Connected = TI_FALSE; in measurementMgr_init() 188 pMeasurementMgr->isModuleRegistered = TI_FALSE; in measurementMgr_init() 192 pMeasurementMgr->bMeasurementScanExecuted = TI_FALSE; in measurementMgr_init() 228 pMeasurementMgr->isTsMetricsEnabled[currAC] = TI_FALSE; in measurementMgr_SetDefaults() 653 status = requestHandler_getNextReq(pMeasurementMgr->hRequestH, TI_FALSE, pRequestArr, in measurementMgr_activateNextRequest() 677 valid = TI_FALSE; /* In order to get the next request/s*/ in measurementMgr_activateNextRequest() 680 } while (valid == TI_FALSE); in measurementMgr_activateNextRequest() 853 if (measurementMgrSM_measureInProgress(pMeasurementMgr) == TI_FALSE) in measurementMgr_mlmeResultCB() 960 TI_BOOL trafficIntensityHigh = TI_FALSE; in measurementMgr_isTrafficIntensityHigherThanThreshold() 1006 return TI_FALSE; in measurementMgr_isRequestValid() [all …]
|
D | SoftGemini.c | 268 pSoftGemini->bProtectiveMode = TI_FALSE; in SoftGemini_SetDefaults() 270 pSoftGemini->bDriverEnabled = TI_FALSE; in SoftGemini_SetDefaults() 271 pSoftGemini->bPsPollFailureActive = TI_FALSE; in SoftGemini_SetDefaults() 275 …status = SoftGemini_setEnableParam(hSoftGemini, pSoftGeminiInitParams->SoftGeminiEnable, TI_FALSE); in SoftGemini_SetDefaults() 346 return_value = SoftGemini_setEnableParam(hSoftGemini,pParam->content.SoftGeminiEnable, TI_FALSE); in SoftGemini_setParam() 647 pSoftGemini->bDriverEnabled = TI_FALSE; in SoftGemini_DisableDriver() 788 pSoftGemini->bProtectiveMode = TI_FALSE; in SoftGemini_DisableProtectiveMode() 812 currBSS_SGconfigureBSSLoss(pSoftGemini->hCurrBss,0,TI_FALSE); in SoftGemini_RemoveProtectiveModeParameters() 815 scanCncn_SGconfigureScanParams(pSoftGemini->hScanCncn,TI_FALSE,0,0,0); in SoftGemini_RemoveProtectiveModeParameters() 972 SoftGemini_setEnableParam(hSoftGemini, SG_DISABLE, TI_FALSE); in SoftGemini_startPsPollFailure() [all …]
|
/hardware/ti/wlan/wl1271/TWD/MacServices/ |
D | ScanSrvSM.c | 225 pScanSRV->bExitFromDriverMode = TI_FALSE; in scanSRVSM_requestPS() 268 pScanSRV->bTimerRunning = TI_FALSE; in scanSRVSM_releasePS() 337 TI_FALSE); in scanSRVSM_startActualScan() 384 if ( TI_FALSE == pScanSRV->bInRequest ) in scanSRVSM_notifyScanComplete() 454 pScanSRV->bTimerRunning = TI_FALSE; in scanSRVSM_handleTimerExpiry() 464 if ( TI_FALSE == pScanSRV->bSPSScan ) in scanSRVSM_handleTimerExpiry() 474 pScanSRV->bTSFError = TI_FALSE; in scanSRVSM_handleTimerExpiry() 499 pScanSRV->bExitFromDriverMode = TI_FALSE; in scanSRVSM_PsFailWhileScanning() 527 pScanSRV->bTimerRunning = TI_FALSE; in scanSRVSM_handleRecovery() 556 pScanSRV->bTimerRunning = TI_FALSE; in actionUnexpected()
|
D | MeasurementSrv.c | 129 pMeasurementSRV->bStartStopTimerRunning = TI_FALSE; in MacServices_measurementSRV_init() 139 pMeasurementSRV->bRequestTimerRunning[i] = TI_FALSE; in MacServices_measurementSRV_init() 189 pMeasurementSRV->bStartStopTimerRunning = TI_FALSE; in measurementSRV_restart() 196 pMeasurementSRV->bRequestTimerRunning[i] = TI_FALSE; in measurementSRV_restart() 206 pMeasurementSRV->bStartStopTimerRunning = TI_FALSE; in measurementSRV_restart() 209 pMeasurementSRV->bRequestTimerRunning[ i ] = TI_FALSE; in measurementSRV_restart() 331 pMeasurementSRV->bInRequest = TI_FALSE; in MacServices_measurementSRV_startMeasurement() 376 pMeasurementSRV->bInRequest = TI_FALSE; in MacServices_measurementSRV_stopMeasurement() 400 pMeasurementSRV->bStartStopTimerRunning = TI_FALSE; in MacServices_measurementSRV_FWReset() 407 pMeasurementSRV->bRequestTimerRunning[i] = TI_FALSE; in MacServices_measurementSRV_FWReset() [all …]
|
D | ScanSrv.c | 183 pScanSRV->bTimerRunning = TI_FALSE; in scanSRV_restart() 347 pScanSRV->bSPSScan = TI_FALSE; in MacServices_scanSRV_scan() 352 if ( (TI_FALSE == bHighPriority) && (TI_TRUE == bDriverMode)) in MacServices_scanSRV_scan() 354 pScanSRV->bDtimOverlapping = TI_FALSE; in MacServices_scanSRV_scan() 366 pScanSRV->bNoScanCompleteFlag = TI_FALSE; in MacServices_scanSRV_scan() 378 pScanSRV->bExitFromDriverMode = TI_FALSE; in MacServices_scanSRV_scan() 383 pScanSRV->bInRequest = TI_FALSE; in MacServices_scanSRV_scan() 521 if ( TI_FALSE == pScanSRV->bNoScanCompleteFlag ) in MacServices_scanSRV_scanCompleteCB() 531 if (TI_FALSE == pScanSRV->bSPSScan) in MacServices_scanSRV_scanCompleteCB() 534 pScanSRV->bTSFError = TI_FALSE; in MacServices_scanSRV_scanCompleteCB() [all …]
|
D | MeasurementSrvSM.c | 338 TI_FALSE); in measurementSRVSM_requestMeasureStart() 407 TI_FALSE); in measurementSRVSM_startMeasureTypes() 460 TI_FALSE); in measurementSRVSM_startMeasureTypes() 500 TI_FALSE); in measurementSRVSM_startMeasureTypes() 548 pMeasurementSRV->bStartStopTimerRunning = TI_FALSE; in measurementSRVSM_requestMeasureStop() 576 TI_FALSE); in measurementSRVSM_requestMeasureStop() 630 if ( TI_FALSE == pMeasurementSRV->bInRequest ) in measurementSRVSM_stopFromWaitForDriverMode() 751 pMeasurementSRV->bRequestTimerRunning[i] = TI_FALSE; in measurementSRVSM_stopFromMeasureInProgress() 821 TI_FALSE); in measurementSRVSM_stopFromMeasureInProgress() 849 if ( TI_FALSE == pMeasurementSRV->bInRequest ) in measurementSRVSM_DriverModeFailure() [all …]
|
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
D | txPort.c | 158 pTxPort->txSuspended = TI_FALSE; in txPort_init() 160 pTxPort->dataQueueEnabled = TI_FALSE; in txPort_init() 217 pTxPort->txSuspended = TI_FALSE; in txPort_resumeTx() 283 pTxPort->mgmtQueueEnabled = TI_FALSE; in updateQueuesStates() 288 pTxPort->dataQueueEnabled = TI_FALSE; in updateQueuesStates()
|
D | TrafficMonitor.c | 142 TrafficMonitor->Active = TI_FALSE; in TrafficMonitor_Init() 168 TrafficMonitor->DownTimerEnabled = TI_FALSE; in TrafficMonitor_Init() 233 pTrafficMonitor->Active = TI_FALSE; in TrafficMonitor_Stop() 235 pTrafficMonitor->DownTimerEnabled = TI_FALSE; in TrafficMonitor_Stop() 346 TrafficAlertElement->AutoCreated = TI_FALSE; in TrafficMonitor_RegEvent() 347 TrafficAlertElement->Enabled = TI_FALSE; in TrafficMonitor_RegEvent() 385 TrafficAlertElement->RstWasAssigned = TI_FALSE; in TrafficMonitor_RegEvent() 621 TrafficAlertElement->Enabled = TI_FALSE; in TrafficMonitor_StopEventNotif() 761 return TI_FALSE; in isThresholdUp() 792 TI_BOOL returnVal = TI_FALSE; in isThresholdDown() [all …]
|
D | txMgmtQueue.c | 240 pTxMgmtQ->aQueueBusy[uQueId] = TI_FALSE; /* aQueueBusy default is not busy. */ in txMgmtQ_Init() 241 …pTxMgmtQ->aQueueEnabledBySM[uQueId] = TI_FALSE; /* Queue is disabled by the SM (state is CLOSE). */ in txMgmtQ_Init() 493 pTxMgmtQ->bMgmtPortEnable = TI_FALSE; in txMgmtQ_StopAll() 589 pTxMgmtQ->aQueueEnabledBySM[QUEUE_TYPE_MGMT] = TI_FALSE; in mgmtQueuesSM() 590 pTxMgmtQ->aQueueEnabledBySM[QUEUE_TYPE_EAPOL] = TI_FALSE; in mgmtQueuesSM() 604 pTxMgmtQ->aQueueEnabledBySM[QUEUE_TYPE_EAPOL] = TI_FALSE; in mgmtQueuesSM() 638 pTxMgmtQ->aQueueEnabledBySM[QUEUE_TYPE_MGMT] = TI_FALSE; in mgmtQueuesSM() 639 pTxMgmtQ->aQueueEnabledBySM[QUEUE_TYPE_EAPOL] = TI_FALSE; in mgmtQueuesSM() 656 pTxMgmtQ->aQueueEnabledBySM[QUEUE_TYPE_MGMT] = TI_FALSE; in mgmtQueuesSM() 657 pTxMgmtQ->aQueueEnabledBySM[QUEUE_TYPE_EAPOL] = TI_FALSE; in mgmtQueuesSM() [all …]
|
D | txDataQueue.c | 129 pTxDataQ->bDataPortEnable = TI_FALSE; in txDataQ_Init() 161 pTxDataQ->aQueueBusy[uQueId] = TI_FALSE; in txDataQ_Init() 162 pTxDataQ->aNetStackQueueStopped[uQueId] = TI_FALSE; in txDataQ_Init() 322 TI_BOOL bRequestSchedule = TI_FALSE; in txDataQ_InsertPacket() 323 TI_BOOL bStopNetStack = TI_FALSE; in txDataQ_InsertPacket() 358 if (pTxDataQ->aQueueBusy[uQueId] == TI_FALSE) in txDataQ_InsertPacket() 373 TI_FALSE); in txDataQ_InsertPacket() 490 pTxDataQ->bDataPortEnable = TI_FALSE; in txDataQ_StopAll() 714 pTxDataQ->aNetStackQueueStopped[uQueId] = TI_FALSE; in txDataQ_RunScheduler() 798 pTxDataQ->aQueueBusy[aTidToQueueTable[uTidIdx]] = TI_FALSE; in txDataQ_UpdateQueuesBusyState()
|
/hardware/ti/wlan/wl1271/utils/ |
D | GenSM.c | 145 pGenSM->bEventPending = TI_FALSE; in genSM_SetDefaults() 146 pGenSM->bInAction = TI_FALSE; in genSM_SetDefaults() 200 pGenSM->bEventPending = TI_FALSE; in genSM_Event() 209 pGenSM->bInAction = TI_FALSE; in genSM_Event()
|
/hardware/ti/wlan/wl1271/Test/ |
D | HealthMonitorDbg.c | 122 MacServices_measurementSRV_startStopTimerExpired (hMeasurementSRV, TI_FALSE); in healthMonitorDebugFunction() 181 pScanSRV->bTimerRunning = TI_FALSE; in noScanCompleteTimer() 184 MacServices_scanSRV_scanTimerExpired ((TI_HANDLE)pScanSRV, TI_FALSE); in noScanCompleteTimer()
|
/hardware/ti/wlan/wl1271/TWD/Ctrl/ |
D | CmdQueue.c | 161 pCmdQueue->bErrorFlag = TI_FALSE; in cmdQueue_Init() 162 pCmdQueue->bMboxEnabled = TI_FALSE; in cmdQueue_Init() 163 pCmdQueue->bAwake = TI_FALSE; in cmdQueue_Init() 194 TI_BOOL bBreakWhile = TI_FALSE; in cmdQueue_SM() 230 if (pCmdQueue->bAwake == TI_FALSE) in cmdQueue_SM() 324 pCmdQueue->bErrorFlag = TI_FALSE; in cmdQueue_SM() 335 pCmdQueue->bErrorFlag = TI_FALSE; in cmdQueue_SM() 374 pCmdQueue->bAwake = TI_FALSE; in cmdQueue_SM() 580 pCmdQueue->bAwake = TI_FALSE; in cmdQueue_Restart() 753 pCmdQueue->bMboxEnabled = TI_FALSE; in cmdQueue_DisableMbox()
|
/hardware/ti/wlan/wl1271/TWD/Data_Service/ |
D | RxQueue.c | 262 pTidDataBase->aTidBaEstablished = TI_FALSE; in RxQueue_CloseBaSession() 287 pRxQueue->tPacketTimeout.bPacketMiss = TI_FALSE; in RxQueue_CloseBaSession() 487 pRxQueue->tPacketTimeout.bPacketMiss = TI_FALSE; in RxQueue_ReceivePacket() 536 …StartTimer (pRxQueue->hTimer, RxQueue_PacketTimeOut, pRxQueue, BA_SESSION_TIME_TO_SLEEP, TI_FALSE); in RxQueue_ReceivePacket() 583 if(pRxQueue->tPacketTimeout.bPacketMiss == TI_FALSE) in RxQueue_ReceivePacket() 585 …StartTimer (pRxQueue->hTimer, RxQueue_PacketTimeOut, pRxQueue, BA_SESSION_TIME_TO_SLEEP, TI_FALSE); in RxQueue_ReceivePacket() 618 pRxQueue->tPacketTimeout.bPacketMiss = TI_FALSE; in RxQueue_ReceivePacket() 734 …StartTimer (pRxQueue->hTimer, RxQueue_PacketTimeOut, pRxQueue, BA_SESSION_TIME_TO_SLEEP, TI_FALSE); in RxQueue_ReceivePacket() 812 pRxQueue->tPacketTimeout.bPacketMiss = TI_FALSE; in RxQueue_ReceivePacket() 840 …StartTimer (pRxQueue->hTimer, RxQueue_PacketTimeOut, pRxQueue, BA_SESSION_TIME_TO_SLEEP, TI_FALSE); in RxQueue_ReceivePacket() [all …]
|