Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11_vht.c171 if (!hapd->cs_freq_params.center_freq2) in hostapd_eid_wb_chsw_wrapper()
191 if (hapd->cs_freq_params.center_freq2 && in hostapd_eid_wb_chsw_wrapper()
192 ieee80211_freq_to_chan(hapd->cs_freq_params.center_freq2, in hostapd_eid_wb_chsw_wrapper()
Dhostapd.c2892 if (params->center_freq2) in hostapd_change_config_freq()
2909 ieee80211_freq_to_chan(params->center_freq2, in hostapd_change_config_freq()
2932 if (settings->freq_params.center_freq2) in hostapd_fill_csa_settings()
3049 if (freq_params->center_freq2) in hostapd_switch_channel_fallback()
3050 vht_seg1_idx = 36 + (freq_params->center_freq2 - 5180) / 5; in hostapd_switch_channel_fallback()
3059 if (freq_params->center_freq2) in hostapd_switch_channel_fallback()
Dctrl_iface_ap.c555 SET_CSA_SETTING(center_freq2); in hostapd_parse_csa_settings()
/external/wpa_supplicant_8/src/common/
Dhw_features_common.c367 data->center_freq2 = 0; in hostapd_set_freq_params()
387 data->center_freq2 = 5000 + center_segment1 * 5; in hostapd_set_freq_params()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c366 if (params.freq.center_freq2) { in wpa_supplicant_join_mesh()
369 params.freq.center_freq2; in wpa_supplicant_join_mesh()
Dctrl_iface.c753 SET_FREQ_SETTING(center_freq2); in wpa_supplicant_ctrl_iface_tdls_chan_switch()
771 freq_params.center_freq1, freq_params.center_freq2, in wpa_supplicant_ctrl_iface_tdls_chan_switch()
Dwpa_supplicant.c2049 freq->center_freq1, freq->center_freq2, freq->bandwidth); in ibss_mesh_setup_freq()
Dp2p_supplicant.c8901 csa_settings.freq_params.center_freq2 = freq2; in wpas_p2p_move_go_csa()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c3683 if (freq->center_freq2) in nl80211_put_freq_params()
3699 freq->center_freq2); in nl80211_put_freq_params()
3703 (freq->center_freq2 && in nl80211_put_freq_params()
3705 freq->center_freq2))) in nl80211_put_freq_params()
3742 freq->bandwidth, freq->center_freq1, freq->center_freq2); in nl80211_set_channel()
7325 freq->bandwidth, freq->center_freq1, freq->center_freq2); in nl80211_start_radar_detection()
7874 settings->freq_params.center_freq2); in nl80211_switch_channel()
Ddriver.h564 int center_freq2; member