Home
last modified time | relevance | path

Searched refs:ie_header (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
Djoin.c43 struct mwifiex_ie_types_header ie_header; in mwifiex_cmd_append_generic_ie() local
61 ie_header.type = cpu_to_le16(TLV_TYPE_PASSTHROUGH); in mwifiex_cmd_append_generic_ie()
62 ie_header.len = cpu_to_le16(priv->gen_ie_buf_len); in mwifiex_cmd_append_generic_ie()
63 memcpy(*buffer, &ie_header, sizeof(ie_header)); in mwifiex_cmd_append_generic_ie()
67 *buffer += sizeof(ie_header); in mwifiex_cmd_append_generic_ie()
68 ret_len += sizeof(ie_header); in mwifiex_cmd_append_generic_ie()
241 struct mwifiex_ie_types_header ie_header; in mwifiex_cmd_append_wps_ie() local
256 ie_header.type = cpu_to_le16(TLV_TYPE_PASSTHROUGH); in mwifiex_cmd_append_wps_ie()
257 ie_header.len = cpu_to_le16(priv->wps_ie_len); in mwifiex_cmd_append_wps_ie()
258 memcpy(*buffer, &ie_header, sizeof(ie_header)); in mwifiex_cmd_append_wps_ie()
[all …]
D11h.c41 struct mwifiex_ie_types_header *ie_header; in mwifiex_11h_process_infra_join() local
68 ie_header = (struct mwifiex_ie_types_header *)*buffer; in mwifiex_11h_process_infra_join()
69 ie_header->type = cpu_to_le16(TLV_TYPE_PASSTHROUGH); in mwifiex_11h_process_infra_join()
70 ie_header->len = cpu_to_le16(2 * sband->n_channels + 2); in mwifiex_11h_process_infra_join()
71 *buffer += sizeof(*ie_header); in mwifiex_11h_process_infra_join()