Home
last modified time | relevance | path

Searched refs:center_freq2 (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dap_drv_ops.c496 data->center_freq2 = 0; in hostapd_set_freq_params()
521 data->center_freq2 = 5000 + center_segment1 * 5; in hostapd_set_freq_params()
Dctrl_iface_ap.c520 SET_CSA_SETTING(center_freq2); in hostapd_parse_csa_settings()
Dhostapd.c2400 if (freq_params->center_freq2) in hostapd_switch_channel_fallback()
2401 vht_seg1_idx = 36 + (freq_params->center_freq2 - 5180) / 5; in hostapd_switch_channel_fallback()
2410 if (freq_params->center_freq2) in hostapd_switch_channel_fallback()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h429 int center_freq1, center_freq2; member
Ddriver_nl80211.c7585 if (freq->center_freq2) in nl80211_put_freq_params()
7600 if (freq->center_freq2) in nl80211_put_freq_params()
7602 freq->center_freq2); in nl80211_put_freq_params()
7636 freq->bandwidth, freq->center_freq1, freq->center_freq2); in nl80211_set_channel()
8804 wpa_printf(MSG_DEBUG, " * center_freq2=%d", params->freq.center_freq2); in wpa_driver_nl80211_ibss()
11641 freq->bandwidth, freq->center_freq1, freq->center_freq2); in nl80211_start_radar_detection()
12260 settings->freq_params.center_freq2); in nl80211_switch_channel()