Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Dattribute_list.h95 bool GetU8AttributeValue(int id, uint8_t* value) const;
Dattribute_list.cc137 bool AttributeList::GetU8AttributeValue(int id, uint8_t* value) const { in GetU8AttributeValue() function in shill::AttributeList
/system/connectivity/shill/wifi/
Dwifi.cc2775 if (!station_info->GetU8AttributeValue(NL80211_STA_INFO_SIGNAL, &signal)) { in OnReceivedStationInfo()
2806 if (station_info->GetU8AttributeValue(kv.first, &value)) { in OnReceivedStationInfo()
2833 if (transmit_info->GetU8AttributeValue(NL80211_RATE_INFO_MCS, &mcs)) { in OnReceivedStationInfo()
2835 } else if (transmit_info->GetU8AttributeValue( in OnReceivedStationInfo()
2840 if (transmit_info->GetU8AttributeValue(NL80211_RATE_INFO_VHT_NSS, &nss)) { in OnReceivedStationInfo()