Home
last modified time | relevance | path

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

/system/connectivity/wificond/net/
Dnetlink_utils.cpp711 int32_t tx_good, tx_bad; in GetStationInfo() local
716 if (!sta_info.GetAttributeValue(NL80211_STA_INFO_TX_FAILED, &tx_bad)) { in GetStationInfo()
745 *out_station_info = StationInfo(tx_good, tx_bad, tx_bitrate, current_rssi, rx_bitrate); in GetStationInfo()