Home
last modified time | relevance | path

Searched refs:freq_array (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c689 int32_t freq_array[OSPREY_NUM_5G_20_TARGET_POWERS]; in ar9300_eeprom_get_legacy_trgt_pwr() local
709 freq_array[i] = FBIN2FREQ(p_freq_bin[i], is_2ghz); in ar9300_eeprom_get_legacy_trgt_pwr()
716 (int32_t)freq, freq_array, target_power_array, num_piers)); in ar9300_eeprom_get_legacy_trgt_pwr()
725 int32_t freq_array[OSPREY_NUM_5G_20_TARGET_POWERS]; in ar9300_eeprom_get_ht20_trgt_pwr() local
745 freq_array[i] = FBIN2FREQ(p_freq_bin[i], is_2ghz); in ar9300_eeprom_get_ht20_trgt_pwr()
752 (int32_t)freq, freq_array, target_power_array, num_piers)); in ar9300_eeprom_get_ht20_trgt_pwr()
761 int32_t freq_array[OSPREY_NUM_5G_40_TARGET_POWERS]; in ar9300_eeprom_get_ht40_trgt_pwr() local
781 freq_array[i] = FBIN2FREQ(p_freq_bin[i], is_2ghz); in ar9300_eeprom_get_ht40_trgt_pwr()
788 (int32_t)freq, freq_array, target_power_array, num_piers)); in ar9300_eeprom_get_ht40_trgt_pwr()
797 int32_t freq_array[OSPREY_NUM_2G_CCK_TARGET_POWERS]; in ar9300_eeprom_get_cck_trgt_pwr() local
[all …]
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/
H A Dwpa_supplicant_i.h1506 int *freq_array, unsigned int len);
H A Dwpa_supplicant.c7265 int *freq_array, unsigned int len) in get_shared_radio_freqs() argument
7270 os_memset(freq_array, 0, sizeof(int) * len); in get_shared_radio_freqs()
7278 freq_array[i] = freqs_data[i].freq; in get_shared_radio_freqs()