HomeSort by relevance Sort by last modified time
    Searched refs:nla_put_u32 (Results 1 - 3 of 3) sorted by null

  /external/libnl-headers/netlink/
attr.h 106 extern int nla_put_u32(struct nl_msg *, int, uint32_t);
187 #define NLA_PUT_U32(msg, attrtype, value) \
  /system/core/libnl_2/
attr.c 178 int nla_put_u32(struct nl_msg *msg, int attrtype, uint32_t value) function
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 581 NLA_PUT_U32(msg, NL80211_ATTR_IFINDEX, bss->ifindex);
604 NLA_PUT_U32(msg, NL80211_ATTR_WIPHY, w->wiphy_idx);
1083 NLA_PUT_U32(msg, NL80211_ATTR_IFINDEX, drv->ifindex);
    [all...]

Completed in 39 milliseconds