Home
last modified time | relevance | path

Searched refs:tx_cb (Results 1 – 4 of 4) sorted by relevance

/external/libnl/python/examples/
Diface.py69 tx_cb = nl.nl_cb_alloc(nl.NL_CB_DEFAULT) variable
70 rx_cb = nl.nl_cb_clone(tx_cb)
71 s = nl.nl_socket_alloc_cb(tx_cb)
Dwiphy.py118 tx_cb = nl.nl_cb_alloc(nl.NL_CB_DEFAULT) variable
119 rx_cb = nl.nl_cb_clone(tx_cb)
120 s = nl.nl_socket_alloc_cb(tx_cb)
/external/wpa_supplicant_8/wpa_supplicant/
Doffchannel.h16 void (*tx_cb)(struct wpa_supplicant *wpa_s,
Doffchannel.c262 void (*tx_cb)(struct wpa_supplicant *wpa_s, in offchannel_send_action()
275 wpa_s->pending_action_tx_status_cb = tx_cb; in offchannel_send_action()