Home
last modified time | relevance | path

Searched refs:nla_put_string (Results 1 – 8 of 8) sorted by relevance

/third_party/libnl/include/netlink/
Dattr.h131 extern int nla_put_string(struct nl_msg *, int, const char *);
/third_party/libnl/
Dlibnl-3.sym275 nla_put_string;
/third_party/libnl/lib/genl/
Dctrl.c270 if (nla_put_string(msg, CTRL_ATTR_FAMILY_NAME, name) < 0) in genl_ctrl_probe_by_name()
/third_party/libnl/lib/
Dattr.c787 int nla_put_string(struct nl_msg *msg, int attrtype, const char *str) in nla_put_string() function
/third_party/libnl/python/netlink/
Dcapi.i842 extern int nla_put_string(struct nl_msg *, int, const char *);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211.c508 nla_put_string(msg, CTRL_ATTR_FAMILY_NAME, family)) { in nl_get_multicast_id()
1656 nla_put_string(msg, NL80211_ATTR_REG_ALPHA2, alpha2)) { in wpa_driver_nl80211_set_country()
4873 nla_put_string(msg, NL80211_ATTR_IFNAME, ifname) || in nl80211_create_iface_once()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211.c609 nla_put_string(msg, CTRL_ATTR_FAMILY_NAME, family)) { in nl_get_multicast_id()
1815 nla_put_string(msg, NL80211_ATTR_REG_ALPHA2, alpha2)) { in wpa_driver_nl80211_set_country()
5445 nla_put_string(msg, NL80211_ATTR_IFNAME, ifname) || in nl80211_create_iface_once()
/third_party/libnl/doc/
Dcore.txt2188 String attributes are constructed with the function +nla_put_string()+
2194 int nla_put_string(struct nl_msg *msg, int attrtype, const char *data);