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

  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_nl80211.c 122 nl_cb_set(dhd_nli->cb, NL_CB_ACK, NL_CB_CUSTOM,
124 nl_cb_set(dhd_nli->cb, NL_CB_FINISH, NL_CB_CUSTOM,
126 nl_cb_set(dhd_nli->cb, NL_CB_VALID, NL_CB_CUSTOM,
  /external/android-clat/
netlink_callbacks.c 63 nl_cb_set(callbacks, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, retval);
getaddr.c 117 nl_cb_set(callbacks, NL_CB_VALID, NL_CB_CUSTOM, getaddr_cb, &targ);
getroute.c 126 nl_cb_set(callbacks, NL_CB_VALID, NL_CB_CUSTOM, get_default_route_cb, default_route);
  /external/libnl-headers/netlink/
handlers.h 123 extern int nl_cb_set(struct nl_cb *, enum nl_cb_type, enum nl_cb_kind,
  /system/core/libnl_2/
handlers.c 57 int nl_cb_set(struct nl_cb *cb, enum nl_cb_type type, enum nl_cb_kind kind, \ function
  /hardware/ti/wlan/mac80211/ti-utils/
calibrator.c 459 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err);
460 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
plt.c 253 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, calib_valid_handler, nvs_path);
553 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, display_rx_statcs, NULL);
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 571 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err);
572 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
575 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM,
902 nl_cb_set(w->nl_cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, no_seq_check, NULL);
903 nl_cb_set(w->nl_cb, NL_CB_VALID, NL_CB_CUSTOM, process_beacon_event,
    [all...]

Completed in 211 milliseconds