/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ctrl_iface_udp.c | 201 char *reply; local 202 reply = os_malloc(7 + 2 * COOKIE_LEN + 1); 203 if (reply == NULL) { 208 os_memcpy(reply, "COOKIE=", 7); 209 wpa_snprintf_hex(reply + 7, 2 * COOKIE_LEN + 1, 213 return reply; 233 char *reply = NULL; local 272 reply = wpa_supplicant_ctrl_iface_get_cookie(priv, &reply_len); 326 reply = wpa_supplicant_ctrl_iface_process(wpa_s, pos, 331 if (reply) { 583 char *reply; global() local 612 char *reply = NULL; global() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ctrl_iface_udp.c | 201 char *reply; local 202 reply = os_malloc(7 + 2 * COOKIE_LEN + 1); 203 if (reply == NULL) { 208 os_memcpy(reply, "COOKIE=", 7); 209 wpa_snprintf_hex(reply + 7, 2 * COOKIE_LEN + 1, 213 return reply; 233 char *reply = NULL; local 283 reply = wpa_supplicant_ctrl_iface_get_cookie(priv, &reply_len); 340 reply = wpa_supplicant_ctrl_iface_process(wpa_s, pos, 345 if (reply) { 603 char *reply; global() local 635 char *reply = NULL; global() local [all...] |
/third_party/mesa3d/src/glx/ |
H A D | packsingle.h | 97 (void) _XReply(dpy, (xReply*) &reply, 0, False) 100 a = (cast) reply.retval 103 a = (GLint) reply.size 106 memcpy((p), &reply.pad3, 1); 109 memcpy((p), &reply.pad3, 2); 112 memcpy((p), &reply.pad3, 4); 115 memcpy((p), &reply.pad3, 4); 118 memcpy((p), &reply.pad3, 8);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
H A D | scanresults.cpp | 56 char reply[2048]; in updateResults() local 69 reply_len = sizeof(reply) - 1; in updateResults() 70 if (wpagui->ctrlRequest(cmd, reply, &reply_len) < 0) in updateResults() 72 reply[reply_len] = '\0'; in updateResults() 74 QString bss(reply); in updateResults() 116 char reply[10]; in scanRequest() local 117 size_t reply_len = sizeof(reply); in scanRequest() 122 wpagui->ctrlRequest("SCAN", reply, &reply_len); in scanRequest()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
H A D | scanresults.cpp | 56 char reply[2048]; in updateResults() local 69 reply_len = sizeof(reply) - 1; in updateResults() 70 if (wpagui->ctrlRequest(cmd, reply, &reply_len) < 0) in updateResults() 72 reply[reply_len] = '\0'; in updateResults() 74 QString bss(reply); in updateResults() 116 char reply[10]; in scanRequest() local 117 size_t reply_len = sizeof(reply); in scanRequest() 122 wpagui->ctrlRequest("SCAN", reply, &reply_len); in scanRequest()
|
/third_party/lwip/src/apps/mdns/ |
H A D | mdns.c | 248 /** If reply should be sent unicast */ 251 * question again in reply before answer) */ 271 /** unicast reply requested */ 665 * if reply bit has REPLY_HOST_PTR_V6 set 896 * reply with a unicast packet 951 * Write answer to reply packet. 955 * @param reply The outpacket to write to 960 * this reply replaces any earlier answer for this domain/type/class 968 mdns_add_answer(struct mdns_outpacket *reply, struct mdns_domain *domain, u16_t type, u16_t klass, u16_t cache_flush, in mdns_add_answer() argument 978 if (!reply in mdns_add_answer() 1171 mdns_add_a_answer(struct mdns_outpacket *reply, u16_t cache_flush, struct netif *netif) mdns_add_a_answer() argument 1181 mdns_add_hostv4_ptr_answer(struct mdns_outpacket *reply, u16_t cache_flush, struct netif *netif) mdns_add_hostv4_ptr_answer() argument 1194 mdns_add_aaaa_answer(struct mdns_outpacket *reply, u16_t cache_flush, struct netif *netif, int addrindex) mdns_add_aaaa_answer() argument 1204 mdns_add_hostv6_ptr_answer(struct mdns_outpacket *reply, u16_t cache_flush, struct netif *netif, int addrindex) mdns_add_hostv6_ptr_answer() argument 1216 mdns_add_servicetype_ptr_answer(struct mdns_outpacket *reply, struct mdns_service *service) mdns_add_servicetype_ptr_answer() argument 1227 mdns_add_servicename_ptr_answer(struct mdns_outpacket *reply, struct mdns_service *service) mdns_add_servicename_ptr_answer() argument 1238 mdns_add_srv_answer(struct mdns_outpacket *reply, u16_t cache_flush, struct mdns_host *mdns, struct mdns_service *service) mdns_add_srv_answer() argument 1261 mdns_add_txt_answer(struct mdns_outpacket *reply, u16_t cache_flush, struct mdns_service *service) mdns_add_txt_answer() argument 1565 struct mdns_outpacket reply; mdns_handle_question() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | 51 * release Information used as a reply to INQUIRY 648 return -EIO; /* No default reply */ in do_read() 731 return -EIO; /* No default reply */ in do_read() 920 return -EIO; /* No default reply */ in do_write() 984 return -EIO; /* No default reply */ in do_verify() 1742 * We can't reply at all until we know the correct data direction in check_command() 1866 int reply = -EINVAL; in do_scsi_command() local 1887 reply = check_command(common, 6, DATA_DIR_TO_HOST, in do_scsi_command() 1890 if (reply == 0) in do_scsi_command() 1891 reply in do_scsi_command() [all...] |
/kernel/linux/linux-5.10/tools/usb/usbip/src/ |
H A D | usbip_attach.c | 124 struct op_import_reply reply; in query_import_device() local 129 memset(&reply, 0, sizeof(reply)); in query_import_device() 148 /* receive a reply */ in query_import_device() 156 rc = usbip_net_recv(sockfd, (void *) &reply, sizeof(reply)); in query_import_device() 162 PACK_OP_IMPORT_REPLY(0, &reply); in query_import_device() 164 /* check the reply */ in query_import_device() 165 if (strncmp(reply.udev.busid, busid, SYSFS_BUS_ID_SIZE)) { in query_import_device() 166 err("recv different busid %s", reply in query_import_device() [all...] |
H A D | usbip_network.h | 31 uint32_t status; /* op_code status (for reply) */ 74 #define PACK_OP_IMPORT_REPLY(pack, reply) do {\ 75 usbip_net_pack_usb_device(pack, &(reply)->udev);\ 97 #define PACK_OP_EXPORT_REPLY(pack, reply) do {\ 118 #define PACK_OP_UNEXPORT_REPLY(pack, reply) do {\ 159 #define PACK_OP_DEVLIST_REPLY(pack, reply) do {\ 160 (reply)->ndev = usbip_net_pack_uint32_t(pack, (reply)->ndev);\
|
/kernel/linux/linux-6.6/tools/usb/usbip/src/ |
H A D | usbip_attach.c | 124 struct op_import_reply reply; in query_import_device() local 129 memset(&reply, 0, sizeof(reply)); in query_import_device() 148 /* receive a reply */ in query_import_device() 156 rc = usbip_net_recv(sockfd, (void *) &reply, sizeof(reply)); in query_import_device() 162 PACK_OP_IMPORT_REPLY(0, &reply); in query_import_device() 164 /* check the reply */ in query_import_device() 165 if (strncmp(reply.udev.busid, busid, SYSFS_BUS_ID_SIZE)) { in query_import_device() 166 err("recv different busid %s", reply in query_import_device() [all...] |
/kernel/linux/linux-5.10/sound/soc/intel/common/ |
H A D | sst-ipc.c | 46 struct ipc_message *msg, struct sst_ipc_message *reply) in tx_wait_done() 65 if (reply) { in tx_wait_done() 66 reply->header = msg->rx.header; in tx_wait_done() 67 if (reply->data) in tx_wait_done() 68 memcpy(reply->data, msg->rx.data, msg->rx.size); in tx_wait_done() 80 struct sst_ipc_message *reply, int wait) in ipc_tx_message() 96 msg->rx.size = reply ? reply->size : 0; in ipc_tx_message() 110 return tx_wait_done(ipc, msg, reply); in ipc_tx_message() 181 struct sst_ipc_message request, struct sst_ipc_message *reply) in sst_ipc_tx_message_wait() 45 tx_wait_done(struct sst_generic_ipc *ipc, struct ipc_message *msg, struct sst_ipc_message *reply) tx_wait_done() argument 78 ipc_tx_message(struct sst_generic_ipc *ipc, struct sst_ipc_message request, struct sst_ipc_message *reply, int wait) ipc_tx_message() argument 180 sst_ipc_tx_message_wait(struct sst_generic_ipc *ipc, struct sst_ipc_message request, struct sst_ipc_message *reply) sst_ipc_tx_message_wait() argument 211 sst_ipc_tx_message_nopm(struct sst_generic_ipc *ipc, struct sst_ipc_message request, struct sst_ipc_message *reply) sst_ipc_tx_message_nopm() argument [all...] |
/kernel/linux/linux-5.10/drivers/nfc/ |
H A D | mei_phy.c | 96 struct mei_nfc_reply *reply = NULL; in mei_nfc_if_version() local 119 reply = kzalloc(if_version_length, GFP_KERNEL); in mei_nfc_if_version() 120 if (!reply) in mei_nfc_if_version() 123 bytes_recv = mei_cldev_recv(phy->cldev, (u8 *)reply, if_version_length); in mei_nfc_if_version() 130 version = (struct mei_nfc_if_version *)reply->data; in mei_nfc_if_version() 137 kfree(reply); in mei_nfc_if_version() 143 struct mei_nfc_cmd *cmd, *reply; in mei_nfc_connect() local 162 reply = kzalloc(connect_resp_length, GFP_KERNEL); in mei_nfc_connect() 163 if (!reply) { in mei_nfc_connect() 168 connect_resp = (struct mei_nfc_connect_resp *)reply in mei_nfc_connect() [all...] |
/kernel/linux/linux-6.6/drivers/nfc/ |
H A D | mei_phy.c | 96 struct mei_nfc_reply *reply = NULL; in mei_nfc_if_version() local 117 reply = kzalloc(if_version_length, GFP_KERNEL); in mei_nfc_if_version() 118 if (!reply) in mei_nfc_if_version() 121 bytes_recv = mei_cldev_recv(phy->cldev, (u8 *)reply, if_version_length); in mei_nfc_if_version() 128 version = (struct mei_nfc_if_version *)reply->data; in mei_nfc_if_version() 135 kfree(reply); in mei_nfc_if_version() 141 struct mei_nfc_cmd *cmd, *reply; in mei_nfc_connect() local 158 reply = kzalloc(connect_resp_length, GFP_KERNEL); in mei_nfc_connect() 159 if (!reply) { in mei_nfc_connect() 164 connect_resp = (struct mei_nfc_connect_resp *)reply in mei_nfc_connect() [all...] |
/kernel/linux/linux-6.6/sound/soc/intel/common/ |
H A D | sst-ipc.c | 46 struct ipc_message *msg, struct sst_ipc_message *reply) in tx_wait_done() 65 if (reply) { in tx_wait_done() 66 reply->header = msg->rx.header; in tx_wait_done() 67 if (reply->data) in tx_wait_done() 68 memcpy(reply->data, msg->rx.data, msg->rx.size); in tx_wait_done() 80 struct sst_ipc_message *reply, int wait) in ipc_tx_message() 96 msg->rx.size = reply ? reply->size : 0; in ipc_tx_message() 110 return tx_wait_done(ipc, msg, reply); in ipc_tx_message() 181 struct sst_ipc_message request, struct sst_ipc_message *reply) in sst_ipc_tx_message_wait() 45 tx_wait_done(struct sst_generic_ipc *ipc, struct ipc_message *msg, struct sst_ipc_message *reply) tx_wait_done() argument 78 ipc_tx_message(struct sst_generic_ipc *ipc, struct sst_ipc_message request, struct sst_ipc_message *reply, int wait) ipc_tx_message() argument 180 sst_ipc_tx_message_wait(struct sst_generic_ipc *ipc, struct sst_ipc_message request, struct sst_ipc_message *reply) sst_ipc_tx_message_wait() argument 211 sst_ipc_tx_message_nopm(struct sst_generic_ipc *ipc, struct sst_ipc_message request, struct sst_ipc_message *reply) sst_ipc_tx_message_nopm() argument [all...] |
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_msgtype6.c | 30 #define CEXXC_MAX_ICA_RESPONSE_SIZE 0x77c /* max size type86 v2 reply */ 54 * The request (or reply) parameter block is organized thus: 79 unsigned short rpl_parml; /* reply parameter buffer */ 82 unsigned char rpl_parmp[4]; /* reply parameter buffer * 86 unsigned char rpl_datal[4]; /* reply data buffer len ULELONG */ 87 unsigned char rpl_datap[4]; /* reply data buffer */ 586 * Copy results from a type 86 ICA reply message back to user space. 589 * @reply: reply AP message. 611 struct ap_message *reply, in convert_type86_ica() 610 convert_type86_ica(struct zcrypt_queue *zq, struct ap_message *reply, char __user *outputdata, unsigned int outputdatalength) convert_type86_ica() argument 719 convert_type86_xcrb(bool userspace, struct zcrypt_queue *zq, struct ap_message *reply, struct ica_xcRB *xcRB) convert_type86_xcrb() argument 750 convert_type86_ep11_xcrb(bool userspace, struct zcrypt_queue *zq, struct ap_message *reply, struct ep11_urb *xcRB) convert_type86_ep11_xcrb() argument 768 convert_type86_rng(struct zcrypt_queue *zq, struct ap_message *reply, char *buffer) convert_type86_rng() argument 785 convert_response_ica(struct zcrypt_queue *zq, struct ap_message *reply, char __user *outputdata, unsigned int outputdatalength) convert_response_ica() argument 827 convert_response_xcrb(bool userspace, struct zcrypt_queue *zq, struct ap_message *reply, struct ica_xcRB *xcRB) convert_response_xcrb() argument 861 convert_response_ep11_xcrb(bool userspace, struct zcrypt_queue *zq, struct ap_message *reply, struct ep11_urb *xcRB) convert_response_ep11_xcrb() argument 890 convert_response_rng(struct zcrypt_queue *zq, struct ap_message *reply, char *data) convert_response_rng() argument 928 zcrypt_msgtype6_receive(struct ap_queue *aq, struct ap_message *msg, struct ap_message *reply) zcrypt_msgtype6_receive() argument 975 zcrypt_msgtype6_receive_ep11(struct ap_queue *aq, struct ap_message *msg, struct ap_message *reply) zcrypt_msgtype6_receive_ep11() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_ctrl_iface.c | 259 char *cmd, char *reply, in hostapd_ctrl_iface_wps_nfc_config_token() 277 res = wpa_snprintf_hex_uppercase(reply, max_len, wpabuf_head(buf), in hostapd_ctrl_iface_wps_nfc_config_token() 279 reply[res++] = '\n'; in hostapd_ctrl_iface_wps_nfc_config_token() 280 reply[res] = '\0'; in hostapd_ctrl_iface_wps_nfc_config_token() 289 char *reply, size_t max_len, in hostapd_ctrl_iface_wps_nfc_token_gen() 299 res = wpa_snprintf_hex_uppercase(reply, max_len, wpabuf_head(buf), in hostapd_ctrl_iface_wps_nfc_token_gen() 301 reply[res++] = '\n'; in hostapd_ctrl_iface_wps_nfc_token_gen() 302 reply[res] = '\0'; in hostapd_ctrl_iface_wps_nfc_token_gen() 311 char *cmd, char *reply, in hostapd_ctrl_iface_wps_nfc_token() 315 return hostapd_ctrl_iface_wps_nfc_token_gen(hapd, reply, in hostapd_ctrl_iface_wps_nfc_token() 258 hostapd_ctrl_iface_wps_nfc_config_token(struct hostapd_data *hapd, char *cmd, char *reply, size_t max_len) hostapd_ctrl_iface_wps_nfc_config_token() argument 288 hostapd_ctrl_iface_wps_nfc_token_gen(struct hostapd_data *hapd, char *reply, size_t max_len, int ndef) hostapd_ctrl_iface_wps_nfc_token_gen() argument 310 hostapd_ctrl_iface_wps_nfc_token(struct hostapd_data *hapd, char *cmd, char *reply, size_t max_len) hostapd_ctrl_iface_wps_nfc_token() argument 334 hostapd_ctrl_iface_nfc_get_handover_sel(struct hostapd_data *hapd, char *cmd, char *reply, size_t max_len) hostapd_ctrl_iface_nfc_get_handover_sel() argument 2375 hostapd_ctrl_iface_mib(struct hostapd_data *hapd, char *reply, int reply_size, const char *param) hostapd_ctrl_iface_mib() argument 2395 struct wpabuf *reply; hostapd_ctrl_iface_vendor() local 2642 hostapd_ctrl_iface_req_beacon(struct hostapd_data *hapd, const char *cmd, char *reply, size_t reply_size) hostapd_ctrl_iface_req_beacon() argument 2937 hostapd_ctrl_iface_receive_process(struct hostapd_data *hapd, char *buf, char *reply, int reply_size, struct sockaddr_storage *from, socklen_t fromlen) hostapd_ctrl_iface_receive_process() argument 3398 char *reply, *pos = buf; hostapd_ctrl_iface_receive() local 4001 hostapd_global_ctrl_iface_interfaces(struct hapd_interfaces *interfaces, const char *input, char *reply, int reply_size) hostapd_global_ctrl_iface_interfaces() argument 4090 hostapd_global_ctrl_iface_ifname(struct hapd_interfaces *interfaces, const char *ifname, char *buf, char *reply, int reply_size, struct sockaddr_storage *from, socklen_t fromlen) hostapd_global_ctrl_iface_ifname() argument 4122 char *reply; hostapd_global_ctrl_iface_receive() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | rtspenc.c | 49 RTSPMessageHeader reply1, *reply = &reply1; in ff_rtsp_setup_output_streams() local 86 reply, NULL, sdp, strlen(sdp)); in ff_rtsp_setup_output_streams() 88 if (reply->status_code != RTSP_STATUS_OK) in ff_rtsp_setup_output_streams() 89 return ff_rtsp_averror(reply->status_code, AVERROR_INVALIDDATA); in ff_rtsp_setup_output_streams() 114 RTSPMessageHeader reply1, *reply = &reply1; in rtsp_write_record() local 119 ff_rtsp_send_cmd(s, "RECORD", rt->control_uri, cmd, reply, NULL); in rtsp_write_record() 120 if (reply->status_code != RTSP_STATUS_OK) in rtsp_write_record() 121 return ff_rtsp_averror(reply->status_code, -1); in rtsp_write_record() 195 RTSPMessageHeader reply; in rtsp_write_packet() local 198 * since it would block and wait for an RTSP reply o in rtsp_write_packet() [all...] |
/kernel/linux/linux-5.10/net/bpfilter/ |
H A D | main.c | 35 struct mbox_reply reply; in loop() local 44 reply.status = req.is_set ? in loop() 48 n = write(1, &reply, sizeof(reply)); in loop() 49 if (n != sizeof(reply)) { in loop() 50 fprintf(debug_f, "reply failed %d\n", n); in loop()
|
/kernel/linux/linux-6.6/net/bpfilter/ |
H A D | main.c | 35 struct mbox_reply reply; in loop() local 44 reply.status = req.is_set ? in loop() 48 n = write(1, &reply, sizeof(reply)); in loop() 49 if (n != sizeof(reply)) { in loop() 50 fprintf(debug_f, "reply failed %d\n", n); in loop()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | dbus-util.c | 452 DBusMessage *reply = NULL; in pa_dbus_send_error() local 462 pa_assert_se((reply = dbus_message_new_error(in_reply_to, name, message))); in pa_dbus_send_error() 463 pa_assert_se(dbus_connection_send(c, reply, NULL)); in pa_dbus_send_error() 465 dbus_message_unref(reply); in pa_dbus_send_error() 471 DBusMessage *reply = NULL; in pa_dbus_send_empty_reply() local 476 pa_assert_se((reply = dbus_message_new_method_return(in_reply_to))); in pa_dbus_send_empty_reply() 477 pa_assert_se(dbus_connection_send(c, reply, NULL)); in pa_dbus_send_empty_reply() 478 dbus_message_unref(reply); in pa_dbus_send_empty_reply() 482 DBusMessage *reply = NULL; in pa_dbus_send_basic_value_reply() local 489 pa_assert_se((reply in pa_dbus_send_basic_value_reply() 514 DBusMessage *reply = NULL; pa_dbus_send_basic_variant_reply() local 560 DBusMessage *reply = NULL; pa_dbus_send_basic_array_variant_reply() local 576 DBusMessage *reply = NULL; pa_dbus_send_proplist_variant_reply() local [all...] |
/third_party/backends/include/sane/ |
H A D | sanei_net.h | 131 extern void sanei_w_init_reply (Wire *w, SANE_Init_Reply *reply); 132 extern void sanei_w_get_devices_reply (Wire *w, SANE_Get_Devices_Reply *reply); 133 extern void sanei_w_open_reply (Wire *w, SANE_Open_Reply *reply); 138 SANE_Control_Option_Reply *reply); 140 SANE_Get_Parameters_Reply *reply); 141 extern void sanei_w_start_reply (Wire *w, SANE_Start_Reply *reply);
|
/test/xts/acts/communication/dsoftbus/rpc_request/entry/src/ohosTest/js/test/ |
H A D | ActsRpcRequestJsTest.test.js | 94 onRemoteRequest(code, data, reply, option) {
122 onRemoteRequest(code, data, reply, option) {
128 let result = reply.writeString("onRemoteRequest invoking");
132 return super.onRemoteRequest(code, data, reply, option);
139 async onRemoteMessageRequest(code, data, reply, option) {
144 reply.writeString("async onRemoteMessageRequest invoking");
148 reply.writeString("async onRemoteMessageRequest invoking");
153 reply.writeAshmem(tmp1);
156 return super.onRemoteMessageRequest(code, data, reply, option);
182 var reply [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | 81 * release Information used as a reply to INQUIRY 675 return -EIO; /* No default reply */ in do_read() 758 return -EIO; /* No default reply */ in do_read() 944 return -EIO; /* No default reply */ in do_write() 1008 return -EIO; /* No default reply */ in do_verify() 1693 * We can't reply at all until we know the correct data direction in check_command() 1817 int reply = -EINVAL; in do_scsi_command() local 1838 reply = check_command(common, 6, DATA_DIR_TO_HOST, in do_scsi_command() 1841 if (reply == 0) in do_scsi_command() 1842 reply in do_scsi_command() [all...] |
/applications/sample/camera/setting/setting/src/main/cpp/ |
H A D | wpa_work.c | 59 static int SendCtrlCommand(const char *cmd, char *reply, size_t *replyLen) in SendCtrlCommand() argument 76 wpa_ctrl_request(ctrlConn, cmd, strlen(cmd), reply, &len, 0); in SendCtrlCommand() 82 if (len != 0 && !StrMatch(reply, WPA_CTRL_REQUEST_FAIL)) { in SendCtrlCommand() 378 char reply[100] = {0}; in TestNetworkConfig() local 379 size_t replyLen = sizeof(reply); in TestNetworkConfig() 386 ret += SendCtrlCommand(cmd, reply, &replyLen); in TestNetworkConfig() 387 replyLen = sizeof(reply); in TestNetworkConfig() 393 ret += SendCtrlCommand(cmd, reply, &replyLen); in TestNetworkConfig() 394 replyLen = sizeof(reply); in TestNetworkConfig() 400 ret += SendCtrlCommand(cmd, reply, in TestNetworkConfig() 463 char reply[100] = {0}; WpaScanThread() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | vendor.c | 26 struct sk_buff *reply; in brcmf_cfg80211_vndr_cmds_dcmd_handler() local 81 reply = cfg80211_vendor_cmd_alloc_reply_skb(wiphy, payload); in brcmf_cfg80211_vndr_cmds_dcmd_handler() 82 if (NULL == reply) { in brcmf_cfg80211_vndr_cmds_dcmd_handler() 87 if (nla_put(reply, BRCMF_NLATTR_DATA, msglen, wr_pointer) || in brcmf_cfg80211_vndr_cmds_dcmd_handler() 88 nla_put_u16(reply, BRCMF_NLATTR_LEN, msglen)) { in brcmf_cfg80211_vndr_cmds_dcmd_handler() 89 kfree_skb(reply); in brcmf_cfg80211_vndr_cmds_dcmd_handler() 94 ret = cfg80211_vendor_cmd_reply(reply); in brcmf_cfg80211_vndr_cmds_dcmd_handler()
|