Lines Matching refs:k
429 u32 k = 0; in mwifiex_get_supported_rates() local
439 k = mwifiex_copy_rates(rates, k, supported_rates_b, in mwifiex_get_supported_rates()
447 k = mwifiex_copy_rates(rates, k, supported_rates_g, in mwifiex_get_supported_rates()
459 k = mwifiex_copy_rates(rates, k, supported_rates_bg, in mwifiex_get_supported_rates()
467 k = mwifiex_copy_rates(rates, k, supported_rates_a, in mwifiex_get_supported_rates()
478 k = mwifiex_copy_rates(rates, k, supported_rates_a, in mwifiex_get_supported_rates()
485 k = mwifiex_copy_rates(rates, k, supported_rates_n, in mwifiex_get_supported_rates()
494 k = mwifiex_copy_rates(rates, k, adhoc_rates_b, in mwifiex_get_supported_rates()
500 k = mwifiex_copy_rates(rates, k, adhoc_rates_g, in mwifiex_get_supported_rates()
506 k = mwifiex_copy_rates(rates, k, adhoc_rates_bg, in mwifiex_get_supported_rates()
512 k = mwifiex_copy_rates(rates, k, adhoc_rates_a, in mwifiex_get_supported_rates()
518 return k; in mwifiex_get_supported_rates()