Searched refs:nla_put_nested (Results 1 – 11 of 11) sorted by relevance
/external/iw/ |
D | cqm.c | 41 nla_put_nested(msg, NL80211_ATTR_CQM, cqm); in iw_cqm_rssi()
|
D | scan.c | 319 nla_put_nested(msg, NL80211_ATTR_SCAN_SSIDS, ssids); in parse_sched_scan() 321 nla_put_nested(msg, NL80211_ATTR_SCAN_FREQUENCIES, freqs); in parse_sched_scan() 323 nla_put_nested(msg, NL80211_ATTR_SCHED_SCAN_MATCH, matchset); in parse_sched_scan() 465 nla_put_nested(msg, NL80211_ATTR_SCAN_SSIDS, ssids); in handle_scan() 468 nla_put_nested(msg, NL80211_ATTR_SCAN_FREQUENCIES, freqs); in handle_scan()
|
D | wowlan.c | 306 nla_put_nested(msg, NL80211_WOWLAN_TRIG_PKT_PATTERN, in handle_wowlan_enable()
|
D | interface.c | 72 nla_put_nested(msg, NL80211_ATTR_MNTR_FLAGS, flags); in parse_mntr_flags()
|
/external/libnl/include/netlink/ |
D | attr.h | 124 extern int nla_put_nested(struct nl_msg *, int, struct nl_msg *);
|
/external/libnl/lib/route/ |
D | class.c | 94 err = nla_put_nested(*result, TCA_OPTIONS, opts); in class_build()
|
D | cls.c | 109 err = nla_put_nested(*result, TCA_OPTIONS, opts); in cls_build()
|
D | qdisc.c | 163 err = nla_put_nested(*result, TCA_OPTIONS, opts); in qdisc_build()
|
D | neightbl.c | 536 if (nla_put_nested(m, NDTA_PARMS, parms) < 0) in rtnl_neightbl_build_change_request()
|
/external/libnl/lib/ |
D | attr.c | 1108 int nla_put_nested(struct nl_msg *msg, int attrtype, struct nl_msg *nested) in nla_put_nested() function
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211.c | 3389 nla_put_nested(msg, NL80211_ATTR_MAC_ADDRS, acl)) { in wpa_driver_nl80211_set_acl()
|