Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/wlan/cld80211-lib/
H A Dcld80211_lib.c136 static int finish_handler(struct nl_msg *msg, void *arg) in finish_handler() function
372 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err); in cld80211_send_recv_msg()
417 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err); in cld80211_recv()
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcpp_bindings.cpp636 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err); in requestResponse()
750 int WifiCommand::finish_handler(struct nl_msg *msg, void *arg) { in finish_handler() function in WifiCommand
H A Dcpp_bindings.h371 static int finish_handler(struct nl_msg *msg, void *arg);
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dcpp_bindings.cpp610 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err); in requestResponse()
722 int WifiCommand::finish_handler(struct nl_msg *msg, void *arg) { in finish_handler() function in WifiCommand
H A Dwifi_hal.cpp259 int finish_handler(struct nl_msg *msg, void *arg) in finish_handler() function
439 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &info->user_sock_arg); in wifi_init_user_sock()
467 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &info->user_sock_arg); in wifi_init_cld80211_sock_cb()
667 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &info->event_sock_arg); in wifi_initialize()
H A Dcpp_bindings.h408 static int finish_handler(struct nl_msg *msg, void *arg);