/hardware/qcom/wlan/cld80211-lib/ |
D | cld80211_lib.h | 88 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 *),
|
D | cld80211_lib.c | 116 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/wifi_hal/ |
D | cpp_bindings.h | 28 struct nl_msg *mMsg; 33 WifiEvent(nl_msg *msg) { in WifiEvent() 155 struct nl_msg *mMsg; 181 nl_msg *getMessage() { in getMessage() 349 static int response_handler(struct nl_msg *msg, void *arg); 351 static int event_handler(struct nl_msg *msg, void *arg); 354 static int valid_handler(struct nl_msg *msg, void *arg); 356 static int ack_handler(struct nl_msg *msg, void *arg); 358 static int finish_handler(struct nl_msg *msg, void *arg);
|
D | cpp_bindings.cpp | 595 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check() 693 int WifiCommand::response_handler(struct nl_msg *msg, void *arg) { in response_handler() 707 int WifiCommand::event_handler(struct nl_msg *msg, void *arg) { in event_handler() 723 int WifiCommand::valid_handler(struct nl_msg *msg, void *arg) { in valid_handler() 730 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { in ack_handler() 737 int WifiCommand::finish_handler(struct nl_msg *msg, void *arg) { in finish_handler()
|
D | wifi_hal.cpp | 74 static int internal_no_seq_check(nl_msg *msg, void *arg); 75 static int internal_valid_message_handler(nl_msg *msg, void *arg); 515 static int internal_no_seq_check(struct nl_msg *msg, void *arg) in internal_no_seq_check() 520 static int internal_valid_message_handler(nl_msg *msg, void *arg) in internal_valid_message_handler()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu_nl80211.c | 45 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/ |
D | cpp_bindings.h | 28 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);
|
D | wificonfig.cpp | 607 static int ack_handler_wifi_config(struct nl_msg *msg, void *arg) in ack_handler_wifi_config() 610 struct nl_msg * a; in ack_handler_wifi_config() 618 static int finish_handler_wifi_config(struct nl_msg *msg, void *arg) in finish_handler_wifi_config() 621 struct nl_msg * a; in finish_handler_wifi_config()
|
D | cpp_bindings.cpp | 580 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()
|
D | wifilogger_diag.h | 245 wifi_error diag_message_handler(hal_info *info, nl_msg *msg);
|
D | wifi_hal.cpp | 78 static int internal_valid_message_handler(nl_msg *msg, void *arg); 79 static int user_sock_message_handler(nl_msg *msg, void *arg); 138 int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() 145 int finish_handler(struct nl_msg *msg, void *arg) in finish_handler() 161 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check() 976 static int user_sock_message_handler(nl_msg *msg, void *arg) in user_sock_message_handler() 986 static int internal_valid_message_handler(nl_msg *msg, void *arg) in internal_valid_message_handler()
|
D | wifilogger.cpp | 935 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()
|
D | nan_req.cpp | 1425 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()
|
D | wifilogger_diag.cpp | 2554 wifi_error diag_message_handler(hal_info *info, nl_msg *msg) in diag_message_handler()
|