Name

enum ieee80211_tx_status_flags — transmit status flags

Synopsis

enum ieee80211_tx_status_flags {
  IEEE80211_TX_STATUS_TX_FILTERED,
  IEEE80211_TX_STATUS_ACK,
  IEEE80211_TX_STATUS_AMPDU
};  

Constants

IEEE80211_TX_STATUS_TX_FILTERED

The frame was not transmitted because the destination STA was in powersave mode.

IEEE80211_TX_STATUS_ACK

Frame was acknowledged

IEEE80211_TX_STATUS_AMPDU

The frame was aggregated, so status is for the whole aggregation.

Description

Status flags to indicate various transmit conditions.