Home
last modified time | relevance | path

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

/hardware/qcom/wlan/cld80211-lib/
Dcld80211_lib.c127 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() function
371 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in cld80211_send_recv_msg()
416 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in cld80211_recv()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcpp_bindings.cpp608 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in requestResponse()
713 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { in ack_handler() function in WifiCommand
Dcpp_bindings.h339 static int ack_handler(struct nl_msg *msg, void *arg);
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifi_hal.cpp126 int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() function
282 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &info->user_sock_arg); in wifi_init_user_sock()
310 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &info->user_sock_arg); in wifi_init_cld80211_sock_cb()
489 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in wifi_initialize()
Dcpp_bindings.cpp614 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in requestResponse()
713 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { in ack_handler() function in WifiCommand
Dcpp_bindings.h386 static int ack_handler(struct nl_msg *msg, void *arg);