Home
last modified time | relevance | path

Searched refs:NL80211_STA_INFO_TX_BYTES (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dnl80211_copy.h3112 * @NL80211_STA_INFO_TX_BYTES: total transmitted bytes (MPDU length)
3185 NL80211_STA_INFO_TX_BYTES, enumerator
H A Ddriver_nl80211.c6336 [NL80211_STA_INFO_TX_BYTES] = { .type = NLA_U32 }, in get_sta_handler()
6383 if (stats[NL80211_STA_INFO_TX_BYTES]) in get_sta_handler()
6384 data->tx_bytes = nla_get_u32(stats[NL80211_STA_INFO_TX_BYTES]); in get_sta_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dnl80211_copy.h3457 * @NL80211_STA_INFO_TX_BYTES: total transmitted bytes (MPDU length)
3534 NL80211_STA_INFO_TX_BYTES, enumerator
H A Ddriver_nl80211.c7394 [NL80211_STA_INFO_TX_BYTES] = { .type = NLA_U32 },
7442 if (stats[NL80211_STA_INFO_TX_BYTES])
7443 data->tx_bytes = nla_get_u32(stats[NL80211_STA_INFO_TX_BYTES]);

Completed in 47 milliseconds