Searched refs:ack_handler (Results 1 - 7 of 7) sorted by relevance
/external/android-clat/ |
H A D | 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/ |
H A D | 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);
|
H A D | 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/autotest/client/deps/iwcap/src/ |
H A D | 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/hostapd/src/drivers/ |
H A D | driver_nl80211.c | 277 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 D | driver_nl80211.c | 277 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 D | driver_nl80211.c | 277 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