Home
last modified time | relevance | path

Searched refs:nla_put_u64 (Results 1 – 7 of 7) sorted by relevance

/external/libnl/lib/
Dattr.c751 int nla_put_u64(struct nl_msg *msg, int attrtype, uint64_t value) in nla_put_u64() function
852 return nla_put_u64(n, attrtype, msecs); in nla_put_msecs()
/external/libnl/include/netlink/
Dattr.h126 extern int nla_put_u64(struct nl_msg *, int, uint64_t);
/external/libnl/
Dlibnl-3.sym278 nla_put_u64;
/external/libnl/python/netlink/
Dcapi.i837 extern int nla_put_u64(struct nl_msg *, int, uint64_t);
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_scan.c124 nla_put_u64(msg, QCA_WLAN_VENDOR_ATTR_SCAN_COOKIE, scan_cookie)) in nl80211_abort_vendor_scan()
Ddriver_nl80211.c620 return nla_put_u64(msg, NL80211_ATTR_WDEV, bss->wdev_id); in nl80211_set_iface_id()
8321 nla_put_u64(msg, NL80211_ATTR_COOKIE, cookie)) { in nl80211_frame_wait_cancel()
8409 nla_put_u64(msg, NL80211_ATTR_COOKIE, drv->remain_on_chan_cookie)) { in wpa_driver_nl80211_cancel_remain_on_channel()
/external/libnl/doc/
Dcore.txt2131 int nla_put_u64(struct nl_msg *msg, int attrtype, uint64_t value);