HomeSort by relevance Sort by last modified time
    Searched refs:NL_CB_ACK (Results 1 - 10 of 10) sorted by null

  /external/android-clat/
netlink_callbacks.c 64 nl_cb_set(callbacks, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, retval);
  /external/libnl/include/netlink/
handlers.h 100 NL_CB_ACK,
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_nl80211.c 122 nl_cb_set(dhd_nli->cb, NL_CB_ACK, NL_CB_CUSTOM,
  /external/libnl/lib/
nl.c 651 } else if (cb->cb_set[NL_CB_ACK])
652 NL_CB_CALL(cb, NL_CB_ACK, msg);
743 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_wait_handler, NULL);
handlers.c 185 [NL_CB_ACK] = {
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 179 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
cpp_bindings.cpp 622 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
gscan.cpp     [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.cpp 605 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 652 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
    [all...]

Completed in 1374 milliseconds