Searched refs:sec_channel_offset (Results 1 – 13 of 13) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | hw_features_common.c | 355 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()
|
D | hw_features_common.h | 35 int vht_enabled, int sec_channel_offset,
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11_ht.c | 116 !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()
|
D | ap_drv_ops.c | 487 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()
|
D | ap_drv_ops.h | 63 int sec_channel_offset, int vht_oper_chwidth, 112 int sec_channel_offset, int vht_oper_chwidth,
|
D | ctrl_iface_ap.c | 557 SET_CSA_SETTING(sec_channel_offset); in hostapd_parse_csa_settings()
|
D | hostapd.c | 2906 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/ |
D | mesh.c | 360 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()
|
D | wpa_supplicant.c | 1920 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()
|
D | ctrl_iface.c | 755 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()
|
D | p2p_supplicant.c | 8864 csa_settings.freq_params.sec_channel_offset = conf->secondary_channel; in wpas_p2p_move_go_csa()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 545 int sec_channel_offset; member
|
D | driver_nl80211.c | 3753 freq->sec_channel_offset); in nl80211_put_freq_params() 3754 switch (freq->sec_channel_offset) { in nl80211_put_freq_params()
|