HomeSort by relevance Sort by last modified time
    Searched refs:NL_CB_ACK (Results 1 - 12 of 12) 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);
  /external/libnl/python/examples/
iface.py 74 nl.py_nl_cb_set(rx_cb, nl.NL_CB_ACK, nl.NL_CB_CUSTOM, ack_handler, cbd);
wiphy.py 123 nl.py_nl_cb_set(rx_cb, nl.NL_CB_ACK, nl.NL_CB_CUSTOM, ack_handler, cbd);
  /external/libnl/lib/
nl.c 945 } else if (cb->cb_set[NL_CB_ACK])
946 NL_CB_CALL(cb, NL_CB_ACK, msg);
1067 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_wait_handler, NULL);
handlers.c 181 [NL_CB_ACK] = {
  /external/autotest/client/deps/iwcap/src/
iwcap.c 539 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
  /device/linaro/poplar/wifi/wifi_hal/
cpp_bindings.cpp 625 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
  /external/libnl/python/netlink/
capi.i 515 NL_CB_ACK,
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 426 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
    [all...]

Completed in 165 milliseconds