Searched refs:ack_handler (Results 1 - 7 of 7) 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/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.c277 static int ack_handler(struct nl_msg *msg, void *arg) function
351 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c277 static int ack_handler(struct nl_msg *msg, void *arg) function
351 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.c277 static int ack_handler(struct nl_msg *msg, void *arg) function
351 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);

Completed in 151 milliseconds