Searched refs:tlv_buf (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/mwifiex/ |
D | sta_cmdresp.c | 286 u8 *tlv_buf; in mwifiex_ret_tx_rate_cfg() local 290 tlv_buf = (u8 *) ((u8 *) rate_cfg) + in mwifiex_ret_tx_rate_cfg() 292 tlv_buf_len = *(u16 *) (tlv_buf + sizeof(u16)); in mwifiex_ret_tx_rate_cfg() 294 while (tlv_buf && tlv_buf_len > 0) { in mwifiex_ret_tx_rate_cfg() 295 tlv = (*tlv_buf); in mwifiex_ret_tx_rate_cfg() 296 tlv = tlv | (*(tlv_buf + 1) << 8); in mwifiex_ret_tx_rate_cfg() 300 rate_scope = (struct mwifiex_rate_scope *) tlv_buf; in mwifiex_ret_tx_rate_cfg() 316 head = (struct mwifiex_ie_types_header *) tlv_buf; in mwifiex_ret_tx_rate_cfg() 317 tlv_buf += le16_to_cpu(head->len) + sizeof(*head); in mwifiex_ret_tx_rate_cfg()
|
D | scan.c | 624 scan_cfg_out->tlv_buf); in mwifiex_scan_channel_list() 750 tlv_pos = scan_cfg_out->tlv_buf; in mwifiex_config_scan() 1407 memcpy(scan_cmd->tlv_buffer, scan_cfg->tlv_buf, scan_cfg->tlv_buf_len); in mwifiex_cmd_802_11_scan()
|
D | fw.h | 843 u8 tlv_buf[1]; /* SSID TLV(s) and ChanList TLVs are stored member
|
/drivers/net/wimax/i2400m/ |
D | control.c | 163 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()
|