Home
last modified time | relevance | path

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

/system/connectivity/wificond/net/
Dnetlink_utils.cpp348 NL80211NestedAttr sta_info(0); in GetStationInfo() local
349 if (!response->GetAttribute(NL80211_ATTR_STA_INFO, &sta_info)) { in GetStationInfo()
354 if (!sta_info.GetAttributeValue(NL80211_STA_INFO_TX_PACKETS, &tx_good)) { in GetStationInfo()
358 if (!sta_info.GetAttributeValue(NL80211_STA_INFO_TX_FAILED, &tx_bad)) { in GetStationInfo()
363 if (!sta_info.GetAttributeValue(NL80211_STA_INFO_SIGNAL, &current_rssi)) { in GetStationInfo()
368 if (!sta_info.GetAttribute(NL80211_STA_INFO_TX_BITRATE, in GetStationInfo()