Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dhw_features_common.c355 int vht_enabled, int sec_channel_offset, in hostapd_set_freq_params() argument
365 data->sec_channel_offset = sec_channel_offset; in hostapd_set_freq_params()
366 data->center_freq1 = freq + sec_channel_offset * 10; in hostapd_set_freq_params()
368 data->bandwidth = sec_channel_offset ? 40 : 20; in hostapd_set_freq_params()
393 !sec_channel_offset) in hostapd_set_freq_params()
434 if (!sec_channel_offset) in hostapd_set_freq_params()
Dhw_features_common.h35 int vht_enabled, int sec_channel_offset,
/external/wpa_supplicant_8/src/ap/
Dieee802_11_ht.c116 !hapd->cs_freq_params.sec_channel_offset) in hostapd_eid_secondary_channel()
119 if (hapd->cs_freq_params.sec_channel_offset == -1) in hostapd_eid_secondary_channel()
121 else if (hapd->cs_freq_params.sec_channel_offset == 1) in hostapd_eid_secondary_channel()
Dap_drv_ops.c487 int sec_channel_offset, int vht_oper_chwidth, in hostapd_set_freq() argument
493 vht_enabled, sec_channel_offset, in hostapd_set_freq()
686 int sec_channel_offset, int vht_oper_chwidth, in hostapd_start_dfs_cac() argument
703 vht_enabled, sec_channel_offset, in hostapd_start_dfs_cac()
Dap_drv_ops.h63 int sec_channel_offset, int vht_oper_chwidth,
112 int sec_channel_offset, int vht_oper_chwidth,
Dctrl_iface_ap.c557 SET_CSA_SETTING(sec_channel_offset); in hostapd_parse_csa_settings()
Dhostapd.c2906 conf->secondary_channel = params->sec_channel_offset; in hostapd_change_config_freq()
2947 settings->freq_params.sec_channel_offset, in hostapd_fill_csa_settings()
2954 settings->freq_params.sec_channel_offset, in hostapd_fill_csa_settings()
3075 iface->conf->secondary_channel = freq_params->sec_channel_offset; in hostapd_switch_channel_fallback()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c360 if (params.freq.ht_enabled && params.freq.sec_channel_offset) in wpa_supplicant_join_mesh()
361 ssid->ht40 = params.freq.sec_channel_offset; in wpa_supplicant_join_mesh()
Dwpa_supplicant.c1920 freq->sec_channel_offset = -1; in ibss_mesh_setup_freq()
1925 freq->sec_channel_offset = 1; in ibss_mesh_setup_freq()
1931 if (freq->sec_channel_offset && obss_scan) { in ibss_mesh_setup_freq()
1937 freq->sec_channel_offset = 0; in ibss_mesh_setup_freq()
1946 freq->sec_channel_offset = 0; in ibss_mesh_setup_freq()
1954 freq->sec_channel_offset = -freq->sec_channel_offset; in ibss_mesh_setup_freq()
1958 freq->sec_channel_offset = 0; in ibss_mesh_setup_freq()
1967 freq->channel, freq->sec_channel_offset); in ibss_mesh_setup_freq()
2042 freq->sec_channel_offset, in ibss_mesh_setup_freq()
Dctrl_iface.c755 SET_FREQ_SETTING(sec_channel_offset); in wpa_supplicant_ctrl_iface_tdls_chan_switch()
772 freq_params.bandwidth, freq_params.sec_channel_offset, in wpa_supplicant_ctrl_iface_tdls_chan_switch()
Dp2p_supplicant.c8864 csa_settings.freq_params.sec_channel_offset = conf->secondary_channel; in wpas_p2p_move_go_csa()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h545 int sec_channel_offset; member
Ddriver_nl80211.c3753 freq->sec_channel_offset); in nl80211_put_freq_params()
3754 switch (freq->sec_channel_offset) { in nl80211_put_freq_params()