Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mac80211/
H A Dstatus.c1015 IEEE80211_STA_NULLFUNC_ACKED; in __ieee80211_tx_status()
H A Dmlme.c1874 !(ifmgd->flags & IEEE80211_STA_NULLFUNC_ACKED)) { in ieee80211_dynamic_ps_enable_work()
1888 (ifmgd->flags & IEEE80211_STA_NULLFUNC_ACKED)) { in ieee80211_dynamic_ps_enable_work()
1889 ifmgd->flags &= ~IEEE80211_STA_NULLFUNC_ACKED; in ieee80211_dynamic_ps_enable_work()
H A Dieee80211_i.h358 IEEE80211_STA_NULLFUNC_ACKED = BIT(8), enumerator
H A Dtx.c276 ifmgd->flags &= ~IEEE80211_STA_NULLFUNC_ACKED; in ieee80211_tx_h_dynamic_ps()