Searched refs:sec_channel_offset (Results 1 – 14 of 14) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | hw_features_common.c | 386 bool eht_enabled, int sec_channel_offset, in hostapd_set_freq_params() argument 405 data->sec_channel_offset = sec_channel_offset; in hostapd_set_freq_params() 406 data->center_freq1 = freq + sec_channel_offset * 10; in hostapd_set_freq_params() 415 else if (sec_channel_offset) in hostapd_set_freq_params() 443 if (!sec_channel_offset) in hostapd_set_freq_params() 505 if (sec_channel_offset == 0) in hostapd_set_freq_params() 598 if (!sec_channel_offset) { in hostapd_set_freq_params() 656 if (!sec_channel_offset) { in hostapd_set_freq_params()
|
D | hw_features_common.h | 43 bool eht_enabled, int sec_channel_offset,
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh.c | 429 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()
|
D | wpa_supplicant.c | 2855 freq->sec_channel_offset = ht40; in ibss_mesh_select_40mhz() 2863 freq->sec_channel_offset = 0; in ibss_mesh_select_40mhz() 2871 freq->sec_channel_offset = 0; in ibss_mesh_select_40mhz() 2879 freq->sec_channel_offset = -freq->sec_channel_offset; in ibss_mesh_select_40mhz() 2883 freq->sec_channel_offset = 0; in ibss_mesh_select_40mhz() 2892 freq->channel, freq->sec_channel_offset); in ibss_mesh_select_40mhz() 2922 seg0 = freq->channel + 2 * freq->sec_channel_offset; in ibss_mesh_select_80_160mhz() 2924 if (freq->sec_channel_offset == 0) { in ibss_mesh_select_80_160mhz() 3021 freq->sec_channel_offset, in ibss_mesh_select_80_160mhz()
|
D | ctrl_iface.c | 1183 SET_FREQ_SETTING(sec_channel_offset); in wpa_supplicant_ctrl_iface_tdls_chan_switch() 1200 freq_params.bandwidth, freq_params.sec_channel_offset, in wpa_supplicant_ctrl_iface_tdls_chan_switch()
|
D | p2p_supplicant.c | 9879 csa_settings.freq_params.sec_channel_offset = conf->secondary_channel; in wpas_p2p_move_go_csa()
|
/external/wpa_supplicant_8/src/ap/ |
D | ap_drv_ops.c | 564 int sec_channel_offset, int oper_chwidth, in hostapd_set_freq() argument 573 sec_channel_offset, oper_chwidth, in hostapd_set_freq() 831 int sec_channel_offset, int oper_chwidth, in hostapd_start_dfs_cac() argument 852 sec_channel_offset, in hostapd_start_dfs_cac()
|
D | ap_drv_ops.h | 70 bool eht_enabled, int sec_channel_offset, int oper_chwidth, 134 int sec_channel_offset, int oper_chwidth,
|
D | hostapd.c | 3637 conf->secondary_channel = params->sec_channel_offset; in hostapd_change_config_freq() 3686 settings->freq_params.sec_channel_offset, in hostapd_fill_csa_settings() 3693 settings->freq_params.sec_channel_offset, in hostapd_fill_csa_settings() 3853 iface->conf->secondary_channel = freq_params->sec_channel_offset; in hostapd_switch_channel_fallback()
|
D | ctrl_iface_ap.c | 995 SET_CSA_SETTING(sec_channel_offset); in hostapd_parse_csa_settings()
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 2473 if (params->center_freq2 || params->sec_channel_offset) in hostapd_ctrl_check_freq_params() 2480 if (params->center_freq2 || !params->sec_channel_offset) in hostapd_ctrl_check_freq_params() 2488 switch (params->sec_channel_offset) { in hostapd_ctrl_check_freq_params() 2502 if (!params->center_freq1 || !params->sec_channel_offset) in hostapd_ctrl_check_freq_params() 2505 switch (params->sec_channel_offset) { in hostapd_ctrl_check_freq_params() 2531 !params->sec_channel_offset) in hostapd_ctrl_check_freq_params() 2534 switch (params->sec_channel_offset) { in hostapd_ctrl_check_freq_params() 2555 !params->sec_channel_offset) in hostapd_ctrl_check_freq_params() 2558 switch (params->sec_channel_offset) { in hostapd_ctrl_check_freq_params() 2676 settings.freq_params.sec_channel_offset, in hostapd_ctrl_iface_chan_switch() [all …]
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 798 int sec_channel_offset; member
|
D | driver_nl80211.c | 5368 freq->sec_channel_offset); in nl80211_put_freq_params() 5369 switch (freq->sec_channel_offset) { in nl80211_put_freq_params() 10902 settings->freq_params.sec_channel_offset, in nl80211_switch_channel()
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 2902 freq_params.sec_channel_offset = entry.uint32_value; in wpas_dbus_handler_tdls_channel_switch() 2951 freq_params.bandwidth, freq_params.sec_channel_offset, in wpas_dbus_handler_tdls_channel_switch()
|