HomeSort by relevance Sort by last modified time
    Searched refs:CreateNestedAttribute (Results 1 - 7 of 7) sorted by null

  /system/connectivity/apmanager/
device_unittest.cc 88 wiphy_bands->CreateNestedAttribute(band_id, band_name.c_str());
92 wiphy_band->CreateNestedAttribute(NL80211_BAND_ATTR_FREQS,
99 frequencies->CreateNestedAttribute(
221 message.attributes()->CreateNestedAttribute(
234 message.attributes()->CreateNestedAttribute(
  /system/connectivity/shill/net/
attribute_list.h 123 bool CreateNestedAttribute(int id, const char* id_string);
attribute_list.cc 335 bool AttributeList::CreateNestedAttribute(int id, const char* id_string) {
nl80211_attribute.cc 128 attribute_list->CreateNestedAttribute(id, attribute_name.c_str());
165 ie_attribute->CreateNestedAttribute(type, kRatesString);
    [all...]
netlink_attribute.cc 980 list->CreateNestedAttribute(id, attribute_name.c_str());
    [all...]
  /system/connectivity/shill/wifi/
wake_on_wifi.cc 314 if (!msg->attributes()->CreateNestedAttribute(NL80211_ATTR_WOWLAN_TRIGGERS,
356 if (!triggers->CreateNestedAttribute(NL80211_WOWLAN_TRIG_PKT_PATTERN,
387 if (!triggers->CreateNestedAttribute(NL80211_WOWLAN_TRIG_NET_DETECT,
425 if (!scan_attributes->CreateNestedAttribute(
451 if (!ssids->CreateNestedAttribute(
508 if (!patterns->CreateNestedAttribute(patnum, "Pattern info")) {
    [all...]
wifi_unittest.cc     [all...]

Completed in 474 milliseconds