Home
last modified time | relevance | path

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

/system/connectivity/apmanager/
Ddevice_unittest.cc88 wiphy_bands->CreateNestedAttribute(band_id, band_name.c_str()); in AddWiphyBandAttribute()
92 wiphy_band->CreateNestedAttribute(NL80211_BAND_ATTR_FREQS, in AddWiphyBandAttribute()
99 frequencies->CreateNestedAttribute( in AddWiphyBandAttribute()
221 message.attributes()->CreateNestedAttribute( in TEST_F()
234 message.attributes()->CreateNestedAttribute( in TEST_F()
/system/connectivity/shill/wifi/
Dwake_on_wifi.cc314 if (!msg->attributes()->CreateNestedAttribute(NL80211_ATTR_WOWLAN_TRIGGERS, in ConfigureSetWakeOnWiFiSettingsMessage()
356 if (!triggers->CreateNestedAttribute(NL80211_WOWLAN_TRIG_PKT_PATTERN, in ConfigureSetWakeOnWiFiSettingsMessage()
387 if (!triggers->CreateNestedAttribute(NL80211_WOWLAN_TRIG_NET_DETECT, in ConfigureSetWakeOnWiFiSettingsMessage()
425 if (!scan_attributes->CreateNestedAttribute( in ConfigureSetWakeOnWiFiSettingsMessage()
451 if (!ssids->CreateNestedAttribute( in ConfigureSetWakeOnWiFiSettingsMessage()
508 if (!patterns->CreateNestedAttribute(patnum, "Pattern info")) { in CreateSinglePattern()
Dwifi_unittest.cc3580 new_station.attributes()->CreateNestedAttribute( in TEST_F()
3617 station_info->CreateNestedAttribute(NL80211_STA_INFO_TX_BITRATE, in TEST_F()
3678 new_vht_station.attributes()->CreateNestedAttribute( in TEST_F()
3684 station_info->CreateNestedAttribute(NL80211_STA_INFO_TX_BITRATE, in TEST_F()
/system/connectivity/shill/net/
Dattribute_list.h123 bool CreateNestedAttribute(int id, const char* id_string);
Dattribute_list.cc335 bool AttributeList::CreateNestedAttribute(int id, const char* id_string) { in CreateNestedAttribute() function in shill::AttributeList
Dnl80211_attribute.cc128 attribute_list->CreateNestedAttribute(id, attribute_name.c_str()); in ParseInformationElements()
165 ie_attribute->CreateNestedAttribute(type, kRatesString); in ParseInformationElements()
Dnetlink_attribute.cc980 list->CreateNestedAttribute(id, attribute_name.c_str()); in AddAttributeToNestedInner()
/system/connectivity/shill/
DNETLINK_MESSAGES.txt126 nested->CreateNestedAttribute(type, kRatesString);