Searched refs:tlv_rates (Results 1 – 2 of 2) sorted by relevance
485 struct host_cmd_tlv_rates *tlv_rates; in mwifiex_uap_bss_param_prepare() local513 tlv_rates = (struct host_cmd_tlv_rates *)tlv; in mwifiex_uap_bss_param_prepare()514 tlv_rates->header.type = cpu_to_le16(TLV_TYPE_UAP_RATES); in mwifiex_uap_bss_param_prepare()518 tlv_rates->rates[i] = bss_cfg->rates[i]; in mwifiex_uap_bss_param_prepare()520 tlv_rates->header.len = cpu_to_le16(i); in mwifiex_uap_bss_param_prepare()
1747 struct host_cmd_tlv_rates *tlv_rates; in mwifiex_cmd_tdls_oper() local1808 tlv_rates = (struct host_cmd_tlv_rates *)(pos + in mwifiex_cmd_tdls_oper()1810 tlv_rates->header.type = in mwifiex_cmd_tdls_oper()1812 tlv_rates->header.len = in mwifiex_cmd_tdls_oper()1814 memcpy(tlv_rates->rates, params->supported_rates, in mwifiex_cmd_tdls_oper()