Searched refs:ack_handler (Results 1 – 6 of 6) sorted by relevance
/external/iw/ |
D | genl.c | 23 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()
|
D | iw.c | 334 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/ |
D | iface.py | 64 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)
|
D | wiphy.py | 113 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/ |
D | iwcap.c | 489 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/ |
D | driver_nl80211.c | 299 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()
|