HomeSort by relevance Sort by last modified time
    Searched defs:ack_handler (Results 1 - 5 of 5) sorted by null

  /external/android-clat/
netlink_callbacks.c 25 /* function: ack_handler
30 static int ack_handler(__attribute__((unused)) struct nl_msg *msg, void *data) { function
64 nl_cb_set(callbacks, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, retval);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.cpp 605 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
710 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { function in class:WifiCommand
711 // ALOGD("ack_handler called");
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.cpp 622 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
727 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { function in class:WifiCommand
728 // ALOGD("ack_handler called");
wifi_hal.cpp 110 int ack_handler(struct nl_msg *msg, void *arg) function
179 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 627 static int ack_handler(struct nl_msg *msg, void *arg) function
676 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
    [all...]

Completed in 1168 milliseconds