Home
last modified time | relevance | path

Searched refs:IEEE80211_STA_NULLFUNC_ACKED (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/net/mac80211/
H A Dstatus.c1081 IEEE80211_STA_NULLFUNC_ACKED; in __ieee80211_tx_status()
H A Dieee80211_i.h369 IEEE80211_STA_NULLFUNC_ACKED = BIT(8), enumerator
H A Dmlme.c3363 !(ifmgd->flags & IEEE80211_STA_NULLFUNC_ACKED)) { in ieee80211_dynamic_ps_enable_work()
3377 (ifmgd->flags & IEEE80211_STA_NULLFUNC_ACKED)) { in ieee80211_dynamic_ps_enable_work()
3378 ifmgd->flags &= ~IEEE80211_STA_NULLFUNC_ACKED; in ieee80211_dynamic_ps_enable_work()
H A Dtx.c261 ifmgd->flags &= ~IEEE80211_STA_NULLFUNC_ACKED; in ieee80211_tx_h_dynamic_ps()