Lines Matching refs:rates
139 * This function finds out the common rates between rate1 and rate2.
141 * It will fill common rates in rate1 as output if found.
143 * NOTE: Setting the MSB of the basic rates needs to be taken
199 * This function creates the intersection of the rates supported by a
210 /* Copy AP supported rates */
212 /* Get the STA supported rates */
214 /* Get the common rates between AP and STA supported rates */
219 "%s: cannot get common rates\n",
398 u8 rates[MWIFIEX_SUPPORTED_RATES];
445 /* Get the common rates supported between the driver and the BSS Desc */
447 (priv, bss_desc, rates, &rates_size))
450 /* Save the data rates into Current BSS state structure */
452 memcpy(&priv->curr_bss_params.data_rates, rates, rates_size);
458 memcpy(rates_tlv->rates, rates, rates_size);
460 mwifiex_dbg(priv->adapter, INFO, "info: ASSOC_CMD: rates size = %d\n",
826 * will fill up beacon period, basic rates and operational rates.
874 * Firmware will fill up beacon period, Basic rates
875 * and operational rates.
986 /* Copy the ad-hoc creating rates into Current BSS rate structure */
990 mwifiex_dbg(adapter, INFO, "info: ADHOC_S_CMD: rates=%4ph\n",
1199 /* Copy the adhoc join rates into Current BSS state structure */