Searched refs:oper_chwidth (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/wpa/src/common/ |
| H A D | hw_features_common.c | 387 int oper_chwidth, int center_segment0, in hostapd_set_freq_params() argument 403 if (oper_chwidth == CHANWIDTH_80MHZ) in hostapd_set_freq_params() 405 else if (oper_chwidth == CHANWIDTH_160MHZ || in hostapd_set_freq_params() 406 oper_chwidth == CHANWIDTH_80P80MHZ) in hostapd_set_freq_params() 483 if (data->he_enabled) switch (oper_chwidth) { in hostapd_set_freq_params() 524 } else if (data->vht_enabled) switch (oper_chwidth) { in hostapd_set_freq_params() 546 if (data->he_enabled || data->vht_enabled) switch (oper_chwidth) { in hostapd_set_freq_params() 574 if (oper_chwidth == CHANWIDTH_80MHZ && center_segment1) { in hostapd_set_freq_params() 579 if (oper_chwidth == CHANWIDTH_80P80MHZ && !center_segment1) { in hostapd_set_freq_params()
|
| H A D | hw_features_common.h | 44 int oper_chwidth, int center_segment0,
|
| /freebsd-13.1/contrib/wpa/src/ap/ |
| H A D | neighbor_db.c | 202 u8 oper_chwidth = hostapd_get_oper_chwidth(hapd->iconf); in hostapd_get_nr_chan_width() local 208 if ((!vht && !he) || oper_chwidth == CHANWIDTH_USE_HT) in hostapd_get_nr_chan_width() 210 if (oper_chwidth == CHANWIDTH_80MHZ) in hostapd_get_nr_chan_width() 212 if (oper_chwidth == CHANWIDTH_160MHZ) in hostapd_get_nr_chan_width() 214 if (oper_chwidth == CHANWIDTH_80P80MHZ) in hostapd_get_nr_chan_width()
|
| H A D | ap_drv_ops.c | 551 int sec_channel_offset, int oper_chwidth, in hostapd_set_freq() argument 560 oper_chwidth, in hostapd_set_freq() 814 int sec_channel_offset, int oper_chwidth, in hostapd_start_dfs_cac() argument 834 oper_chwidth, center_segment0, in hostapd_start_dfs_cac() 965 u8 oper_chwidth = hostapd_get_oper_chwidth(hapd->iface->conf); in hostapd_drv_do_acs() local 967 if (oper_chwidth == CHANWIDTH_80MHZ) in hostapd_drv_do_acs() 969 else if (oper_chwidth == CHANWIDTH_160MHZ || in hostapd_drv_do_acs() 970 oper_chwidth == CHANWIDTH_80P80MHZ) in hostapd_drv_do_acs()
|
| H A D | ap_config.h | 1116 hostapd_set_oper_chwidth(struct hostapd_config *conf, u8 oper_chwidth) in hostapd_set_oper_chwidth() argument 1120 conf->he_oper_chwidth = oper_chwidth; in hostapd_set_oper_chwidth() 1122 conf->vht_oper_chwidth = oper_chwidth; in hostapd_set_oper_chwidth()
|
| H A D | dfs.c | 961 int oper_chwidth; in dfs_downgrade_bandwidth() local 963 oper_chwidth = hostapd_get_oper_chwidth(iface->conf); in dfs_downgrade_bandwidth() 964 if (oper_chwidth == CHANWIDTH_USE_HT) in dfs_downgrade_bandwidth() 967 hostapd_set_oper_chwidth(iface->conf, oper_chwidth - 1); in dfs_downgrade_bandwidth()
|
| H A D | ap_drv_ops.h | 68 int he_enabled, int sec_channel_offset, int oper_chwidth, 132 int sec_channel_offset, int oper_chwidth,
|