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

  /external/libnl/include/netlink/genl/
genl.h 27 extern void * genlmsg_put(struct nl_msg *, uint32_t, uint32_t,
  /external/iw/
genl.c 90 genlmsg_put(msg, 0, 0, ctrlid, 0,
iw.c 444 genlmsg_put(msg, 0, 0, state->nl80211_id, 0,
  /external/libnl/lib/genl/
genl.c 338 * user_hdr = genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, family_id,
348 void *genlmsg_put(struct nl_msg *msg, uint32_t port, uint32_t seq, int family, function
ctrl.c 263 if (!genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, GENL_ID_CTRL,
  /external/libnl/tests/
test-genl.c 94 hdr = genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, ops.o_id,
  /external/libnl/python/netlink/genl/
capi.i 42 extern void *genlmsg_put(struct nl_msg *, uint32_t, uint32_t,
  /external/libnl/python/examples/
iface.py 80 genl.genlmsg_put(m, 0, 0, family, 0, 0, nl80211.NL80211_CMD_GET_INTERFACE, 0)
wiphy.py 129 genl.genlmsg_put(m, 0, 0, family, 0, 0, nl80211.NL80211_CMD_GET_WIPHY, 0)
  /external/autotest/client/deps/iwcap/src/
iwcap.c 523 genlmsg_put(msg, 0, 0, genl_family_get_id(state->nl80211), 0,
  /device/linaro/poplar/wifi/wifi_hal/
cpp_bindings.cpp 563 genlmsg_put(mMsg, /* pid = */ 0, /* seq = */ 0, family,
  /external/wpa_supplicant_8/src/drivers/
driver_macsec_linux.c 97 if (!genlmsg_put(msg, 0, 0, ctx->macsec_genl_id, 0, 0, cmd, 0)) {
649 if (!genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, ctx->macsec_genl_id, 0,
    [all...]
driver_nl80211.c 506 if (!genlmsg_put(msg, 0, 0, genl_ctrl_resolve(global->nl, "nlctrl"),
525 return genlmsg_put(msg, 0, 0, drv->global->nl80211_id,
    [all...]
  /external/libpcap/
pcap-linux.c 743 genlmsg_put(msg, 0, 0, genl_family_get_id(state->nl80211), 0,
853 genlmsg_put(msg, 0, 0, genl_family_get_id(state->nl80211), 0,
    [all...]

Completed in 95 milliseconds