Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dacxreg.h399 uint8_t dtim_count; member
420 #define tim_dtim_count data.u_data.th.dtim_count
H A Dathn.c2033 int dtim_period, dtim_count, rem_dtim_count; in athn_set_sta_timers() local
2050 dtim_count = ic->ic_dtim_count; in athn_set_sta_timers()
2051 if (dtim_count >= dtim_period) /* Should not happen. */ in athn_set_sta_timers()
2053 dtim_count = 0; /* Assume last TIM was a DTIM. */ in athn_set_sta_timers()
H A Dar5210.c2088 const HAL_BEACON_STATE *state, u_int32_t tsf, u_int32_t dtim_count, in ar5k_ar5210_set_beacon_timers() argument
2104 next_cfp = (cfp_count * state->bs_dtim_period + dtim_count) * in ar5k_ar5210_set_beacon_timers()
H A Dar5211.c2193 const HAL_BEACON_STATE *state, u_int32_t tsf, u_int32_t dtim_count, in ar5k_ar5211_set_beacon_timers() argument
2209 next_cfp = (cfp_count * state->bs_dtim_period + dtim_count) * in ar5k_ar5211_set_beacon_timers()
H A Dar5212.c2584 const HAL_BEACON_STATE *state, u_int32_t tsf, u_int32_t dtim_count, in ar5k_ar5212_set_beacon_timers() argument
2603 next_cfp = (cfp_count * state->bs_dtim_period + dtim_count) * in ar5k_ar5212_set_beacon_timers()