aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorHelmut Schaa <helmut.schaa@googlemail.com>2011-11-19 19:22:13 +0200
committerJouni Malinen <j@w1.fi>2011-11-19 19:22:13 +0200
commitfab2533604ce0777b284b13aa866723ea4f0c648 (patch)
tree58dfcbfc4f67ce893bc59ceadecaec435459c6b0 /src/utils
parent9dbf53fe35817a5af205f8cfc144d6de995bec37 (diff)
downloadexternal_wpa_supplicant_8_ti-fab2533604ce0777b284b13aa866723ea4f0c648.zip
external_wpa_supplicant_8_ti-fab2533604ce0777b284b13aa866723ea4f0c648.tar.gz
external_wpa_supplicant_8_ti-fab2533604ce0777b284b13aa866723ea4f0c648.tar.bz2
nl80211: Implement noack policy for send_mlme
Signed-hostap: Helmut Schaa <helmut.schaa@googlemail.com>
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/radiotap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/radiotap.h b/src/utils/radiotap.h
index 508264c..137288f 100644
--- a/src/utils/radiotap.h
+++ b/src/utils/radiotap.h
@@ -238,5 +238,6 @@ enum ieee80211_radiotap_type {
* retries */
#define IEEE80211_RADIOTAP_F_TX_CTS 0x0002 /* used cts 'protection' */
#define IEEE80211_RADIOTAP_F_TX_RTS 0x0004 /* used rts/cts handshake */
+#define IEEE80211_RADIOTAP_F_TX_NOACK 0x0008 /* don't expect an ACK */
#endif /* IEEE80211_RADIOTAP_H */