HomeSort by relevance Sort by last modified time
    Searched refs:genlmsg_put (Results 1 - 22 of 22) 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,
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_nl80211.c 111 genlmsg_put(msg, 0, 0, dhd_nli->nl_id, 0, 0,
  /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)
  /test/vts-testcase/security/poc/target/kernel_wifi/32219453/
poc.cpp 180 genlmsg_put(msg, nlmsg_pid, 0, nlmsg_type, 0, 0, genl_cmd, genl_version);
  /test/vts-testcase/security/poc/target/kernel_wifi/32402310/
poc.cpp 95 genlmsg_put(msg, nlmsg_pid, 0, nlmsg_type, 0, 0, genl_cmd, genl_version);
  /hardware/qcom/wlan/cld80211-lib/
cld80211_lib.c 237 genlmsg_put(nlmsg, 0, 0, ctx->nlctrl_familyid, 0, 0,
312 genlmsg_put(nlmsg, pid, /* seq = */ 0, ctx->netlink_familyid,
  /cts/hostsidetests/security/securityPatch/CVE-2017-0705/
poc.c 215 genlmsg_put(msg, 0, 0, d_id, 0, 0, NL80211_CMD_VENDOR, 0);
  /system/extras/iotop/
taskstats.cpp 130 genlmsg_put(message.get(), NL_AUTO_PID, NL_AUTO_SEQ, family_id_, 0, 0,
  /system/extras/taskstats/
taskstats.c 96 genlmsg_put(message, NL_AUTO_PID, NL_AUTO_SEQ, family_id, 0, 0,
  /external/autotest/client/deps/iwcap/src/
iwcap.c 523 genlmsg_put(msg, 0, 0, genl_family_get_id(state->nl80211), 0,
  /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)) {
592 if (!genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, ctx->macsec_genl_id, 0,
driver_nl80211.c 438 if (!genlmsg_put(msg, 0, 0, genl_ctrl_resolve(global->nl, "nlctrl"),
457 return genlmsg_put(msg, 0, 0, drv->global->nl80211_id,
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.cpp 546 genlmsg_put(mMsg, /* pid = */ 0, /* seq = */ 0, family,
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.cpp 552 genlmsg_put(mMsg, /* pid = */ 0, /* seq = */ 0, family,
  /external/libpcap/
pcap-linux.c 687 genlmsg_put(msg, 0, 0, genl_family_get_id(state->nl80211), 0,
783 genlmsg_put(msg, 0, 0, genl_family_get_id(state->nl80211), 0,
    [all...]

Completed in 1504 milliseconds