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

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dnl80211.h254 NL80211_STA_INFO_TX_PACKETS, enumerator in enum:nl80211_sta_info
/freebsd-current/contrib/wpa/src/drivers/
H A Dnl80211_copy.h3400 * @NL80211_STA_INFO_TX_PACKETS: total transmitted packets (MSDUs and MMPDUs)
3473 NL80211_STA_INFO_TX_PACKETS, enumerator in enum:nl80211_sta_info
H A Ddriver_nl80211.c7035 [NL80211_STA_INFO_TX_PACKETS] = { .type = NLA_U32 },
7098 if (stats[NL80211_STA_INFO_TX_PACKETS])
7100 nla_get_u32(stats[NL80211_STA_INFO_TX_PACKETS]);
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmain.c1103 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_TX_PACKETS);

Completed in 175 milliseconds