Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_drv_ops.c482 int vht_enabled, int sec_channel_offset, in hostapd_set_freq_params() argument
494 data->sec_channel_offset = sec_channel_offset; in hostapd_set_freq_params()
495 data->center_freq1 = freq + sec_channel_offset * 10; in hostapd_set_freq_params()
497 data->bandwidth = sec_channel_offset ? 40 : 20; in hostapd_set_freq_params()
529 if (!sec_channel_offset) in hostapd_set_freq_params()
549 if (!sec_channel_offset) in hostapd_set_freq_params()
567 int sec_channel_offset, int vht_oper_chwidth, in hostapd_set_freq() argument
573 vht_enabled, sec_channel_offset, in hostapd_set_freq()
752 int sec_channel_offset, int vht_oper_chwidth, in hostapd_start_dfs_cac() argument
769 vht_enabled, sec_channel_offset, in hostapd_start_dfs_cac()
Dap_drv_ops.h62 int sec_channel_offset, int vht_oper_chwidth,
107 int sec_channel_offset, int vht_oper_chwidth,
111 int vht_enabled, int sec_channel_offset,
Dbeacon.c293 if (!hapd->cs_freq_params.sec_channel_offset) in hostapd_eid_secondary_channel()
296 if (hapd->cs_freq_params.sec_channel_offset == -1) in hostapd_eid_secondary_channel()
298 else if (hapd->cs_freq_params.sec_channel_offset == 1) in hostapd_eid_secondary_channel()
Dctrl_iface_ap.c522 SET_CSA_SETTING(sec_channel_offset); in hostapd_parse_csa_settings()
Dhostapd.c2298 old_params->sec_channel_offset = conf->secondary_channel; in hostapd_change_config_freq()
2303 conf->secondary_channel = params->sec_channel_offset; in hostapd_change_config_freq()
2426 iface->conf->secondary_channel = freq_params->sec_channel_offset; in hostapd_switch_channel_fallback()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h420 int sec_channel_offset; /* 0 = HT40 disabled, -1 = HT40 enabled, member
Ddriver_nl80211.c7604 switch (freq->sec_channel_offset) { in nl80211_put_freq_params()
8801 params->freq.sec_channel_offset); in wpa_driver_nl80211_ibss()