Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dscan_session.cc204 ssid_list->CreateRawAttribute(i, attribute_name.c_str()); in DoScan()
211 ssid_list->CreateRawAttribute(i, attribute_name.c_str()); in DoScan()
Dwake_on_wifi.cc472 if (!single_ssid->CreateRawAttribute( in ConfigureSetWakeOnWiFiSettingsMessage()
529 if (!pattern_info->CreateRawAttribute(NL80211_PKTPAT_MASK, "Mask")) { in CreateSinglePattern()
543 if (!pattern_info->CreateRawAttribute(NL80211_PKTPAT_PATTERN, "Pattern")) { in CreateSinglePattern()
Dwifi_unittest.cc3569 new_station.attributes()->CreateRawAttribute(NL80211_ATTR_MAC, "BSSID"); in TEST_F()
3674 new_vht_station.attributes()->CreateRawAttribute(NL80211_ATTR_MAC, "BSSID"); in TEST_F()
/system/connectivity/shill/net/
Dattribute_list.h129 bool CreateRawAttribute(int id, const char* id_string);
Dnl80211_attribute.cc183 ie_attribute->CreateRawAttribute(type, kHtCapString); in ParseInformationElements()
191 ie_attribute->CreateRawAttribute(type, kHtOperString); in ParseInformationElements()
199 ie_attribute->CreateRawAttribute(type, kVhtCapString); in ParseInformationElements()
207 ie_attribute->CreateRawAttribute(type, kVhtOperString); in ParseInformationElements()
Dattribute_list.cc371 bool AttributeList::CreateRawAttribute(int id, const char* id_string) { in CreateRawAttribute() function in shill::AttributeList
Dnetlink_attribute.cc952 list->CreateRawAttribute(id, attribute_name.c_str()); in AddAttributeToNestedInner()