• Home
  • Raw
  • Download

Lines Matching refs:freq_params

3483 	switch (settings->freq_params.bandwidth) {  in hostapd_fill_csa_settings()
3485 if (settings->freq_params.center_freq2) in hostapd_fill_csa_settings()
3499 settings->freq_params.freq, in hostapd_fill_csa_settings()
3500 settings->freq_params.sec_channel_offset, in hostapd_fill_csa_settings()
3506 settings->freq_params.freq, in hostapd_fill_csa_settings()
3507 settings->freq_params.sec_channel_offset, in hostapd_fill_csa_settings()
3508 settings->freq_params.vht_enabled, in hostapd_fill_csa_settings()
3509 settings->freq_params.he_enabled); in hostapd_fill_csa_settings()
3513 settings->freq_params.channel = chan; in hostapd_fill_csa_settings()
3516 &settings->freq_params, in hostapd_fill_csa_settings()
3531 hapd->cs_freq_params = settings->freq_params; in hostapd_fill_csa_settings()
3564 struct hostapd_freq_params *freq_params) in hostapd_chan_switch_config() argument
3566 if (freq_params->he_enabled) in hostapd_chan_switch_config()
3571 if (freq_params->vht_enabled) in hostapd_chan_switch_config()
3615 const struct hostapd_freq_params *freq_params) in hostapd_switch_channel_fallback() argument
3621 if (freq_params->center_freq1) in hostapd_switch_channel_fallback()
3622 seg0_idx = 36 + (freq_params->center_freq1 - 5180) / 5; in hostapd_switch_channel_fallback()
3623 if (freq_params->center_freq2) in hostapd_switch_channel_fallback()
3624 seg1_idx = 36 + (freq_params->center_freq2 - 5180) / 5; in hostapd_switch_channel_fallback()
3626 switch (freq_params->bandwidth) { in hostapd_switch_channel_fallback()
3633 if (freq_params->center_freq2) in hostapd_switch_channel_fallback()
3643 freq_params->bandwidth); in hostapd_switch_channel_fallback()
3647 iface->freq = freq_params->freq; in hostapd_switch_channel_fallback()
3648 iface->conf->channel = freq_params->channel; in hostapd_switch_channel_fallback()
3649 iface->conf->secondary_channel = freq_params->sec_channel_offset; in hostapd_switch_channel_fallback()
3653 iface->conf->ieee80211n = freq_params->ht_enabled; in hostapd_switch_channel_fallback()
3654 iface->conf->ieee80211ac = freq_params->vht_enabled; in hostapd_switch_channel_fallback()
3655 iface->conf->ieee80211ax = freq_params->he_enabled; in hostapd_switch_channel_fallback()