Searched refs:ack_handler (Results 1 – 5 of 5) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | cpp_bindings.cpp | 608 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
|
D | cpp_bindings.h | 339 static int ack_handler(struct nl_msg *msg, void *arg);
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | wifi_hal.cpp | 141 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()
|
D | cpp_bindings.cpp | 615 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
|
D | cpp_bindings.h | 384 static int ack_handler(struct nl_msg *msg, void *arg);
|