From: Jouni Malinen Date: Wed, 18 Feb 2009 09:28:55 +0000 (+0200) Subject: Sync nl80211_copy.h with wireless-testing linux/nl80211.h X-Git-Tag: hostap_0_7_0~509 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=878ad127ba7c660b8cc551b3dbd1f7ae08129db2;p=thirdparty%2Fhostap.git Sync nl80211_copy.h with wireless-testing linux/nl80211.h --- diff --git a/src/common/nl80211_copy.h b/src/common/nl80211_copy.h index 8802d1bda..f6e56370e 100644 --- a/src/common/nl80211_copy.h +++ b/src/common/nl80211_copy.h @@ -526,6 +526,9 @@ enum nl80211_rate_info { * @NL80211_STA_INFO_SIGNAL: signal strength of last received PPDU (u8, dBm) * @NL80211_STA_INFO_TX_BITRATE: current unicast tx rate, nested attribute * containing info as possible, see &enum nl80211_sta_info_txrate. + * @NL80211_STA_INFO_RX_PACKETS: total received packet (u32, from this station) + * @NL80211_STA_INFO_TX_PACKETS: total transmitted packets (u32, to this + * station) */ enum nl80211_sta_info { __NL80211_STA_INFO_INVALID, @@ -537,6 +540,8 @@ enum nl80211_sta_info { NL80211_STA_INFO_PLINK_STATE, NL80211_STA_INFO_SIGNAL, NL80211_STA_INFO_TX_BITRATE, + NL80211_STA_INFO_RX_PACKETS, + NL80211_STA_INFO_TX_PACKETS, /* keep last */ __NL80211_STA_INFO_AFTER_LAST,