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.c183 if (!hapd->cs_freq_params.center_freq2) in hostapd_eid_wb_chsw_wrapper()
203 if (hapd->cs_freq_params.center_freq2 && in hostapd_eid_wb_chsw_wrapper()
204 ieee80211_freq_to_chan(hapd->cs_freq_params.center_freq2, in hostapd_eid_wb_chsw_wrapper()
Dhostapd.c3062 if (params->center_freq2) in hostapd_change_config_freq()
3079 ieee80211_freq_to_chan(params->center_freq2, in hostapd_change_config_freq()
3102 if (settings->freq_params.center_freq2) in hostapd_fill_csa_settings()
3219 if (freq_params->center_freq2) in hostapd_switch_channel_fallback()
3220 vht_seg1_idx = 36 + (freq_params->center_freq2 - 5180) / 5; in hostapd_switch_channel_fallback()
3229 if (freq_params->center_freq2) in hostapd_switch_channel_fallback()
Dctrl_iface_ap.c613 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.c391 if (params.freq.center_freq2) { in wpa_supplicant_join_mesh()
394 params.freq.center_freq2; in wpa_supplicant_join_mesh()
Dctrl_iface.c888 SET_FREQ_SETTING(center_freq2); in wpa_supplicant_ctrl_iface_tdls_chan_switch()
906 freq_params.center_freq1, freq_params.center_freq2, in wpa_supplicant_ctrl_iface_tdls_chan_switch()
Dwpa_supplicant.c2162 freq->center_freq1, freq->center_freq2, freq->bandwidth); in ibss_mesh_setup_freq()
Dp2p_supplicant.c8940 csa_settings.freq_params.center_freq2 = freq2; in wpas_p2p_move_go_csa()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c4056 if (freq->center_freq2) in nl80211_put_freq_params()
4072 freq->center_freq2); in nl80211_put_freq_params()
4076 (freq->center_freq2 && in nl80211_put_freq_params()
4078 freq->center_freq2))) in nl80211_put_freq_params()
4121 freq->bandwidth, freq->center_freq1, freq->center_freq2); in nl80211_set_channel()
7764 freq->bandwidth, freq->center_freq1, freq->center_freq2); in nl80211_start_radar_detection()
8320 settings->freq_params.center_freq2); in nl80211_switch_channel()
Ddriver.h670 int center_freq2; member