Home
last modified time | relevance | path

Searched refs:dtim_count (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_mgmt.c162 if (tim_ie->dtim_count == 0) in wma_send_bcn_buf_ll()
163 tim_ie->dtim_count = tim_ie->dtim_period - 1; in wma_send_bcn_buf_ll()
165 tim_ie->dtim_count--; in wma_send_bcn_buf_ll()
172 bcn->dtim_count = tim_ie->dtim_count; in wma_send_bcn_buf_ll()
175 if (tim_info->tim_mcast && (tim_ie->dtim_count == 0 || in wma_send_bcn_buf_ll()
249 if (tim_ie->dtim_count == 0) { in wma_send_bcn_buf_ll()
2339 tim_ie->dtim_count = bcn->dtim_count; in wma_store_bcn_tmpl()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma.h455 uint8_t dtim_count; member
478 uint8_t dtim_count; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dutils_parser.c257 pOld->dtimCount = pNew->dtim_count; in convert_tim()
H A Dparser_api.c4672 eseBcnReportMandatoryIe.tim.dtimCount = pBies->TIM.dtim_count;
H A Ddot11f.c7912 pDst->dtim_count = *pBuf; in dot11f_unpack_ie_tim()
28644 *pBuf = pSrc->dtim_count; in dot11f_pack_ie_tim()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms1320 dtim_count, 1;
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Ddot11f.h7755 uint8_t dtim_count; member