Searched refs:tlv_buf (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | sta_cmdresp.c | 263 u8 *tlv_buf; in mwifiex_ret_tx_rate_cfg() local 266 tlv_buf = ((u8 *)rate_cfg) + sizeof(struct host_cmd_ds_tx_rate_cfg); in mwifiex_ret_tx_rate_cfg() 270 head = (struct mwifiex_ie_types_header *)tlv_buf; in mwifiex_ret_tx_rate_cfg() 279 rate_scope = (struct mwifiex_rate_scope *) tlv_buf; in mwifiex_ret_tx_rate_cfg() 303 tlv_buf += (sizeof(*head) + tlv_buf_len); in mwifiex_ret_tx_rate_cfg() 1134 u8 *tlv_buf; in mwifiex_ret_chan_region_cfg() local 1139 tlv_buf = (u8 *)reg + sizeof(*reg); in mwifiex_ret_chan_region_cfg() 1143 head = (struct mwifiex_ie_types_header *)tlv_buf; in mwifiex_ret_chan_region_cfg() 1162 tlv_buf += (sizeof(*head) + tlv_buf_len); in mwifiex_ret_chan_region_cfg()
|
| H A D | uap_cmd.c | 292 mwifiex_uap_bss_wpa(u8 **tlv_buf, void *cmd_buf, u16 *param_size) in mwifiex_uap_bss_wpa() argument 300 u8 *tlv = *tlv_buf; in mwifiex_uap_bss_wpa() 360 *tlv_buf = tlv; in mwifiex_uap_bss_wpa() 404 mwifiex_uap_bss_wep(u8 **tlv_buf, void *cmd_buf, u16 *param_size) in mwifiex_uap_bss_wep() argument 409 u8 *tlv = *tlv_buf; in mwifiex_uap_bss_wep() 433 *tlv_buf = tlv; in mwifiex_uap_bss_wep()
|
| H A D | scan.c | 564 tlv_pos = (u8 *)scan_cfg_out->tlv_buf + scan_cfg_out->tlv_buf_len; in mwifiex_append_rate_tlv() 683 scan_cfg_out->tlv_buf); in mwifiex_scan_channel_list() 826 tlv_pos = scan_cfg_out->tlv_buf; in mwifiex_config_scan() 1584 memcpy(scan_cmd->tlv_buffer, scan_cfg->tlv_buf, scan_cfg->tlv_buf_len); in mwifiex_cmd_802_11_scan() 2240 memcpy(ext_scan->tlv_buffer, scan_cfg->tlv_buf, scan_cfg->tlv_buf_len); in mwifiex_cmd_802_11_scan_ext()
|
| H A D | fw.h | 1554 u8 tlv_buf[]; /* SSID TLV(s) and ChanList TLVs are stored member
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | uap_cmd.c | 16 nxpwifi_uap_bss_wpa(u8 **tlv_buf, void *cmd_buf, u16 *param_size) in nxpwifi_uap_bss_wpa() argument 24 u8 *tlv = *tlv_buf; in nxpwifi_uap_bss_wpa() 84 *tlv_buf = tlv; in nxpwifi_uap_bss_wpa() 89 nxpwifi_uap_bss_wep(u8 **tlv_buf, void *cmd_buf, u16 *param_size) in nxpwifi_uap_bss_wep() argument 94 u8 *tlv = *tlv_buf; in nxpwifi_uap_bss_wep() 118 *tlv_buf = tlv; in nxpwifi_uap_bss_wep()
|
| H A D | sta_cmd.c | 1970 static void nxpwifi_ret_rate_scope(struct nxpwifi_private *priv, u8 *tlv_buf) in nxpwifi_ret_rate_scope() argument 1975 rate_scope = (struct nxpwifi_rate_scope *)tlv_buf; in nxpwifi_ret_rate_scope() 2001 u8 *tlv_buf; in nxpwifi_ret_sta_tx_rate_cfg() local 2003 tlv_buf = ((u8 *)rate_cfg) + sizeof(struct host_cmd_ds_tx_rate_cfg); in nxpwifi_ret_sta_tx_rate_cfg() 2007 head = (struct nxpwifi_ie_types_header *)tlv_buf; in nxpwifi_ret_sta_tx_rate_cfg() 2016 nxpwifi_ret_rate_scope(priv, tlv_buf); in nxpwifi_ret_sta_tx_rate_cfg() 2021 tlv_buf += (sizeof(*head) + tlv_buf_len); in nxpwifi_ret_sta_tx_rate_cfg() 2907 u8 *tlv_buf; in nxpwifi_ret_sta_chan_region_cfg() local 2912 tlv_buf = (u8 *)reg + sizeof(*reg); in nxpwifi_ret_sta_chan_region_cfg() 2916 head = (struct nxpwifi_ie_types_header *)tlv_buf; in nxpwifi_ret_sta_chan_region_cfg() [all …]
|
| H A D | scan.c | 454 tlv_pos = (u8 *)scan_cfg_out->tlv_buf + scan_cfg_out->tlv_buf_len; in nxpwifi_append_rate_tlv() 564 (u32)((u8 *)tlv_o - scan_cfg_out->tlv_buf); in nxpwifi_scan_channel_list() 693 tlv_pos = scan_cfg_out->tlv_buf; in nxpwifi_config_scan() 1413 memcpy(scan_cmd->tlv_buffer, scan_cfg->tlv_buf, scan_cfg->tlv_buf_len); in nxpwifi_cmd_802_11_scan() 2050 memcpy(ext_scan->tlv_buffer, scan_cfg->tlv_buf, scan_cfg->tlv_buf_len); in nxpwifi_cmd_802_11_scan_ext()
|
| H A D | fw.h | 1563 u8 tlv_buf[]; /* SSID TLV(s) and ChanList TLVs are stored here */ member
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_main.c | 3171 union qed_mfw_tlv_data *tlv_buf) in qed_mfw_fill_tlv_data() argument 3184 qed_fill_generic_tlv_data(hwfn->cdev, &tlv_buf->generic); in qed_mfw_fill_tlv_data() 3187 ops->get_protocol_tlv_data(cdev->ops_cookie, &tlv_buf->eth); in qed_mfw_fill_tlv_data() 3190 ops->get_protocol_tlv_data(cdev->ops_cookie, &tlv_buf->fcoe); in qed_mfw_fill_tlv_data() 3193 ops->get_protocol_tlv_data(cdev->ops_cookie, &tlv_buf->iscsi); in qed_mfw_fill_tlv_data()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | wmi.c | 4215 const u8 *tlv_buf; in ath10k_wmi_event_dfs() local 4238 tlv_buf = &phyerr->buf[i + sizeof(*tlv)]; in ath10k_wmi_event_dfs() 4251 rr = (struct phyerr_radar_report *)tlv_buf; in ath10k_wmi_event_dfs() 4261 fftr = (struct phyerr_fft_report *)tlv_buf; in ath10k_wmi_event_dfs() 4278 const void *tlv_buf; in ath10k_wmi_event_spectral_scan() local 4293 tlv_buf = &phyerr->buf[i + sizeof(*tlv)]; in ath10k_wmi_event_spectral_scan() 4310 fftr = tlv_buf; in ath10k_wmi_event_spectral_scan()
|