Home
last modified time | relevance | path

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

/linux-6.12.1/net/mac80211/
Dstatus.c1084 IEEE80211_STA_NULLFUNC_ACKED; in __ieee80211_tx_status()
Dieee80211_i.h371 IEEE80211_STA_NULLFUNC_ACKED = BIT(8), enumerator
Dmlme.c3004 !(ifmgd->flags & IEEE80211_STA_NULLFUNC_ACKED)) { in ieee80211_dynamic_ps_enable_work()
3018 (ifmgd->flags & IEEE80211_STA_NULLFUNC_ACKED)) { in ieee80211_dynamic_ps_enable_work()
3019 ifmgd->flags &= ~IEEE80211_STA_NULLFUNC_ACKED; in ieee80211_dynamic_ps_enable_work()
Dtx.c261 ifmgd->flags &= ~IEEE80211_STA_NULLFUNC_ACKED; in ieee80211_tx_h_dynamic_ps()