Searched refs:ack_handler (Results 1 - 4 of 4) sorted by last modified time

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c271 static int ack_handler(struct nl_msg *msg, void *arg) function
345 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c271 static int ack_handler(struct nl_msg *msg, void *arg) function
345 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.c271 static int ack_handler(struct nl_msg *msg, void *arg) function
345 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
/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);

Completed in 118 milliseconds