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

  /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
  /external/libnl-headers/netlink/
handlers.h 121 extern int nl_cb_set(struct nl_cb *, enum nl_cb_type, enum nl_cb_kind,
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_nl80211.c 138 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err);
139 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
142 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM,
1026 nl_cb_set(cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, no_seq_check, NULL);
1027 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, process_event, drv);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 304 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err);
305 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
308 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM,
    [all...]

Completed in 264 milliseconds