HomeSort by relevance Sort by last modified time
    Searched refs:NL_CB_ACK (Results 1 - 15 of 15) 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,
  /external/iw/
genl.c 103 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &ret);
iw.c 475 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
  /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/
wificonfig.cpp 395 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler_wifi_config, &res);
wifi_hal.cpp 248 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &info->user_sock_arg);
413 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
    [all...]
cpp_bindings.cpp 615 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
wifilogger.cpp 953 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler_wifi_logger, &res);
    [all...]
nan_req.cpp     [all...]
  /external/autotest/client/deps/iwcap/src/
iwcap.c 539 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.cpp 608 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 351 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
    [all...]

Completed in 178 milliseconds