Home
last modified time | relevance | path

Searched refs:NL80211_ATTR_ACK (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dnl80211.h798 * frame. %NL80211_ATTR_ACK flag is included if the recipient acknowledged
928 * has %NL80211_ATTR_ACK set if the frame was ACKed.
1269 * includes the contents of the frame. %NL80211_ATTR_ACK flag is included
1961 * @NL80211_ATTR_ACK: Flag attribute indicating that the frame was
3079 NL80211_ATTR_ACK, enumerator
/linux/net/wireless/
H A Dnl80211.c19924 (status->ack && nla_put_flag(msg, NL80211_ATTR_ACK)) || in nl80211_frame_tx_status()
20625 (acked && nla_put_flag(msg, NL80211_ATTR_ACK)) || in cfg80211_probe_status()