Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dnl80211_copy.h3126 * @NL80211_STA_INFO_TX_FAILED: total failed packets (MPDUs)
3194 NL80211_STA_INFO_TX_FAILED, enumerator
H A Ddriver_nl80211.c6339 [NL80211_STA_INFO_TX_FAILED] = { .type = NLA_U32 }, in get_sta_handler()
6409 if (stats[NL80211_STA_INFO_TX_FAILED]) in get_sta_handler()
6411 nla_get_u32(stats[NL80211_STA_INFO_TX_FAILED]); in get_sta_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dnl80211_copy.h3471 * @NL80211_STA_INFO_TX_FAILED: total failed packets (MPDUs)
3543 NL80211_STA_INFO_TX_FAILED, enumerator
H A Ddriver_nl80211.c7397 [NL80211_STA_INFO_TX_FAILED] = { .type = NLA_U32 },
7468 if (stats[NL80211_STA_INFO_TX_FAILED])
7470 nla_get_u32(stats[NL80211_STA_INFO_TX_FAILED]);

Completed in 48 milliseconds