Home
last modified time | relevance | path

Searched refs:nla_put_nested (Results 1 – 10 of 10) sorted by relevance

/external/iw/
Dcqm.c41 nla_put_nested(msg, NL80211_ATTR_CQM, cqm); in iw_cqm_rssi()
Dscan.c319 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()
Dwowlan.c306 nla_put_nested(msg, NL80211_WOWLAN_TRIG_PKT_PATTERN, in handle_wowlan_enable()
Dinterface.c72 nla_put_nested(msg, NL80211_ATTR_MNTR_FLAGS, flags); in parse_mntr_flags()
/external/libnl/include/netlink/
Dattr.h142 extern int nla_put_nested(struct nl_msg *, int,
/external/libnl/
Dlibnl-3.sym274 nla_put_nested;
/external/libnl/lib/
Dattr.c885 int nla_put_nested(struct nl_msg *msg, int attrtype, in nla_put_nested() function
/external/libnl/lib/route/
Dneightbl.c549 if (nla_put_nested(m, NDTA_PARMS, parms) < 0) in rtnl_neightbl_build_change_request()
/external/libnl/python/netlink/
Dcapi.i853 extern int nla_put_nested(struct nl_msg *, int, struct nl_msg *);
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c3495 nla_put_nested(msg, NL80211_ATTR_KEY, key_msg)) in wpa_driver_nl80211_set_key()
3556 if (nla_put_nested(msg, NL80211_ATTR_KEY, key_msg)) in wpa_driver_nl80211_set_key()
4282 nla_put_nested(msg, NL80211_ATTR_MAC_ADDRS, acl)) { in wpa_driver_nl80211_set_acl()