Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/
Djoin.c31 struct mwifiex_ie_types_header ie_header; in mwifiex_cmd_append_generic_ie() local
49 ie_header.type = cpu_to_le16(TLV_TYPE_PASSTHROUGH); in mwifiex_cmd_append_generic_ie()
50 ie_header.len = cpu_to_le16(priv->gen_ie_buf_len); in mwifiex_cmd_append_generic_ie()
51 memcpy(*buffer, &ie_header, sizeof(ie_header)); in mwifiex_cmd_append_generic_ie()
55 *buffer += sizeof(ie_header); in mwifiex_cmd_append_generic_ie()
56 ret_len += sizeof(ie_header); in mwifiex_cmd_append_generic_ie()
229 struct mwifiex_ie_types_header ie_header; in mwifiex_cmd_append_wps_ie() local
244 ie_header.type = cpu_to_le16(TLV_TYPE_PASSTHROUGH); in mwifiex_cmd_append_wps_ie()
245 ie_header.len = cpu_to_le16(priv->wps_ie_len); in mwifiex_cmd_append_wps_ie()
246 memcpy(*buffer, &ie_header, sizeof(ie_header)); in mwifiex_cmd_append_wps_ie()
[all …]
D11h.c29 struct mwifiex_ie_types_header *ie_header; in mwifiex_11h_process_infra_join() local
56 ie_header = (struct mwifiex_ie_types_header *)*buffer; in mwifiex_11h_process_infra_join()
57 ie_header->type = cpu_to_le16(TLV_TYPE_PASSTHROUGH); in mwifiex_11h_process_infra_join()
58 ie_header->len = cpu_to_le16(2 * sband->n_channels + 2); in mwifiex_11h_process_infra_join()
59 *buffer += sizeof(*ie_header); in mwifiex_11h_process_infra_join()