OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NL_CB_CUSTOM
(Results
1 - 3
of
3
) sorted by null
/external/libnl-headers/netlink/
handlers.h
80
NL_CB_CUSTOM
,
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_nl80211.c
137
nl_cb_err(cb,
NL_CB_CUSTOM
, error_handler, &err);
138
nl_cb_set(cb, NL_CB_FINISH,
NL_CB_CUSTOM
, finish_handler, &err);
139
nl_cb_set(cb, NL_CB_ACK,
NL_CB_CUSTOM
, ack_handler, &err);
142
nl_cb_set(cb, NL_CB_VALID,
NL_CB_CUSTOM
,
1026
nl_cb_set(cb, NL_CB_SEQ_CHECK,
NL_CB_CUSTOM
, no_seq_check, NULL);
1027
nl_cb_set(cb, NL_CB_VALID,
NL_CB_CUSTOM
, process_event, drv);
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver_nl80211.c
303
nl_cb_err(cb,
NL_CB_CUSTOM
, error_handler, &err);
304
nl_cb_set(cb, NL_CB_FINISH,
NL_CB_CUSTOM
, finish_handler, &err);
305
nl_cb_set(cb, NL_CB_ACK,
NL_CB_CUSTOM
, ack_handler, &err);
308
nl_cb_set(cb, NL_CB_VALID,
NL_CB_CUSTOM
,
[
all
...]
Completed in 60 milliseconds