Home
last modified time | relevance | path

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

/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.cpp141 int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() function
263 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &info->user_sock_arg); in wifi_init_user_sock()
428 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in wifi_initialize()
Dcpp_bindings.cpp615 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in requestResponse()
714 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { in ack_handler() function in WifiCommand
Dcpp_bindings.h384 static int ack_handler(struct nl_msg *msg, void *arg);