Searched refs:tlv_rates (Results 1 – 2 of 2) sorted by relevance
484 struct host_cmd_tlv_rates *tlv_rates; in mwifiex_uap_bss_param_prepare() local512 tlv_rates = (struct host_cmd_tlv_rates *)tlv; in mwifiex_uap_bss_param_prepare()513 tlv_rates->header.type = cpu_to_le16(TLV_TYPE_UAP_RATES); in mwifiex_uap_bss_param_prepare()517 tlv_rates->rates[i] = bss_cfg->rates[i]; in mwifiex_uap_bss_param_prepare()519 tlv_rates->header.len = cpu_to_le16(i); in mwifiex_uap_bss_param_prepare()
1677 struct host_cmd_tlv_rates *tlv_rates; in mwifiex_cmd_tdls_oper() local1739 tlv_rates = (struct host_cmd_tlv_rates *)(pos + in mwifiex_cmd_tdls_oper()1741 tlv_rates->header.type = in mwifiex_cmd_tdls_oper()1743 tlv_rates->header.len = in mwifiex_cmd_tdls_oper()1745 memcpy(tlv_rates->rates, params->supported_rates, in mwifiex_cmd_tdls_oper()