Searched refs:iv_ps_sta (Results 1 - 5 of 5) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_power.c489 vap->iv_ps_sta++;
494 "power save mode on, %u sta's in ps mode", vap->iv_ps_sta);
497 vap->iv_update_ps(vap, vap->iv_ps_sta);
500 vap->iv_ps_sta--;
505 "power save mode off, %u sta's in ps mode", vap->iv_ps_sta);
512 vap->iv_update_ps(vap, vap->iv_ps_sta);
H A Dieee80211_ddb.c430 db_printf(" ps_sta %u", vap->iv_ps_sta);
H A Dieee80211_var.h473 uint16_t iv_ps_sta; /* stations in power save */ member in struct:ieee80211vap
H A Dieee80211_node.c1202 vap->iv_ps_sta--;
1205 "power save mode off, %u sta's in ps mode", vap->iv_ps_sta);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.c2018 if (sc->sc_cabq_enable && ismcast && (vap->iv_ps_sta || avp->av_mcastq.axq_depth)) {

Completed in 74 milliseconds