Home
last modified time | relevance | path

Searched refs:ack_handler (Results 1 – 7 of 7) sorted by relevance

/external/android-clat/
Dnetlink_callbacks.c30 static int ack_handler(__attribute__((unused)) struct nl_msg *msg, void *data) { in ack_handler() function
64 nl_cb_set(callbacks, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, retval); in alloc_ack_callbacks()
/external/iw/
Dgenl.c23 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() function
103 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &ret); in nl_get_multicast_id()
Diw.c289 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() function
475 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in __handle_cmd()
/external/libnl/python/examples/
Diface.py63 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);
Dwiphy.py112 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/autotest/client/deps/iwcap/src/
Diwcap.c489 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() function
539 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in __handle_cmd()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c284 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() function
358 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in send_and_recv()