/external/android-clat/ |
netlink_callbacks.c | 63 nl_cb_set(callbacks, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, retval); 64 nl_cb_err(callbacks, NL_CB_CUSTOM, error_handler, retval);
|
getaddr.c | 117 nl_cb_set(callbacks, NL_CB_VALID, NL_CB_CUSTOM, getaddr_cb, &targ); 118 nl_cb_err(callbacks, NL_CB_CUSTOM, error_handler, &targ);
|
getroute.c | 126 nl_cb_set(callbacks, NL_CB_VALID, NL_CB_CUSTOM, get_default_route_cb, default_route); 127 nl_cb_err(callbacks, NL_CB_CUSTOM, error_handler, &retval);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
dhdu_nl80211.c | 121 nl_cb_err(dhd_nli->cb, NL_CB_CUSTOM, dhd_nl_error_handler, &err); 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/libnl-headers/netlink/ |
handlers.h | 82 NL_CB_CUSTOM,
|
/hardware/ti/wlan/mac80211/ti-utils/ |
calibrator.c | 458 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err); 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 | 570 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err); 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...] |