Home
last modified time | relevance | path

Searched refs:nl_socket_alloc_cb (Results 1 – 11 of 11) sorted by relevance

/third_party/libnl/include/netlink/
Dsocket.h23 extern struct nl_sock * nl_socket_alloc_cb(struct nl_cb *);
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/
Ddriver_nl80211_hisi.h39 #define nl80211_handle_alloc nl_socket_alloc_cb
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
Ddriver_nl80211_hisi.h39 #define nl80211_handle_alloc nl_socket_alloc_cb
/third_party/libnl/python/examples/
Diface.py71 s = nl.nl_socket_alloc_cb(tx_cb)
Dwiphy.py120 s = nl.nl_socket_alloc_cb(tx_cb)
/third_party/libnl/
Dlibnl-3.sym205 nl_socket_alloc_cb;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211.h23 #define nl80211_handle_alloc nl_socket_alloc_cb
/third_party/libnl/lib/
Dsocket.c232 struct nl_sock *nl_socket_alloc_cb(struct nl_cb *cb) in nl_socket_alloc_cb() function
/third_party/libnl/python/netlink/
Dcore.py188 self._sock = capi.nl_socket_alloc_cb(cb._cb)
Dcapi.i176 extern struct nl_sock *nl_socket_alloc_cb(struct nl_cb *);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211.c82 handle = nl_socket_alloc_cb(cb); in nl_create_handle()