Searched refs:nla_put_nested (Results 1 – 9 of 9) 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/ |
D | attr.c | 778 int nla_put_nested(struct nl_msg *msg, int attrtype, struct nl_msg *nested) in nla_put_nested() function
|
/external/libnl/lib/route/ |
D | neightbl.c | 548 if (nla_put_nested(m, NDTA_PARMS, parms) < 0) in rtnl_neightbl_build_change_request()
|
/external/libnl/python/netlink/ |
D | capi.i | 835 extern int nla_put_nested(struct nl_msg *, int, struct nl_msg *);
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211.c | 3840 nla_put_nested(msg, NL80211_ATTR_MAC_ADDRS, acl)) { in wpa_driver_nl80211_set_acl()
|