Lines Matching refs:rates
127 * This function finds out the common rates between rate1 and rate2.
129 * It will fill common rates in rate1 as output if found.
131 * NOTE: Setting the MSB of the basic rates needs to be taken
187 * This function creates the intersection of the rates supported by a
198 /* Copy AP supported rates */
200 /* Get the STA supported rates */
202 /* Get the common rates between AP and STA supported rates */
207 "%s: cannot get common rates\n",
386 u8 rates[MWIFIEX_SUPPORTED_RATES];
433 /* Get the common rates supported between the driver and the BSS Desc */
435 (priv, bss_desc, rates, &rates_size))
438 /* Save the data rates into Current BSS state structure */
440 memcpy(&priv->curr_bss_params.data_rates, rates, rates_size);
446 memcpy(rates_tlv->rates, rates, rates_size);
448 mwifiex_dbg(priv->adapter, INFO, "info: ASSOC_CMD: rates size = %d\n",
814 * will fill up beacon period, basic rates and operational rates.
862 * Firmware will fill up beacon period, Basic rates
863 * and operational rates.
974 /* Copy the ad-hoc creating rates into Current BSS rate structure */
978 mwifiex_dbg(adapter, INFO, "info: ADHOC_S_CMD: rates=%4ph\n",
1187 /* Copy the adhoc join rates into Current BSS state structure */