Home
last modified time | relevance | path

Searched refs:NL80211_STA_INFO_TX_PACKETS (Results 1 – 8 of 8) sorted by relevance

/external/iw/
Dlink.c124 [NL80211_STA_INFO_TX_PACKETS] = { .type = NLA_U32 }, in print_link_sta()
157 if (sinfo[NL80211_STA_INFO_TX_BYTES] && sinfo[NL80211_STA_INFO_TX_PACKETS]) in print_link_sta()
160 nla_get_u32(sinfo[NL80211_STA_INFO_TX_PACKETS])); in print_link_sta()
Dstation.c133 [NL80211_STA_INFO_TX_PACKETS] = { .type = NLA_U32 }, in print_sta_handler()
189 if (sinfo[NL80211_STA_INFO_TX_PACKETS]) in print_sta_handler()
191 nla_get_u32(sinfo[NL80211_STA_INFO_TX_PACKETS])); in print_sta_handler()
Dnl80211.h2447 NL80211_STA_INFO_TX_PACKETS, enumerator
/external/autotest/client/deps/iwcap/src/
Dnl80211.h732 NL80211_STA_INFO_TX_PACKETS, enumerator
/external/libnl/python/examples/
Dnl80211.py353 NL80211_STA_INFO_TX_PACKETS = 10 variable
1099 NL80211_STA_INFO_TX_PACKETS: "NL80211_STA_INFO_TX_PACKETS",
/external/wpa_supplicant_8/src/drivers/
Dnl80211_copy.h3156 NL80211_STA_INFO_TX_PACKETS, enumerator
Ddriver_nl80211.c6278 [NL80211_STA_INFO_TX_PACKETS] = { .type = NLA_U32 }, in get_sta_handler()
6338 if (stats[NL80211_STA_INFO_TX_PACKETS]) in get_sta_handler()
6340 nla_get_u32(stats[NL80211_STA_INFO_TX_PACKETS]); in get_sta_handler()
/external/kernel-headers/original/uapi/linux/
Dnl80211.h3142 NL80211_STA_INFO_TX_PACKETS, enumerator