Home
last modified time | relevance | path

Searched refs:nl_msg (Results 1 – 14 of 14) sorted by relevance

/hardware/qcom/wlan/cld80211-lib/
Dcld80211_lib.h88 struct nl_msg *cld80211_msg_alloc(struct cld80211_ctx *ctx, int cmd,
94 int cld80211_send_msg(struct cld80211_ctx *ctx, struct nl_msg *nlmsg);
99 int cld80211_send_recv_msg(struct cld80211_ctx *ctx, struct nl_msg *nlmsg,
100 int (*valid_handler)(struct nl_msg *, void *),
139 int (*valid_handler)(struct nl_msg *, void *),
Dcld80211_lib.c116 static int response_handler(struct nl_msg *msg, void *arg) in response_handler()
127 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler()
136 static int finish_handler(struct nl_msg *msg, void *arg) in finish_handler()
157 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check()
196 static int family_handler(struct nl_msg *msg, void *arg) in family_handler()
231 struct nl_msg *nlmsg = nlmsg_alloc(); in get_multicast_id()
298 struct nl_msg *cld80211_msg_alloc(struct cld80211_ctx *ctx, int cmd, in cld80211_msg_alloc()
301 struct nl_msg *nlmsg; in cld80211_msg_alloc()
330 int cld80211_send_msg(struct cld80211_ctx *ctx, struct nl_msg *nlmsg) in cld80211_send_msg()
349 int cld80211_send_recv_msg(struct cld80211_ctx *ctx, struct nl_msg *nlmsg, in cld80211_send_recv_msg()
[all …]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu_nl80211.c45 static int dhd_nl_finish_handler(struct nl_msg *msg, void *arg) in dhd_nl_finish_handler()
52 static int dhd_nl_ack_handler(struct nl_msg *msg, void *arg) in dhd_nl_ack_handler()
59 static int dhd_nl_valid_handler(struct nl_msg *msg, void *arg) in dhd_nl_valid_handler()
103 struct nl_msg *msg; in dhd_nl_do_testmode()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcpp_bindings.h28 struct nl_msg *mMsg;
33 WifiEvent(nl_msg *msg) { in WifiEvent()
155 struct nl_msg *mMsg;
181 nl_msg *getMessage() { in getMessage()
196 wifi_error wifi_nla_put(struct nl_msg *msg, int attr, in wifi_nla_put()
399 static int response_handler(struct nl_msg *msg, void *arg);
401 static int event_handler(struct nl_msg *msg, void *arg);
404 static int valid_handler(struct nl_msg *msg, void *arg);
406 static int ack_handler(struct nl_msg *msg, void *arg);
408 static int finish_handler(struct nl_msg *msg, void *arg);
Dcpp_bindings.cpp580 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check()
681 int WifiCommand::response_handler(struct nl_msg *msg, void *arg) { in response_handler()
694 int WifiCommand::event_handler(struct nl_msg *msg, void *arg) { in event_handler()
710 int WifiCommand::valid_handler(struct nl_msg *msg, void *arg) { in valid_handler()
716 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { in ack_handler()
722 int WifiCommand::finish_handler(struct nl_msg *msg, void *arg) { in finish_handler()
Dwificonfig.cpp722 static int ack_handler_wifi_config(struct nl_msg *msg, void *arg) in ack_handler_wifi_config()
725 struct nl_msg * a; in ack_handler_wifi_config()
733 static int finish_handler_wifi_config(struct nl_msg *msg, void *arg) in finish_handler_wifi_config()
736 struct nl_msg * a; in finish_handler_wifi_config()
Dwifilogger_diag.h248 wifi_error diag_message_handler(hal_info *info, nl_msg *msg);
Dwifilogger.cpp935 static int ack_handler_wifi_logger(struct nl_msg *msg, void *arg) in ack_handler_wifi_logger()
938 struct nl_msg * a; in ack_handler_wifi_logger()
946 static int finish_handler_wifi_logger(struct nl_msg *msg, void *arg) in finish_handler_wifi_logger()
949 struct nl_msg * a; in finish_handler_wifi_logger()
Dnan_req.cpp1425 static int ack_handler_nan(struct nl_msg *msg, void *arg) in ack_handler_nan()
1428 struct nl_msg * a; in ack_handler_nan()
1437 static int finish_handler_nan(struct nl_msg *msg, void *arg) in finish_handler_nan()
1440 struct nl_msg * a; in finish_handler_nan()
Dwifilogger_diag.cpp2567 wifi_error diag_message_handler(hal_info *info, nl_msg *msg) in diag_message_handler()
/hardware/google/pixel/thermal/utils/
Dthermal_watcher.cpp53 static int nlFinishHandle(struct nl_msg *msg, void *arg) { in nlFinishHandle()
63 static int nlAckHandle(struct nl_msg *msg, void *arg) { in nlAckHandle()
73 static int nlSeqCheckHandle(struct nl_msg *msg, void *arg) { in nlSeqCheckHandle()
88 static int nlSendMsg(struct nl_sock *sock, struct nl_msg *msg, in nlSendMsg()
89 int (*rx_handler)(struct nl_msg *, void *), void *data) { in nlSendMsg() argument
111 static int nlFamilyHandle(struct nl_msg *msg, void *arg) { in nlFamilyHandle()
153 std::unique_ptr<nl_msg, decltype(&nlmsg_free)> msg(nlmsg_alloc(), nlmsg_free); in nlGetMulticastId()
187 static int handleEvent(struct nl_msg *n, void *arg) { in handleEvent()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcpp_bindings.cpp606 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check()
706 int WifiCommand::response_handler(struct nl_msg *msg, void *arg) { in response_handler()
720 int WifiCommand::event_handler(struct nl_msg *msg, void *arg) { in event_handler()
736 int WifiCommand::valid_handler(struct nl_msg *msg, void *arg) { in valid_handler()
743 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { in ack_handler()
750 int WifiCommand::finish_handler(struct nl_msg *msg, void *arg) { in finish_handler()
Dcommon.h66 typedef int (*nl_recvmsg_msg_cb_t)(struct nl_msg *msg, void *arg);
Dwifi_hal.cpp80 static int internal_no_seq_check(nl_msg *msg, void *arg);
81 static int internal_valid_message_handler(nl_msg *msg, void *arg);
774 static int internal_no_seq_check(struct nl_msg *msg, void *arg) in internal_no_seq_check()
779 static int internal_valid_message_handler(nl_msg *msg, void *arg) in internal_valid_message_handler()