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

  /external/libnl-headers/netlink/
attr.h 96 extern int nla_put(struct nl_msg *, int, int, const void *);
143 #define NLA_PUT(msg, attrtype, attrlen, data) \
145 if (nla_put(msg, attrtype, attrlen, data) < 0) \
160 NLA_PUT(msg, attrtype, sizeof(type), &__tmp); \
206 NLA_PUT(msg, attrtype, strlen(value) + 1, value)
214 NLA_PUT(msg, attrtype, 0, NULL)
232 NLA_PUT(msg, attrtype, nl_addr_get_len(addr), \
242 NLA_PUT(msg, attrtype, nl_data_get_size(data), \
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_nl80211.c 1143 NLA_PUT(msg, NL80211_ATTR_IE, ies_len, ies);
    [all...]

Completed in 32 milliseconds