/hardware/qcom/wlan/wcn6740/cld80211-lib/ |
D | cld80211_lib.c | 138 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() function 384 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in cld80211_send_recv_msg() 429 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in cld80211_recv()
|
/hardware/qcom/wlan/legacy/cld80211-lib/ |
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()
|
/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | cpp_bindings.cpp | 666 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in requestResponse() 772 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { in ack_handler() function in WifiCommand
|
D | cpp_bindings.h | 369 static int ack_handler(struct nl_msg *msg, void *arg);
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | cpp_bindings.cpp | 707 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in requestResponse() 812 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { in ack_handler() function in WifiCommand
|
D | cpp_bindings.h | 374 static int ack_handler(struct nl_msg *msg, void *arg);
|
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
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
|
D | cpp_bindings.h | 406 static int ack_handler(struct nl_msg *msg, void *arg);
|
D | wifi_hal.cpp | 291 int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() function 479 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &info->user_sock_arg); in wifi_init_user_sock() 507 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &info->user_sock_arg); in wifi_init_cld80211_sock_cb() 1154 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &info->event_sock_arg); in wifi_initialize()
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | cpp_bindings.cpp | 617 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in requestResponse() 722 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { in ack_handler() function in WifiCommand
|
D | cpp_bindings.h | 416 static int ack_handler(struct nl_msg *msg, void *arg);
|
D | wifi_hal.cpp | 297 int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() function 507 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &info->user_sock_arg); in wifi_init_user_sock() 535 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &info->user_sock_arg); in wifi_init_cld80211_sock_cb() 1217 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &info->event_sock_arg); in wifi_initialize()
|
/hardware/qcom/wlan/wcn6740/qcwcn/wpa_supplicant_8_lib/ |
D | driver_cmd_nl80211.c | 837 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() function 958 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in send_nlmsg()
|