Home
last modified time | relevance | path

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

/system/connectivity/wificond/net/
Dnetlink_utils.cpp353 int32_t tx_good, tx_bad; in GetStationInfo() local
354 if (!sta_info.GetAttributeValue(NL80211_STA_INFO_TX_PACKETS, &tx_good)) { in GetStationInfo()
380 *out_station_info = StationInfo(tx_good, tx_bad, tx_bitrate, current_rssi); in GetStationInfo()