Searched refs:tlv_rates (Results 1 – 2 of 2) sorted by relevance
492 struct host_cmd_tlv_rates *tlv_rates; in mwifiex_uap_bss_param_prepare() local520 tlv_rates = (struct host_cmd_tlv_rates *)tlv; in mwifiex_uap_bss_param_prepare()521 tlv_rates->header.type = cpu_to_le16(TLV_TYPE_UAP_RATES); in mwifiex_uap_bss_param_prepare()525 tlv_rates->rates[i] = bss_cfg->rates[i]; in mwifiex_uap_bss_param_prepare()527 tlv_rates->header.len = cpu_to_le16(i); in mwifiex_uap_bss_param_prepare()
1740 struct host_cmd_tlv_rates *tlv_rates; in mwifiex_cmd_tdls_oper() local1801 tlv_rates = (struct host_cmd_tlv_rates *)(pos + in mwifiex_cmd_tdls_oper()1803 tlv_rates->header.type = in mwifiex_cmd_tdls_oper()1805 tlv_rates->header.len = in mwifiex_cmd_tdls_oper()1807 memcpy(tlv_rates->rates, params->supported_rates, in mwifiex_cmd_tdls_oper()