Searched refs:sec_channel_offset (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12-stable/contrib/wpa/src/common/ |
| D | hw_features_common.c | 386 int sec_channel_offset, in hostapd_set_freq_params() argument 400 data->sec_channel_offset = sec_channel_offset; in hostapd_set_freq_params() 401 data->center_freq1 = freq + sec_channel_offset * 10; in hostapd_set_freq_params() 408 else if (sec_channel_offset) in hostapd_set_freq_params() 436 if (!sec_channel_offset) in hostapd_set_freq_params() 485 if (sec_channel_offset == 0) in hostapd_set_freq_params() 569 if (!sec_channel_offset) { in hostapd_set_freq_params() 625 if (!sec_channel_offset) { in hostapd_set_freq_params()
|
| D | hw_features_common.h | 43 int sec_channel_offset,
|
| /freebsd-12-stable/contrib/wpa/wpa_supplicant/ |
| D | mesh.c | 428 frequency == freq->freq + freq->sec_channel_offset * 20) { in wpa_supplicant_mesh_init() 636 if (params->freq.ht_enabled && params->freq.sec_channel_offset) in wpa_supplicant_join_mesh() 637 ssid->ht40 = params->freq.sec_channel_offset; in wpa_supplicant_join_mesh()
|
| D | wpa_supplicant.c | 2590 freq->sec_channel_offset = ht40; in ibss_mesh_setup_freq() 2598 freq->sec_channel_offset = 0; in ibss_mesh_setup_freq() 2606 freq->sec_channel_offset = 0; in ibss_mesh_setup_freq() 2614 freq->sec_channel_offset = -freq->sec_channel_offset; in ibss_mesh_setup_freq() 2618 freq->sec_channel_offset = 0; in ibss_mesh_setup_freq() 2630 freq->channel, freq->sec_channel_offset); in ibss_mesh_setup_freq() 2759 freq->sec_channel_offset, in ibss_mesh_setup_freq()
|
| D | ctrl_iface.c | 1173 SET_FREQ_SETTING(sec_channel_offset); in wpa_supplicant_ctrl_iface_tdls_chan_switch() 1190 freq_params.bandwidth, freq_params.sec_channel_offset, in wpa_supplicant_ctrl_iface_tdls_chan_switch()
|
| D | p2p_supplicant.c | 9670 csa_settings.freq_params.sec_channel_offset = conf->secondary_channel; in wpas_p2p_move_go_csa()
|
| /freebsd-12-stable/contrib/wpa/src/ap/ |
| D | ap_drv_ops.c | 551 int sec_channel_offset, int oper_chwidth, in hostapd_set_freq() argument 559 vht_enabled, he_enabled, sec_channel_offset, in hostapd_set_freq() 814 int sec_channel_offset, int oper_chwidth, in hostapd_start_dfs_cac() argument 833 vht_enabled, he_enabled, sec_channel_offset, in hostapd_start_dfs_cac()
|
| D | ap_drv_ops.h | 68 int he_enabled, int sec_channel_offset, int oper_chwidth, 132 int sec_channel_offset, int oper_chwidth,
|
| D | hostapd.c | 3500 conf->secondary_channel = params->sec_channel_offset; in hostapd_change_config_freq() 3543 settings->freq_params.sec_channel_offset, in hostapd_fill_csa_settings() 3550 settings->freq_params.sec_channel_offset, in hostapd_fill_csa_settings() 3692 iface->conf->secondary_channel = freq_params->sec_channel_offset; in hostapd_switch_channel_fallback()
|
| D | ctrl_iface_ap.c | 917 SET_CSA_SETTING(sec_channel_offset); in hostapd_parse_csa_settings()
|
| /freebsd-12-stable/contrib/wpa/hostapd/ |
| D | ctrl_iface.c | 2678 if (params->center_freq2 || params->sec_channel_offset) in hostapd_ctrl_check_freq_params() 2682 if (params->center_freq2 || !params->sec_channel_offset) in hostapd_ctrl_check_freq_params() 2687 switch (params->sec_channel_offset) { in hostapd_ctrl_check_freq_params() 2701 if (!params->center_freq1 || !params->sec_channel_offset) in hostapd_ctrl_check_freq_params() 2704 switch (params->sec_channel_offset) { in hostapd_ctrl_check_freq_params() 2727 !params->sec_channel_offset) in hostapd_ctrl_check_freq_params() 2730 switch (params->sec_channel_offset) { in hostapd_ctrl_check_freq_params() 2815 settings.freq_params.sec_channel_offset, in hostapd_ctrl_iface_chan_switch() 2826 settings.freq_params.sec_channel_offset, in hostapd_ctrl_iface_chan_switch()
|
| /freebsd-12-stable/contrib/wpa/src/drivers/ |
| D | driver.h | 749 int sec_channel_offset; member
|
| D | driver_nl80211.c | 4944 freq->sec_channel_offset); in nl80211_put_freq_params() 4945 switch (freq->sec_channel_offset) { in nl80211_put_freq_params() 9816 settings->freq_params.sec_channel_offset, in nl80211_switch_channel()
|
| /freebsd-12-stable/contrib/wpa/wpa_supplicant/dbus/ |
| D | dbus_new_handlers.c | 2775 freq_params.sec_channel_offset = entry.uint32_value; in wpas_dbus_handler_tdls_channel_switch() 2824 freq_params.bandwidth, freq_params.sec_channel_offset, in wpas_dbus_handler_tdls_channel_switch()
|