Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/mwifiex/
Duap_cmd.c307 mwifiex_uap_bss_wpa(u8 **tlv_buf, void *cmd_buf, u16 *param_size) in mwifiex_uap_bss_wpa() argument
315 u8 *tlv = *tlv_buf; in mwifiex_uap_bss_wpa()
375 *tlv_buf = tlv; in mwifiex_uap_bss_wpa()
417 mwifiex_uap_bss_wep(u8 **tlv_buf, void *cmd_buf, u16 *param_size) in mwifiex_uap_bss_wep() argument
422 u8 *tlv = *tlv_buf; in mwifiex_uap_bss_wep()
446 *tlv_buf = tlv; in mwifiex_uap_bss_wep()
Dsta_cmdresp.c283 u8 *tlv_buf; in mwifiex_ret_tx_rate_cfg() local
286 tlv_buf = ((u8 *)rate_cfg) + sizeof(struct host_cmd_ds_tx_rate_cfg); in mwifiex_ret_tx_rate_cfg()
290 head = (struct mwifiex_ie_types_header *)tlv_buf; in mwifiex_ret_tx_rate_cfg()
299 rate_scope = (struct mwifiex_rate_scope *) tlv_buf; in mwifiex_ret_tx_rate_cfg()
324 tlv_buf += (sizeof(*head) + tlv_buf_len); in mwifiex_ret_tx_rate_cfg()
Dscan.c555 tlv_pos = (u8 *)scan_cfg_out->tlv_buf + scan_cfg_out->tlv_buf_len; in mwifiex_append_rate_tlv()
677 scan_cfg_out->tlv_buf); in mwifiex_scan_channel_list()
828 tlv_pos = scan_cfg_out->tlv_buf; in mwifiex_config_scan()
1524 memcpy(scan_cmd->tlv_buffer, scan_cfg->tlv_buf, scan_cfg->tlv_buf_len); in mwifiex_cmd_802_11_scan()
1975 memcpy(ext_scan->tlv_buffer, scan_cfg->tlv_buf, scan_cfg->tlv_buf_len); in mwifiex_cmd_802_11_scan_ext()
Dfw.h1297 u8 tlv_buf[1]; /* SSID TLV(s) and ChanList TLVs are stored member
/linux-4.1.27/drivers/net/wimax/i2400m/
Dcontrol.c163 const void *tlv_buf, size_t buf_size, in i2400m_tlv_buffer_walk() argument
167 const struct i2400m_tlv_hdr *tlv_top = tlv_buf + buf_size; in i2400m_tlv_buffer_walk()
172 tlv_pos = tlv_buf; in i2400m_tlv_buffer_walk()
185 offset = (void *) tlv_pos - (void *) tlv_buf; in i2400m_tlv_buffer_walk()
189 "short header\n", tlv_buf, buf_size, offset); in i2400m_tlv_buffer_walk()
198 tlv_buf, buf_size, type, offset, avail_size, in i2400m_tlv_buffer_walk()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dwmi.c2677 const u8 *tlv_buf; in ath10k_wmi_event_dfs() local
2700 tlv_buf = &phyerr->buf[i + sizeof(*tlv)]; in ath10k_wmi_event_dfs()
2713 rr = (struct phyerr_radar_report *)tlv_buf; in ath10k_wmi_event_dfs()
2723 fftr = (struct phyerr_fft_report *)tlv_buf; in ath10k_wmi_event_dfs()
2740 const void *tlv_buf; in ath10k_wmi_event_spectral_scan() local
2755 tlv_buf = &phyerr->buf[i + sizeof(*tlv)]; in ath10k_wmi_event_spectral_scan()
2772 fftr = tlv_buf; in ath10k_wmi_event_spectral_scan()