Searched refs:CreateNestedAttribute (Results 1 – 8 of 8) sorted by relevance
/system/connectivity/apmanager/ |
D | device_unittest.cc | 88 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/ |
D | wake_on_wifi.cc | 314 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()
|
D | wifi_unittest.cc | 3580 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/ |
D | attribute_list.h | 123 bool CreateNestedAttribute(int id, const char* id_string);
|
D | attribute_list.cc | 335 bool AttributeList::CreateNestedAttribute(int id, const char* id_string) { in CreateNestedAttribute() function in shill::AttributeList
|
D | nl80211_attribute.cc | 128 attribute_list->CreateNestedAttribute(id, attribute_name.c_str()); in ParseInformationElements() 165 ie_attribute->CreateNestedAttribute(type, kRatesString); in ParseInformationElements()
|
D | netlink_attribute.cc | 980 list->CreateNestedAttribute(id, attribute_name.c_str()); in AddAttributeToNestedInner()
|
/system/connectivity/shill/ |
D | NETLINK_MESSAGES.txt | 126 nested->CreateNestedAttribute(type, kRatesString);
|