Lines Matching refs:intval
57 conf->intval = conf->beacon_interval;
63 dtim_intval = conf->intval * conf->dtim_period;
70 conf->nexttbtt = ath9k_get_next_tbtt(ah, tsf, conf->intval);
72 bs->bs_intval = TU_TO_USEC(conf->intval);
85 bs->bs_bmissthreshold = DIV_ROUND_UP(conf->bmiss_timeout, conf->intval);
101 conf->intval));
119 conf->intval = TU_TO_USEC(conf->beacon_interval);
122 conf->nexttbtt = conf->intval;
133 "IBSS (%s) nexttbtt: %u intval: %u conf_intval: %u\n",
135 conf->nexttbtt, conf->intval, conf->beacon_interval);
151 conf->intval = TU_TO_USEC(conf->beacon_interval);
152 conf->intval /= bc_buf;
162 "AP (%s) nexttbtt: %u intval: %u conf_intval: %u\n",
164 conf->nexttbtt, conf->intval, conf->beacon_interval);