/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), \
|
/system/core/libnl_2/ |
attr.c | 80 rc = nla_put(msg, attrtype, 0, NULL); 151 int nla_put(struct nl_msg *msg, int attrtype, int datalen, const void *data) function 175 rc = nla_put(msg, attrtype, nlmsg_attrlen(nlmsg_hdr(nested), 0),
|
/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...] |
/prebuilt/android-arm/kernel/ |
vmlinux-qemu | |
vmlinux-qemu-armv7 | |