Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dhw_features_common.c357 int vht_enabled, int sec_channel_offset, in hostapd_set_freq_params() argument
367 data->sec_channel_offset = sec_channel_offset; in hostapd_set_freq_params()
368 data->center_freq1 = freq + sec_channel_offset * 10; in hostapd_set_freq_params()
370 data->bandwidth = sec_channel_offset ? 40 : 20; in hostapd_set_freq_params()
395 !sec_channel_offset) in hostapd_set_freq_params()
436 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/
Dap_drv_ops.c498 int sec_channel_offset, int vht_oper_chwidth, in hostapd_set_freq() argument
504 vht_enabled, sec_channel_offset, in hostapd_set_freq()
685 int sec_channel_offset, int vht_oper_chwidth, in hostapd_start_dfs_cac() argument
702 vht_enabled, sec_channel_offset, in hostapd_start_dfs_cac()
Dap_drv_ops.h63 int sec_channel_offset, int vht_oper_chwidth,
109 int sec_channel_offset, int vht_oper_chwidth,
Dbeacon.c323 if (!hapd->cs_freq_params.sec_channel_offset) in hostapd_eid_secondary_channel()
326 if (hapd->cs_freq_params.sec_channel_offset == -1) in hostapd_eid_secondary_channel()
328 else if (hapd->cs_freq_params.sec_channel_offset == 1) in hostapd_eid_secondary_channel()
Dctrl_iface_ap.c539 SET_CSA_SETTING(sec_channel_offset); in hostapd_parse_csa_settings()
Dhostapd.c2574 old_params->sec_channel_offset = conf->secondary_channel; in hostapd_change_config_freq()
2579 conf->secondary_channel = params->sec_channel_offset; in hostapd_change_config_freq()
2708 iface->conf->secondary_channel = freq_params->sec_channel_offset; in hostapd_switch_channel_fallback()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c1831 freq->sec_channel_offset = -1; in ibss_mesh_setup_freq()
1836 freq->sec_channel_offset = 1; in ibss_mesh_setup_freq()
1842 if (freq->sec_channel_offset && obss_scan) { in ibss_mesh_setup_freq()
1848 freq->sec_channel_offset = 0; in ibss_mesh_setup_freq()
1857 freq->sec_channel_offset = 0; in ibss_mesh_setup_freq()
1865 freq->sec_channel_offset = -freq->sec_channel_offset; in ibss_mesh_setup_freq()
1869 freq->sec_channel_offset = 0; in ibss_mesh_setup_freq()
1878 freq->channel, freq->sec_channel_offset); in ibss_mesh_setup_freq()
1919 freq->sec_channel_offset, in ibss_mesh_setup_freq()
Dctrl_iface.c730 SET_FREQ_SETTING(sec_channel_offset); in wpa_supplicant_ctrl_iface_tdls_chan_switch()
747 freq_params.bandwidth, freq_params.sec_channel_offset, in wpa_supplicant_ctrl_iface_tdls_chan_switch()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h504 int sec_channel_offset; member
Ddriver_nl80211.c3594 freq->sec_channel_offset); in nl80211_put_freq_params()
3595 switch (freq->sec_channel_offset) { in nl80211_put_freq_params()