Searched refs:dtim_count (Results 1 – 5 of 5) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | acxreg.h | 399 uint8_t dtim_count; member 420 #define tim_dtim_count data.u_data.th.dtim_count
|
H A D | athn.c | 2033 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 D | ar5210.c | 2088 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 D | ar5211.c | 2193 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 D | ar5212.c | 2584 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()
|