Home
last modified time | relevance | path

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

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