Searched refs:ack_handler (Results 1 – 6 of 6) sorted by relevance
/aosp12/hardware/qcom/wlan/cld80211-lib/ |
H A D | cld80211_lib.c | 127 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() function 373 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in cld80211_send_recv_msg() 418 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in cld80211_recv()
|
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
H A D | cpp_bindings.cpp | 637 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in requestResponse() 743 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { in ack_handler() function in WifiCommand
|
H A D | cpp_bindings.h | 369 static int ack_handler(struct nl_msg *msg, void *arg);
|
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/ |
H A D | cpp_bindings.cpp | 611 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in requestResponse() 716 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { in ack_handler() function in WifiCommand
|
H A D | wifi_hal.cpp | 252 int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() function 440 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &info->user_sock_arg); in wifi_init_user_sock() 468 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &info->user_sock_arg); in wifi_init_cld80211_sock_cb() 668 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &info->event_sock_arg); in wifi_initialize()
|
H A D | cpp_bindings.h | 406 static int ack_handler(struct nl_msg *msg, void *arg);
|