Home
last modified time | relevance | path

Searched refs:oper_chwidth (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Dhw_features_common.c459 enum oper_chan_width oper_chwidth, in hostapd_set_freq_params() argument
484 if (oper_chwidth == CONF_OPER_CHWIDTH_80MHZ) in hostapd_set_freq_params()
486 else if (oper_chwidth == CONF_OPER_CHWIDTH_160MHZ || in hostapd_set_freq_params()
487 oper_chwidth == CONF_OPER_CHWIDTH_80P80MHZ) in hostapd_set_freq_params()
489 else if (oper_chwidth == CONF_OPER_CHWIDTH_320MHZ) in hostapd_set_freq_params()
570 if (data->eht_enabled) switch (oper_chwidth) { in hostapd_set_freq_params()
583 if (data->he_enabled || data->eht_enabled) switch (oper_chwidth) { in hostapd_set_freq_params()
630 } else if (data->vht_enabled) switch (oper_chwidth) { in hostapd_set_freq_params()
654 oper_chwidth_legacy = oper_chwidth; in hostapd_set_freq_params()
663 data->vht_enabled) switch (oper_chwidth) { in hostapd_set_freq_params()
[all …]
H A Dhw_features_common.h46 enum oper_chan_width oper_chwidth,
/freebsd/contrib/wpa/src/ap/
H A Dneighbor_db.c209 enum oper_chan_width oper_chwidth; in hostapd_get_nr_chan_width() local
211 oper_chwidth = hostapd_get_oper_chwidth(hapd->iconf); in hostapd_get_nr_chan_width()
217 if ((!vht && !he) || oper_chwidth == CONF_OPER_CHWIDTH_USE_HT) in hostapd_get_nr_chan_width()
219 if (oper_chwidth == CONF_OPER_CHWIDTH_80MHZ) in hostapd_get_nr_chan_width()
221 if (oper_chwidth == CONF_OPER_CHWIDTH_160MHZ) in hostapd_get_nr_chan_width()
223 if (oper_chwidth == CONF_OPER_CHWIDTH_80P80MHZ) in hostapd_get_nr_chan_width()
H A Dieee802_11_vht.c79 enum oper_chan_width oper_chwidth = in hostapd_eid_vht_operation() local
100 &oper_chwidth, &seg0, &seg1); in hostapd_eid_vht_operation()
112 oper->vht_op_info_chwidth = oper_chwidth; in hostapd_eid_vht_operation()
113 if (oper_chwidth == CONF_OPER_CHWIDTH_160MHZ) { in hostapd_eid_vht_operation()
126 } else if (oper_chwidth == CONF_OPER_CHWIDTH_80P80MHZ) { in hostapd_eid_vht_operation()
H A Dap_drv_ops.c648 int sec_channel_offset, int oper_chwidth, in hostapd_set_freq() argument
657 sec_channel_offset, oper_chwidth, in hostapd_set_freq()
988 int sec_channel_offset, int oper_chwidth, in hostapd_start_dfs_cac() argument
1010 oper_chwidth, center_segment0, in hostapd_start_dfs_cac()
1188 enum oper_chan_width oper_chwidth; in hostapd_drv_do_acs() local
1190 oper_chwidth = hostapd_get_oper_chwidth(hapd->iface->conf); in hostapd_drv_do_acs()
1191 if (oper_chwidth == CONF_OPER_CHWIDTH_80MHZ) in hostapd_drv_do_acs()
1193 else if (oper_chwidth == CONF_OPER_CHWIDTH_160MHZ || in hostapd_drv_do_acs()
1194 oper_chwidth == CONF_OPER_CHWIDTH_80P80MHZ) in hostapd_drv_do_acs()
1196 else if (oper_chwidth == CONF_OPER_CHWIDTH_320MHZ) in hostapd_drv_do_acs()
H A Dap_config.h1257 enum oper_chan_width oper_chwidth) in hostapd_set_oper_chwidth() argument
1261 conf->eht_oper_chwidth = oper_chwidth; in hostapd_set_oper_chwidth()
1262 if (oper_chwidth == CONF_OPER_CHWIDTH_320MHZ) in hostapd_set_oper_chwidth()
1263 oper_chwidth = CONF_OPER_CHWIDTH_160MHZ; in hostapd_set_oper_chwidth()
1267 conf->he_oper_chwidth = oper_chwidth; in hostapd_set_oper_chwidth()
1269 conf->vht_oper_chwidth = oper_chwidth; in hostapd_set_oper_chwidth()
H A Dieee802_11_he.c223 enum oper_chan_width oper_chwidth = in hostapd_eid_he_operation() local
234 &oper_chwidth, &seg0, &seg1); in hostapd_eid_he_operation()
266 if (oper_chwidth == CONF_OPER_CHWIDTH_160MHZ || in hostapd_eid_he_operation()
267 oper_chwidth == CONF_OPER_CHWIDTH_320MHZ) { in hostapd_eid_he_operation()
H A Ddfs.c1254 int oper_chwidth; in dfs_downgrade_bandwidth() local
1256 oper_chwidth = hostapd_get_oper_chwidth(iface->conf); in dfs_downgrade_bandwidth()
1257 if (oper_chwidth == CONF_OPER_CHWIDTH_USE_HT) in dfs_downgrade_bandwidth()
1260 hostapd_set_oper_chwidth(iface->conf, oper_chwidth - 1); in dfs_downgrade_bandwidth()
H A Dap_drv_ops.h75 bool eht_enabled, int sec_channel_offset, int oper_chwidth,
139 int sec_channel_offset, int oper_chwidth,