HomeSort by relevance Sort by last modified time
    Searched full: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/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.cpp 625 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
730 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { function in class:WifiCommand
731 // ALOGD("ack_handler called");
cpp_bindings.h 356 static int ack_handler(struct nl_msg *msg, void *arg);
  /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/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.cpp 611 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
716 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { function in class:WifiCommand
cpp_bindings.h 406 static int ack_handler(struct nl_msg *msg, void *arg);
wifi_hal.cpp 138 int ack_handler(struct nl_msg *msg, void *arg) function
294 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &info->user_sock_arg);
322 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &info->user_sock_arg);
516 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
    [all...]
  /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 6194 milliseconds