Home
last modified time | relevance | path

Searched refs:sec_channel_offset (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Dhw_features_common.c458 bool eht_enabled, int sec_channel_offset, in hostapd_set_freq_params() argument
481 data->sec_channel_offset = sec_channel_offset; in hostapd_set_freq_params()
482 data->center_freq1 = freq + sec_channel_offset * 10; in hostapd_set_freq_params()
491 else if (sec_channel_offset) in hostapd_set_freq_params()
519 if (!sec_channel_offset) in hostapd_set_freq_params()
585 if (sec_channel_offset == 0) in hostapd_set_freq_params()
686 if (!sec_channel_offset && in hostapd_set_freq_params()
745 if (!sec_channel_offset && in hostapd_set_freq_params()
H A Dhw_features_common.h45 bool eht_enabled, int sec_channel_offset,
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh.c429 frequency == freq->freq + freq->sec_channel_offset * 20) { in wpa_supplicant_mesh_init()
638 if (params->freq.ht_enabled && params->freq.sec_channel_offset) in wpa_supplicant_join_mesh()
639 ssid->ht40 = params->freq.sec_channel_offset; in wpa_supplicant_join_mesh()
H A Dwpa_supplicant.c3009 freq->sec_channel_offset = ht40; in ibss_mesh_select_40mhz()
3018 freq->sec_channel_offset = 0; in ibss_mesh_select_40mhz()
3026 freq->sec_channel_offset = 0; in ibss_mesh_select_40mhz()
3034 freq->sec_channel_offset = -freq->sec_channel_offset; in ibss_mesh_select_40mhz()
3038 freq->sec_channel_offset = 0; in ibss_mesh_select_40mhz()
3047 freq->channel, freq->sec_channel_offset); in ibss_mesh_select_40mhz()
3077 seg0 = freq->channel + 2 * freq->sec_channel_offset; in ibss_mesh_select_80_160mhz()
3079 if (freq->sec_channel_offset == 0) { in ibss_mesh_select_80_160mhz()
3176 freq->sec_channel_offset, in ibss_mesh_select_80_160mhz()
H A Dctrl_iface.c1208 SET_FREQ_SETTING(sec_channel_offset); in wpa_supplicant_ctrl_iface_tdls_chan_switch()
1225 freq_params.bandwidth, freq_params.sec_channel_offset, in wpa_supplicant_ctrl_iface_tdls_chan_switch()
H A Dp2p_supplicant.c9805 csa_settings.freq_params.sec_channel_offset = conf->secondary_channel; in wpas_p2p_move_go_csa()
/freebsd/contrib/wpa/src/ap/
H A Dap_drv_ops.c648 int sec_channel_offset, int oper_chwidth, in hostapd_set_freq() argument
657 sec_channel_offset, oper_chwidth, in hostapd_set_freq()
988 int sec_channel_offset, int oper_chwidth, in hostapd_start_dfs_cac() argument
1009 sec_channel_offset, in hostapd_start_dfs_cac()
H A Dap_drv_ops.h75 bool eht_enabled, int sec_channel_offset, int oper_chwidth,
139 int sec_channel_offset, int oper_chwidth,
H A Dhostapd.c4326 conf->secondary_channel = params->sec_channel_offset; in hostapd_change_config_freq()
4379 settings->freq_params.sec_channel_offset, in hostapd_fill_csa_settings()
4386 settings->freq_params.sec_channel_offset, in hostapd_fill_csa_settings()
4564 iface->conf->secondary_channel = freq_params->sec_channel_offset; in hostapd_switch_channel_fallback()
4566 freq_params->sec_channel_offset, bw, in hostapd_switch_channel_fallback()
H A Dctrl_iface_ap.c1136 SET_CSA_SETTING(sec_channel_offset); in hostapd_parse_csa_settings()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c2506 if (params->center_freq2 || params->sec_channel_offset) in hostapd_ctrl_check_freq_params()
2513 if (params->center_freq2 || !params->sec_channel_offset) in hostapd_ctrl_check_freq_params()
2521 switch (params->sec_channel_offset) { in hostapd_ctrl_check_freq_params()
2535 if (!params->center_freq1 || !params->sec_channel_offset) in hostapd_ctrl_check_freq_params()
2538 switch (params->sec_channel_offset) { in hostapd_ctrl_check_freq_params()
2564 !params->sec_channel_offset) in hostapd_ctrl_check_freq_params()
2567 switch (params->sec_channel_offset) { in hostapd_ctrl_check_freq_params()
2588 !params->sec_channel_offset) in hostapd_ctrl_check_freq_params()
2591 switch (params->sec_channel_offset) { in hostapd_ctrl_check_freq_params()
2717 settings.freq_params.sec_channel_offset, in hostapd_ctrl_iface_chan_switch()
[all …]
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h822 int sec_channel_offset; member
H A Ddriver_nl80211.c5006 freq->sec_channel_offset); in nl80211_put_freq_params()
5007 switch (freq->sec_channel_offset) { in nl80211_put_freq_params()
11220 settings->freq_params.sec_channel_offset, in nl80211_switch_channel()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c3035 freq_params.sec_channel_offset = entry.uint32_value; in wpas_dbus_handler_tdls_channel_switch()
3084 freq_params.bandwidth, freq_params.sec_channel_offset, in wpas_dbus_handler_tdls_channel_switch()