Home
last modified time | relevance | path

Searched refs:TIM (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms1318 IE TIM (EID_TIM) // 7.3.2.6
4051 OPTIE TIM;
4126 // send time, specifically the CF Param Set & the TIM. So, what we do is
4139 // Then, in 'schBeaconInterruptHandler', we write CFParams & TIM at the end
4237 OPTIE TIM;
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c4670 if (pBies->TIM.present) {
4672 eseBcnReportMandatoryIe.tim.dtimCount = pBies->TIM.dtim_count;
4673 eseBcnReportMandatoryIe.tim.dtimPeriod = pBies->TIM.dtim_period;
4674 eseBcnReportMandatoryIe.tim.bitmapControl = pBies->TIM.bmpctl;
4951 if (pBies->TIM.present) {
4953 convert_tim(mac, &pBeaconStruct->tim, &pBies->TIM);
5494 if (pBeacon->TIM.present) {
5496 convert_tim(mac, &pBeaconStruct->tim, &pBeacon->TIM);
Ddot11f.c12127 { offsetof(tDot11fBeacon, TIM), offsetof(tDot11fIETIM, present), 0, "TIM",
12634 { offsetof(tDot11fBeaconIEs, TIM), offsetof(tDot11fIETIM, present), 0,
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h11160 tDot11fIETIM TIM; member
11364 tDot11fIETIM TIM; member