Searched refs:ie_header (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | join.c | 43 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 …]
|
| H A D | 11h.c | 41 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_join.c | 75 MrvlIEtypesHeader_t ie_header; in wlan_cmd_append_generic_ie() local 98 ie_header.type = wlan_cpu_to_le16(TLV_TYPE_PASSTHROUGH); in wlan_cmd_append_generic_ie() 99 ie_header.len = wlan_cpu_to_le16(priv->gen_ie_buf_len); in wlan_cmd_append_generic_ie() 100 memcpy_ext(priv->adapter, *ppbuffer, &ie_header, in wlan_cmd_append_generic_ie() 101 sizeof(ie_header), sizeof(ie_header)); in wlan_cmd_append_generic_ie() 105 *ppbuffer += sizeof(ie_header); in wlan_cmd_append_generic_ie() 106 ret_len += sizeof(ie_header); in wlan_cmd_append_generic_ie() 143 MrvlIEtypesHeader_t ie_header; in wlan_cmd_append_pass_through_ie() local 161 ie_header.type = wlan_cpu_to_le16(TLV_TYPE_PASSTHROUGH); in wlan_cmd_append_pass_through_ie() 162 ie_header.len = wlan_cpu_to_le16(ie->ieee_hdr.len + in wlan_cmd_append_pass_through_ie() [all …]
|
| H A D | mlan_11h.c | 864 MrvlIEtypesHeader_t ie_header; in wlan_11h_process_infra_join() local 891 ie_header.type = wlan_cpu_to_le16(TLV_TYPE_PASSTHROUGH); in wlan_11h_process_infra_join() 892 ie_header.len = wlan_cpu_to_le16(sup_chan_len); in wlan_11h_process_infra_join() 893 memcpy_ext(priv->adapter, *ppbuffer, &ie_header, in wlan_11h_process_infra_join() 894 sizeof(ie_header), sizeof(ie_header)); in wlan_11h_process_infra_join() 900 *ppbuffer += sizeof(ie_header); in wlan_11h_process_infra_join() 901 ret_len += sizeof(ie_header); in wlan_11h_process_infra_join()
|
| H A D | mlan_uap_cmdevent.c | 1512 MrvlIEtypesHeader_t *ie_header = in wlan_uap_cmd_sys_configure() local 1612 ie_header->type = in wlan_uap_cmd_sys_configure() 1614 ie_header->len = wlan_cpu_to_le16(cust_ie->len); in wlan_uap_cmd_sys_configure() 1905 ie_header->type = wlan_cpu_to_le16(TLV_TYPE_WAPI_IE); in wlan_uap_cmd_sys_configure() 1906 ie_header->len = in wlan_uap_cmd_sys_configure() 1920 ie_header->type = wlan_cpu_to_le16(TLV_TYPE_MGMT_IE); in wlan_uap_cmd_sys_configure() 1921 ie_header->len = in wlan_uap_cmd_sys_configure()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_join.c | 72 MrvlIEtypesHeader_t ie_header; in wlan_cmd_append_generic_ie() local 95 ie_header.type = wlan_cpu_to_le16(TLV_TYPE_PASSTHROUGH); in wlan_cmd_append_generic_ie() 96 ie_header.len = wlan_cpu_to_le16(priv->gen_ie_buf_len); in wlan_cmd_append_generic_ie() 97 memcpy(priv->adapter, *ppbuffer, &ie_header, sizeof(ie_header)); in wlan_cmd_append_generic_ie() 100 *ppbuffer += sizeof(ie_header); in wlan_cmd_append_generic_ie() 101 ret_len += sizeof(ie_header); in wlan_cmd_append_generic_ie() 136 MrvlIEtypesHeader_t ie_header; in wlan_cmd_append_pass_through_ie() local 154 ie_header.type = wlan_cpu_to_le16(TLV_TYPE_PASSTHROUGH); in wlan_cmd_append_pass_through_ie() 155 ie_header.len = in wlan_cmd_append_pass_through_ie() 158 memcpy(priv->adapter, *ppbuffer, &ie_header, sizeof(ie_header)); in wlan_cmd_append_pass_through_ie() [all …]
|
| H A D | mlan_11h.c | 702 MrvlIEtypesHeader_t ie_header; in wlan_11h_process_infra_join() local 735 ie_header.type = wlan_cpu_to_le16(TLV_TYPE_PASSTHROUGH); in wlan_11h_process_infra_join() 736 ie_header.len = wlan_cpu_to_le16(sup_chan_len); in wlan_11h_process_infra_join() 737 memcpy(priv->adapter, *ppbuffer, &ie_header, sizeof(ie_header)); in wlan_11h_process_infra_join() 743 *ppbuffer += sizeof(ie_header); in wlan_11h_process_infra_join() 744 ret_len += sizeof(ie_header); in wlan_11h_process_infra_join()
|
| H A D | mlan_uap_cmdevent.c | 1330 MrvlIEtypesHeader_t *ie_header = in wlan_uap_cmd_sys_configure() local 1447 ie_header->type = in wlan_uap_cmd_sys_configure() 1449 ie_header->len = wlan_cpu_to_le16(cust_ie->len); in wlan_uap_cmd_sys_configure() 1700 ie_header->type = wlan_cpu_to_le16(TLV_TYPE_WAPI_IE); in wlan_uap_cmd_sys_configure() 1701 ie_header->len = in wlan_uap_cmd_sys_configure() 1715 ie_header->type = wlan_cpu_to_le16(TLV_TYPE_MGMT_IE); in wlan_uap_cmd_sys_configure() 1716 ie_header->len = in wlan_uap_cmd_sys_configure()
|