Home
last modified time | relevance | path

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

/system/connectivity/wificond/net/
Dnetlink_utils.cpp706 NL80211NestedAttr sta_info(0); in GetStationInfo() local
707 if (!response->GetAttribute(NL80211_ATTR_STA_INFO, &sta_info)) { in GetStationInfo()
712 if (!sta_info.GetAttributeValue(NL80211_STA_INFO_TX_PACKETS, &tx_good)) { in GetStationInfo()
716 if (!sta_info.GetAttributeValue(NL80211_STA_INFO_TX_FAILED, &tx_bad)) { in GetStationInfo()
721 if (!sta_info.GetAttributeValue(NL80211_STA_INFO_SIGNAL, &current_rssi)) { in GetStationInfo()
727 if (sta_info.GetAttribute(NL80211_STA_INFO_TX_BITRATE, in GetStationInfo()
737 if (sta_info.GetAttribute(NL80211_STA_INFO_RX_BITRATE, in GetStationInfo()