Searched refs:finish_handler (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/wlan/cld80211-lib/ |
D | cld80211_lib.c | 136 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/ |
D | cpp_bindings.cpp | 636 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/ |
D | cpp_bindings.cpp | 610 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
|
D | cpp_bindings.h | 408 static int finish_handler(struct nl_msg *msg, void *arg);
|