Searched refs:ack_handler (Results 1 - 9 of 9) sorted by relevance

/external/android-clat/
H A Dnetlink_callbacks.c25 /* 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/
H A Dgenl.c23 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);
H A Diw.c289 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/
H A 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);
H A 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/
H A Diwcap.c489 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/hostapd/src/drivers/
H A Ddriver_nl80211.c284 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);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c284 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);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c284 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);

Completed in 627 milliseconds