Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dmesh_ps.c271 atomic_inc(&sta->sdata->u.mesh.ps.num_sta_ps); in ieee80211_mps_sta_status_update()
H A Dsta_info.c156 atomic_dec(&ps->num_sta_ps); in __cleanup_single_sta()
1671 atomic_dec(&sdata->u.mesh.ps.num_sta_ps); in ieee80211_sta_expire()
1793 atomic_dec(&ps->num_sta_ps); in ieee80211_sta_ps_deliver_wakeup()
H A Dieee80211_i.h308 atomic_t num_sta_ps; /* number of stations in PS mode */ member
H A Dtx.c427 if (!atomic_read(&ps->num_sta_ps) && skb_queue_empty(&ps->bc_buf)) in ieee80211_tx_h_multicast_ps_buf()
4902 if (atomic_read(&ps->num_sta_ps) > 0) in __ieee80211_beacon_add_tim()
H A Dutil.c373 (ps && atomic_read(&ps->num_sta_ps)) || ac != vif->txq->ac) in __ieee80211_wake_txqs()
H A Drx.c1582 atomic_inc(&ps->num_sta_ps); in sta_ps_start()