Home
last modified time | relevance | path

Searched refs:tlv_buf (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmdresp.c263 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 Duap_cmd.c292 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 Dscan.c564 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()
1586 memcpy(scan_cmd->tlv_buffer, scan_cfg->tlv_buf, scan_cfg->tlv_buf_len); in mwifiex_cmd_802_11_scan()
2243 memcpy(ext_scan->tlv_buffer, scan_cfg->tlv_buf, scan_cfg->tlv_buf_len); in mwifiex_cmd_802_11_scan_ext()
H A Dfw.h1554 u8 tlv_buf[1]; /* SSID TLV(s) and ChanList TLVs are stored member
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c4216 const u8 *tlv_buf; in ath10k_wmi_event_dfs() local
4239 tlv_buf = &phyerr->buf[i + sizeof(*tlv)]; in ath10k_wmi_event_dfs()
4252 rr = (struct phyerr_radar_report *)tlv_buf; in ath10k_wmi_event_dfs()
4262 fftr = (struct phyerr_fft_report *)tlv_buf; in ath10k_wmi_event_dfs()
4279 const void *tlv_buf; in ath10k_wmi_event_spectral_scan() local
4294 tlv_buf = &phyerr->buf[i + sizeof(*tlv)]; in ath10k_wmi_event_spectral_scan()
4311 fftr = tlv_buf; in ath10k_wmi_event_spectral_scan()