Home
last modified time | relevance | path

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

/hardware/qcom/wlan/cld80211-lib/
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()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcpp_bindings.cpp624 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err); in requestResponse()
737 int WifiCommand::finish_handler(struct nl_msg *msg, void *arg) { in finish_handler() function in WifiCommand
Dcpp_bindings.h358 static int finish_handler(struct nl_msg *msg, void *arg);
/hardware/qcom/wlan/qcwcn/wifi_hal/
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
Dcpp_bindings.h408 static int finish_handler(struct nl_msg *msg, void *arg);
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()
664 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &info->event_sock_arg); in wifi_initialize()