HomeSort by relevance Sort by last modified time
    Searched refs:nl_cb (Results 26 - 50 of 56) sorted by null

12 3

  /external/iw/
vendor.c 48 static int handle_vendor(struct nl80211_state *state, struct nl_cb *cb,
coalesce.c 19 static int handle_coalesce_enable(struct nl80211_state *state, struct nl_cb *cb,
188 handle_coalesce_disable(struct nl80211_state *state, struct nl_cb *cb,
277 static int handle_coalesce_show(struct nl80211_state *state, struct nl_cb *cb,
link.c 101 struct nl_cb *cb,
202 struct nl_cb *cb,
232 static int handle_link(struct nl80211_state *state, struct nl_cb *cb,
reg.c 79 struct nl_cb *cb,
232 struct nl_cb *cb,
242 struct nl_cb *cb,
station.c 350 struct nl_cb *cb,
404 struct nl_cb *cb,
454 struct nl_cb *cb,
502 struct nl_cb *cb,
555 struct nl_cb *cb,
genl.c 71 struct nl_cb *cb;
mesh.c 296 struct nl_cb *cb,
410 struct nl_cb *cb,
435 static int join_mesh(struct nl80211_state *state, struct nl_cb *cb,
614 static int leave_mesh(struct nl80211_state *state, struct nl_cb *cb,
iw.c 231 struct nl_cb *cb,
300 struct nl_cb *cb;
301 struct nl_cb *s_cb;
wowlan.c 200 static int handle_wowlan_enable(struct nl80211_state *state, struct nl_cb *cb,
337 static int handle_wowlan_disable(struct nl80211_state *state, struct nl_cb *cb,
473 static int handle_wowlan_show(struct nl80211_state *state, struct nl_cb *cb,
info.c 648 struct nl_cb *cb,
673 struct nl_cb *cb, struct nl_msg *msg,
709 struct nl_cb *cb, struct nl_msg *msg,
bitrate.c 80 struct nl_cb *cb,
iw.h 55 struct nl_cb *cb,
event.c 696 struct nl_cb *cb = nl_cb_alloc(iw_debug ? NL_CB_DEBUG : NL_CB_DEFAULT);
738 struct nl_cb *cb,
scan.c 340 struct nl_cb *cb,
    [all...]
  /external/libnl/lib/
nl.c 207 struct nl_cb *cb;
325 struct nl_cb *cb = sk->s_cb;
506 static int recvmsgs(struct nl_sock *sk, struct nl_cb *cb)
701 int nl_recvmsgs(struct nl_sock *sk, struct nl_cb *cb)
737 struct nl_cb *cb;
cache.c 468 struct nl_cb *cb;
  /external/android-clat/
getaddr.c 101 struct nl_cb *callbacks = NULL;
  /external/libnl/include/
netlink-types.h 33 struct nl_cb struct
44 struct nl_cb *);
70 struct nl_cb * s_cb;
netlink-local.h 111 static inline int nl_cb_call(struct nl_cb *cb, int type, struct nl_msg *msg)
  /external/autotest/client/deps/iwcap/src/
iwcap.c 456 struct nl_cb *cb,
498 struct nl_cb *cb;
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wificonfig.cpp 378 struct nl_cb *cb;
wifi_hal.cpp 238 struct nl_cb *cb = nl_socket_get_cb(user_sock);
361 struct nl_cb *cb = NULL;
671 struct nl_cb *cb = nl_socket_get_cb(sock);
    [all...]
  /system/extras/iotop/
taskstats.cpp 139 std::unique_ptr<nl_cb, decltype(&nl_cb_put)> callbacks(
  /system/extras/taskstats/
taskstats.c 106 struct nl_cb* callbacks = nl_cb_get(nl_cb_alloc(NL_CB_CUSTOM));
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 93 static struct nl_handle * nl_create_handle(struct nl_cb *cb, const char *dbg)
333 struct nl_cb *cb;
339 cb = nl_cb_clone(global->nl_cb);
623 res = nl_recvmsgs(handle, w->nl_cb);
689 w->nl_cb = nl_cb_alloc(NL_CB_DEFAULT);
690 if (!w->nl_cb) {
694 nl_cb_set(w->nl_cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, no_seq_check, NULL);
695 nl_cb_set(w->nl_cb, NL_CB_VALID, NL_CB_CUSTOM, process_beacon_event,
698 w->nl_beacons = nl_create_handle(bss->drv->global->nl_cb,
760 nl_cb_put(w->nl_cb);
    [all...]

Completed in 2765 milliseconds

12 3