Home
last modified time | relevance | path

Searched refs:ack_handler (Results 1 – 6 of 6) sorted by relevance

/external/iw/
Dgenl.c23 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() function
103 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &ret); in nl_get_multicast_id()
Diw.c334 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() function
537 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in __handle_cmd()
/external/libnl/python/examples/
Diface.py64 def ack_handler(m, a): function
75 nl.py_nl_cb_set(rx_cb, nl.NL_CB_ACK, nl.NL_CB_CUSTOM, ack_handler, cbd)
Dwiphy.py113 def ack_handler(m, a): function
124 nl.py_nl_cb_set(rx_cb, nl.NL_CB_ACK, nl.NL_CB_CUSTOM, ack_handler, cbd)
/external/autotest/client/deps/iwcap/src/
Diwcap.c489 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() function
539 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in __handle_cmd()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c299 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() function
464 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err); in send_and_recv()