Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dsta_info.c155 atomic_dec(&ps->num_sta_ps); in __cleanup_single_sta()
1727 atomic_dec(&sdata->u.mesh.ps.num_sta_ps); in ieee80211_sta_expire()
1849 atomic_dec(&ps->num_sta_ps); in ieee80211_sta_ps_deliver_wakeup()
H A Dieee80211_i.h322 atomic_t num_sta_ps; /* number of stations in PS mode */ member
H A Dtx.c420 if (!atomic_read(&ps->num_sta_ps) && skb_queue_empty(&ps->bc_buf)) in ieee80211_tx_h_multicast_ps_buf()
5012 if (atomic_read(&ps->num_sta_ps) > 0) in __ieee80211_beacon_add_tim()
H A Dutil.c372 (ps && atomic_read(&ps->num_sta_ps)) || ac != vif->txq->ac) in __ieee80211_wake_txqs()
H A Drx.c1673 atomic_inc(&ps->num_sta_ps); in sta_ps_start()