Name

enum mac80211_tx_control_flags — flags to describe transmit control

Synopsis

enum mac80211_tx_control_flags {
  IEEE80211_TX_CTRL_PORT_CTRL_PROTO,
  IEEE80211_TX_CTRL_PS_RESPONSE
};  

Constants

IEEE80211_TX_CTRL_PORT_CTRL_PROTO

this frame is a port control protocol frame (e.g. EAP)

IEEE80211_TX_CTRL_PS_RESPONSE

This frame is a response to a poll frame (PS-Poll or uAPSD).

Description

These flags are used in tx_info->control.flags.