Lines Matching refs:dtim_period
1779 u8 dtimper = found->u.mgd.dtim_period;
2280 bss_conf->dtim_period = sdata->u.mgd.dtim_period ?: 1;
2285 bss_conf->dtim_period = 0;
2434 sdata->vif.bss_conf.dtim_period = 0;
4021 if (elems.dtim_period)
4022 ifmgd->dtim_period = elems.dtim_period;
4183 /* a few bogus AP send dtim_period = 0 or no TIM IE */
4184 bss_conf->dtim_period = elems.dtim_period ?: 1;
5135 u8 *dtim_count, u8 *dtim_period)
5150 if (dtim_period)
5151 *dtim_period = valid ? tim->dtim_period : 0;
5162 if (dtim_period)
5163 *dtim_period = idx->dtim_period;
5700 ifmgd->dtim_period = 0;
5756 &ifmgd->dtim_period);