Searched refs:CreateU8Attribute (Results 1 - 5 of 5) sorted by relevance

/system/connectivity/shill/net/
H A Dattribute_list.h93 bool CreateU8Attribute(int id, const char* id_string);
H A Dattribute_list.cc144 bool AttributeList::CreateU8Attribute(int id, const char* id_string) { function in class:shill::AttributeList
H A Dnetlink_attribute.cc955 list->CreateU8Attribute(id, attribute_name.c_str());
H A Dnl80211_attribute.cc176 rates_attribute->CreateU8Attribute(i, rate_name.c_str());
/system/connectivity/shill/wifi/
H A Dwifi_unittest.cc3585 station_info->CreateU8Attribute(NL80211_STA_INFO_SIGNAL, "Signal");
3588 station_info->CreateU8Attribute(NL80211_STA_INFO_SIGNAL_AVG, "SignalAverage");
3627 bitrate_info->CreateU8Attribute(NL80211_RATE_INFO_MCS, "MCS");
3682 station_info->CreateU8Attribute(NL80211_STA_INFO_SIGNAL, "Signal");
3693 bitrate_info->CreateU8Attribute(NL80211_RATE_INFO_VHT_MCS, "VHT-MCS");
3696 bitrate_info->CreateU8Attribute(NL80211_RATE_INFO_VHT_NSS, "VHT-NSS");

Completed in 144 milliseconds