Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dnl80211_copy.h3123 * @NL80211_STA_INFO_TX_PACKETS: total transmitted packets (MSDUs and MMPDUs)
3192 NL80211_STA_INFO_TX_PACKETS, enumerator
H A Ddriver_nl80211.c6338 [NL80211_STA_INFO_TX_PACKETS] = { .type = NLA_U32 }, in get_sta_handler()
6400 if (stats[NL80211_STA_INFO_TX_PACKETS]) in get_sta_handler()
6402 nla_get_u32(stats[NL80211_STA_INFO_TX_PACKETS]); in get_sta_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dnl80211_copy.h3468 * @NL80211_STA_INFO_TX_PACKETS: total transmitted packets (MSDUs and MMPDUs)
3541 NL80211_STA_INFO_TX_PACKETS, enumerator
H A Ddriver_nl80211.c7396 [NL80211_STA_INFO_TX_PACKETS] = { .type = NLA_U32 },
7459 if (stats[NL80211_STA_INFO_TX_PACKETS])
7461 nla_get_u32(stats[NL80211_STA_INFO_TX_PACKETS]);

Completed in 61 milliseconds