/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/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);
|
/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);
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
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/cld80211-lib/ |
cld80211_lib.c | 127 static int ack_handler(struct nl_msg *msg, void *arg) function 371 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); 416 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
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
|
wifi_hal.cpp | 126 int ack_handler(struct nl_msg *msg, void *arg) function 282 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &info->user_sock_arg); 310 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &info->user_sock_arg); 489 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); [all...] |
/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);
|
/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...] |