|
@@ -1857,6 +1857,8 @@ enum nl80211_sta_bss_param {
|
|
* @NL80211_STA_INFO_INACTIVE_TIME: time since last activity (u32, msecs)
|
|
* @NL80211_STA_INFO_INACTIVE_TIME: time since last activity (u32, msecs)
|
|
* @NL80211_STA_INFO_RX_BYTES: total received bytes (u32, from this station)
|
|
* @NL80211_STA_INFO_RX_BYTES: total received bytes (u32, from this station)
|
|
* @NL80211_STA_INFO_TX_BYTES: total transmitted bytes (u32, to this station)
|
|
* @NL80211_STA_INFO_TX_BYTES: total transmitted bytes (u32, to this station)
|
|
|
|
+ * @NL80211_STA_INFO_RX_BYTES64: total received bytes (u64, from this station)
|
|
|
|
+ * @NL80211_STA_INFO_TX_BYTES64: total transmitted bytes (u64, to this station)
|
|
* @NL80211_STA_INFO_SIGNAL: signal strength of last received PPDU (u8, dBm)
|
|
* @NL80211_STA_INFO_SIGNAL: signal strength of last received PPDU (u8, dBm)
|
|
* @NL80211_STA_INFO_TX_BITRATE: current unicast tx rate, nested attribute
|
|
* @NL80211_STA_INFO_TX_BITRATE: current unicast tx rate, nested attribute
|
|
* containing info as possible, see &enum nl80211_rate_info
|
|
* containing info as possible, see &enum nl80211_rate_info
|
|
@@ -1909,6 +1911,8 @@ enum nl80211_sta_info {
|
|
NL80211_STA_INFO_LOCAL_PM,
|
|
NL80211_STA_INFO_LOCAL_PM,
|
|
NL80211_STA_INFO_PEER_PM,
|
|
NL80211_STA_INFO_PEER_PM,
|
|
NL80211_STA_INFO_NONPEER_PM,
|
|
NL80211_STA_INFO_NONPEER_PM,
|
|
|
|
+ NL80211_STA_INFO_RX_BYTES64,
|
|
|
|
+ NL80211_STA_INFO_TX_BYTES64,
|
|
|
|
|
|
/* keep last */
|
|
/* keep last */
|
|
__NL80211_STA_INFO_AFTER_LAST,
|
|
__NL80211_STA_INFO_AFTER_LAST,
|