Home
last modified time | relevance | path

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

/linux-2.6.39/net/mac80211/
Dstatus.c320 IEEE80211_STA_NULLFUNC_ACKED; in ieee80211_tx_status()
Dmlme.c771 (!(ifmgd->flags & IEEE80211_STA_NULLFUNC_ACKED))) { in ieee80211_dynamic_ps_enable_work()
786 (ifmgd->flags & IEEE80211_STA_NULLFUNC_ACKED)) { in ieee80211_dynamic_ps_enable_work()
787 ifmgd->flags &= ~IEEE80211_STA_NULLFUNC_ACKED; in ieee80211_dynamic_ps_enable_work()
2426 ifmgd->flags &= ~IEEE80211_STA_NULLFUNC_ACKED; in ieee80211_mgd_assoc()
Dieee80211_i.h348 IEEE80211_STA_NULLFUNC_ACKED = BIT(8), enumerator
Dtx.c235 ifmgd->flags &= ~IEEE80211_STA_NULLFUNC_ACKED; in ieee80211_tx_h_dynamic_ps()