Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dhw_features_common.c403 int sec_channel_offset, in hostapd_set_freq_params() argument
417 data->sec_channel_offset = sec_channel_offset; in hostapd_set_freq_params()
418 data->center_freq1 = freq + sec_channel_offset * 10; in hostapd_set_freq_params()
420 data->bandwidth = sec_channel_offset ? 40 : 20; in hostapd_set_freq_params()
494 if (mode == HOSTAPD_MODE_IEEE80211G && sec_channel_offset) { in hostapd_set_freq_params()
579 !sec_channel_offset) { in hostapd_set_freq_params()
625 if (!sec_channel_offset) { in hostapd_set_freq_params()
Dhw_features_common.h44 int sec_channel_offset,
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c427 frequency == freq->freq + freq->sec_channel_offset * 20) { in wpa_supplicant_mesh_init()
603 if (params->freq.ht_enabled && params->freq.sec_channel_offset) in wpa_supplicant_join_mesh()
604 ssid->ht40 = params->freq.sec_channel_offset; in wpa_supplicant_join_mesh()
Dwpa_supplicant.c2545 freq->sec_channel_offset = ht40; in ibss_mesh_setup_freq()
2553 freq->sec_channel_offset = 0; in ibss_mesh_setup_freq()
2561 freq->sec_channel_offset = 0; in ibss_mesh_setup_freq()
2569 freq->sec_channel_offset = -freq->sec_channel_offset; in ibss_mesh_setup_freq()
2573 freq->sec_channel_offset = 0; in ibss_mesh_setup_freq()
2585 freq->channel, freq->sec_channel_offset); in ibss_mesh_setup_freq()
2694 freq->sec_channel_offset, in ibss_mesh_setup_freq()
Dctrl_iface.c1155 SET_FREQ_SETTING(sec_channel_offset); in wpa_supplicant_ctrl_iface_tdls_chan_switch()
1172 freq_params.bandwidth, freq_params.sec_channel_offset, in wpa_supplicant_ctrl_iface_tdls_chan_switch()
Dp2p_supplicant.c9471 csa_settings.freq_params.sec_channel_offset = conf->secondary_channel; in wpas_p2p_move_go_csa()
/external/wpa_supplicant_8/src/ap/
Dap_drv_ops.h68 int he_enabled, int sec_channel_offset, int oper_chwidth,
132 int sec_channel_offset, int oper_chwidth,
Dap_drv_ops.c551 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()
Dhostapd.c3457 conf->secondary_channel = params->sec_channel_offset; in hostapd_change_config_freq()
3500 settings->freq_params.sec_channel_offset, in hostapd_fill_csa_settings()
3507 settings->freq_params.sec_channel_offset, in hostapd_fill_csa_settings()
3649 iface->conf->secondary_channel = freq_params->sec_channel_offset; in hostapd_switch_channel_fallback()
Dctrl_iface_ap.c909 SET_CSA_SETTING(sec_channel_offset); in hostapd_parse_csa_settings()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c2574 if (params->center_freq2 || params->sec_channel_offset) in hostapd_ctrl_check_freq_params()
2578 if (params->center_freq2 || !params->sec_channel_offset) in hostapd_ctrl_check_freq_params()
2583 switch (params->sec_channel_offset) { in hostapd_ctrl_check_freq_params()
2597 if (!params->center_freq1 || !params->sec_channel_offset) in hostapd_ctrl_check_freq_params()
2600 switch (params->sec_channel_offset) { in hostapd_ctrl_check_freq_params()
2623 !params->sec_channel_offset) in hostapd_ctrl_check_freq_params()
2626 switch (params->sec_channel_offset) { in hostapd_ctrl_check_freq_params()
2711 settings.freq_params.sec_channel_offset, in hostapd_ctrl_iface_chan_switch()
2722 settings.freq_params.sec_channel_offset, in hostapd_ctrl_iface_chan_switch()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h743 int sec_channel_offset; member
Ddriver_nl80211.c5011 freq->sec_channel_offset); in nl80211_put_freq_params()
5012 switch (freq->sec_channel_offset) { in nl80211_put_freq_params()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers.c2476 freq_params.sec_channel_offset = entry.uint32_value; in wpas_dbus_handler_tdls_channel_switch()
2525 freq_params.bandwidth, freq_params.sec_channel_offset, in wpas_dbus_handler_tdls_channel_switch()