Lines Matching refs:header

399 		psparam_tlv->header.type =
401 psparam_tlv->header.len =
973 tlv_mac->header.type =
975 tlv_mac->header.len = cpu_to_le16(ETH_ALEN);
1038 domain->header.type = cpu_to_le16(WLAN_EID_COUNTRY);
1042 domain->header.len =
1053 le16_to_cpu(domain->header.len) +
1328 rssi_tlv->header.type = cpu_to_le16(TLV_TYPE_RSSI_LOW);
1329 rssi_tlv->header.len =
1350 rssi_tlv->header.type = cpu_to_le16(TLV_TYPE_RSSI_HIGH);
1351 rssi_tlv->header.len =
1487 /* property header is 6 bytes, data must fit in cmd buffer */
1564 coex_tlv->header.type = cpu_to_le16(TLV_TYPE_ROBUST_COEX);
1565 coex_tlv->header.len = cpu_to_le16(sizeof(coex_tlv->mode));
1637 rule->header.type = cpu_to_le16(TLV_TYPE_COALESCE_RULE);
1665 rule->header.len = cpu_to_le16(length + sizeof(u16) +
1670 le16_to_cpu(rule->header.len) +
1775 wmm_qos_info->header.type = cpu_to_le16(WLAN_EID_QOS_CAPA);
1776 wmm_qos_info->header.len =
1784 ht_capab->header.type =
1786 ht_capab->header.len =
1797 tlv_rates->header.type =
1799 tlv_rates->header.len =
1811 extcap->header.type =
1813 extcap->header.len = cpu_to_le16(params->ext_capab_len);
1822 vht_capab->header.type =
1824 vht_capab->header.len =
1832 aid->header.type = cpu_to_le16(WLAN_EID_AID);
1833 aid->header.len = cpu_to_le16(sizeof(params->aid));
1839 timeout->header.type = cpu_to_le16(TLV_TYPE_TDLS_IDLE_TIMEOUT);
1840 timeout->header.len = cpu_to_le16(sizeof(timeout->value));
1901 tlv_band_channel->header.type = cpu_to_le16(TLV_TYPE_CHANNELBANDLIST);
1902 tlv_band_channel->header.len = cpu_to_le16(sizeof(*tlv_band_channel) -