Searched refs:sec_channel_offset (Results 1 – 11 of 11) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | hw_features_common.c | 357 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()
|
D | hw_features_common.h | 35 int vht_enabled, int sec_channel_offset,
|
/external/wpa_supplicant_8/src/ap/ |
D | ap_drv_ops.c | 498 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()
|
D | ap_drv_ops.h | 63 int sec_channel_offset, int vht_oper_chwidth, 109 int sec_channel_offset, int vht_oper_chwidth,
|
D | beacon.c | 323 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()
|
D | ctrl_iface_ap.c | 539 SET_CSA_SETTING(sec_channel_offset); in hostapd_parse_csa_settings()
|
D | hostapd.c | 2574 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/ |
D | wpa_supplicant.c | 1831 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()
|
D | ctrl_iface.c | 730 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/ |
D | driver.h | 504 int sec_channel_offset; member
|
D | driver_nl80211.c | 3594 freq->sec_channel_offset); in nl80211_put_freq_params() 3595 switch (freq->sec_channel_offset) { in nl80211_put_freq_params()
|