Home
last modified time | relevance | path

Searched refs:finish_handler (Results 1 – 4 of 4) 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.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
/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);