Home
last modified time | relevance | path

Searched refs:kTypeNested (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/net/
Dnl80211_attribute.cc241 NestedData freq(kTypeNested, "NL80211_BAND_ATTR_FREQ", true); in Nl80211AttributeWiphyBands()
264 NestedData freqs(kTypeNested, "NL80211_BAND_ATTR_FREQS", false); in Nl80211AttributeWiphyBands()
268 NestedData rate(kTypeNested, "NL80211_BAND_ATTR_RATE", true); in Nl80211AttributeWiphyBands()
279 NestedData rates(kTypeNested, "NL80211_BAND_ATTR_RATES", true); in Nl80211AttributeWiphyBands()
283 NestedData bands(kTypeNested, "NL80211_ATTR_BANDS", true); in Nl80211AttributeWiphyBands()
325 NestedData patterns(kTypeNested, "NL80211_WOWLAN_TRIG_PKT_PATTERN", false); in Nl80211AttributeWowlanTriggers()
326 NestedData individual_pattern(kTypeNested, "Pattern Match Info", true); in Nl80211AttributeWowlanTriggers()
343 NestedData net_detect(kTypeNested, "NL80211_WOWLAN_TRIG_NET_DETECT", false); in Nl80211AttributeWowlanTriggers()
344 NestedData scan_freqs(kTypeNested, "NL80211_ATTR_SCAN_FREQUENCIES", true); in Nl80211AttributeWowlanTriggers()
353 NestedData scan_matches(kTypeNested, "NL80211_ATTR_SCHED_SCAN_MATCH", false); in Nl80211AttributeWowlanTriggers()
[all …]
Dcontrol_netlink_attribute.cc47 NestedData array(kTypeNested, "FIRST", true); in ControlAttributeAttrOps()
64 NestedData array(kTypeNested, "FIRST", true); in ControlAttributeMcastGroups()
Dnetlink_attribute.h53 kTypeNested, enumerator
Dnetlink_attribute.cc800 NetlinkAttribute::kTypeNested;
973 case kTypeNested: in AddAttributeToNestedInner()