Searched refs:iv_dtim_period (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwm_mac_ctxt.c389 dtim_period = vap->iv_dtim_period;
480 if (!in->in_assoc || !vap->iv_dtim_period)
H A Dif_iwm_power.c256 int dtimper = vap->iv_dtim_period ?: 1;
292 dtimper = vap->iv_dtim_period ?: 1;
H A Dif_iwm_sf.c319 changed_vif->iv_dtim_period) {
/freebsd-13-stable/sys/net80211/
H A Dieee80211_ddb.c435 db_printf("\tdtim_period %u", vap->iv_dtim_period);
H A Dieee80211_var.h476 uint8_t iv_dtim_period; /* DTIM period */ member in struct:ieee80211vap
H A Dieee80211_ioctl.c961 ireq->i_val = vap->iv_dtim_period;
3103 vap->iv_dtim_period = ireq->i_val;
H A Dieee80211.c627 vap->iv_dtim_period = IEEE80211_DTIM_DEFAULT;
H A Dieee80211_node.c969 vap->iv_dtim_period = se->se_dtimperiod;
H A Dieee80211_output.c3475 tie->tim_period = vap->iv_dtim_period; /* DTIM period */

Completed in 139 milliseconds