Searched refs:oper_chwidth (Results 1 – 9 of 9) sorted by relevance
/hostap-latest/src/common/ |
D | hw_features_common.c | 459 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 …]
|
D | hw_features_common.h | 46 enum oper_chan_width oper_chwidth,
|
/hostap-latest/src/ap/ |
D | neighbor_db.c | 209 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()
|
D | ieee802_11_vht.c | 79 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()
|
D | ap_drv_ops.c | 648 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()
|
D | ap_config.h | 1278 enum oper_chan_width oper_chwidth) in hostapd_set_oper_chwidth() argument 1282 conf->eht_oper_chwidth = oper_chwidth; in hostapd_set_oper_chwidth() 1283 if (oper_chwidth == CONF_OPER_CHWIDTH_320MHZ) in hostapd_set_oper_chwidth() 1284 oper_chwidth = CONF_OPER_CHWIDTH_160MHZ; in hostapd_set_oper_chwidth() 1288 conf->he_oper_chwidth = oper_chwidth; in hostapd_set_oper_chwidth() 1290 conf->vht_oper_chwidth = oper_chwidth; in hostapd_set_oper_chwidth()
|
D | ieee802_11_he.c | 223 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()
|
D | dfs.c | 1254 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()
|
D | ap_drv_ops.h | 75 bool eht_enabled, int sec_channel_offset, int oper_chwidth, 139 int sec_channel_offset, int oper_chwidth,
|