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

  /external/android-clat/
netlink_callbacks.c 25 /* function: ack_handler
30 static int ack_handler(__attribute__((unused)) struct nl_msg *msg, void *data) { function
64 nl_cb_set(callbacks, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, retval);
  /external/iw/
genl.c 23 static int ack_handler(struct nl_msg *msg, void *arg) function
103 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &ret);
iw.c 289 static int ack_handler(struct nl_msg *msg, void *arg) function
475 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
  /external/libnl/python/examples/
iface.py 63 def ack_handler(m, a): function
74 nl.py_nl_cb_set(rx_cb, nl.NL_CB_ACK, nl.NL_CB_CUSTOM, ack_handler, cbd);
wiphy.py 112 def ack_handler(m, a): function
123 nl.py_nl_cb_set(rx_cb, nl.NL_CB_ACK, nl.NL_CB_CUSTOM, ack_handler, cbd);
  /hardware/qcom/wlan/cld80211-lib/
cld80211_lib.c 127 static int ack_handler(struct nl_msg *msg, void *arg) function
373 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
418 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
  /external/autotest/client/deps/iwcap/src/
iwcap.c 489 static int ack_handler(struct nl_msg *msg, void *arg) function
539 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 339 static int ack_handler(struct nl_msg *msg, void *arg);
cpp_bindings.cpp 608 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
713 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { function in class:WifiCommand
714 // ALOGD("ack_handler called");
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 129 int ack_handler(struct nl_msg *msg, void *arg) function
285 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &info->user_sock_arg);
313 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &info->user_sock_arg);
494 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
    [all...]
cpp_bindings.h 386 static int ack_handler(struct nl_msg *msg, void *arg);
cpp_bindings.cpp 614 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
713 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { function in class:WifiCommand
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 284 static int ack_handler(struct nl_msg *msg, void *arg) function
358 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
    [all...]

Completed in 266 milliseconds