/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | hw_features_common.c | 387 int oper_chwidth, int center_segment0, in hostapd_set_freq_params() 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() 381 hostapd_set_freq_params(struct hostapd_freq_params *data, enum hostapd_hw_mode mode, int freq, int channel, int enable_edmg, u8 edmg_channel, int ht_enabled, int vht_enabled, int he_enabled, int sec_channel_offset, int oper_chwidth, int center_segment0, int center_segment1, u32 vht_caps, struct he_capabilities *he_cap) hostapd_set_freq_params() argument
|
H A D | hw_features_common.h | 44 int oper_chwidth, int center_segment0,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | neighbor_db.c | 144 u8 oper_chwidth = hostapd_get_oper_chwidth(hapd->iconf); in hostapd_get_nr_chan_width() local 150 if ((!vht && !he) || oper_chwidth == CHANWIDTH_USE_HT) in hostapd_get_nr_chan_width() 152 if (oper_chwidth == CHANWIDTH_80MHZ) in hostapd_get_nr_chan_width() 154 if (oper_chwidth == CHANWIDTH_160MHZ) in hostapd_get_nr_chan_width() 156 if (oper_chwidth == CHANWIDTH_80P80MHZ) in hostapd_get_nr_chan_width()
|
H A D | ap_drv_ops.c | 545 int sec_channel_offset, int oper_chwidth, in hostapd_set_freq() 553 oper_chwidth, in hostapd_set_freq() 796 int sec_channel_offset, int oper_chwidth, in hostapd_start_dfs_cac() 815 oper_chwidth, center_segment0, in hostapd_start_dfs_cac() 942 /* Note: VHT20 is defined by combination of ht_capab & oper_chwidth in hostapd_drv_do_acs() 947 u8 oper_chwidth = hostapd_get_oper_chwidth(hapd->iface->conf); in hostapd_drv_do_acs() local 949 if (oper_chwidth == CHANWIDTH_80MHZ) in hostapd_drv_do_acs() 951 else if (oper_chwidth == CHANWIDTH_160MHZ || in hostapd_drv_do_acs() 952 oper_chwidth == CHANWIDTH_80P80MHZ) in hostapd_drv_do_acs() 542 hostapd_set_freq(struct hostapd_data *hapd, enum hostapd_hw_mode mode, int freq, int channel, int ht_enabled, int vht_enabled, int he_enabled, int sec_channel_offset, int oper_chwidth, int center_segment0, int center_segment1) hostapd_set_freq() argument 792 hostapd_start_dfs_cac(struct hostapd_iface *iface, enum hostapd_hw_mode mode, int freq, int channel, int ht_enabled, int vht_enabled, int he_enabled, int sec_channel_offset, int oper_chwidth, int center_segment0, int center_segment1) hostapd_start_dfs_cac() argument
|
H A D | ap_config.h | 1024 hostapd_set_oper_chwidth(struct hostapd_config *conf, u8 oper_chwidth) in hostapd_set_oper_chwidth() argument 1028 conf->he_oper_chwidth = oper_chwidth; in hostapd_set_oper_chwidth() 1030 conf->vht_oper_chwidth = oper_chwidth; in hostapd_set_oper_chwidth()
|
H A D | ap_drv_ops.h | 66 int he_enabled, int sec_channel_offset, int oper_chwidth, 130 int sec_channel_offset, int oper_chwidth,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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 | 552 int sec_channel_offset, int oper_chwidth, in hostapd_set_freq() 561 oper_chwidth, in hostapd_set_freq() 817 int sec_channel_offset, int oper_chwidth, in hostapd_start_dfs_cac() 837 oper_chwidth, center_segment0, in hostapd_start_dfs_cac() 963 /* Note: VHT20 is defined by combination of ht_capab & oper_chwidth in hostapd_drv_do_acs() 968 u8 oper_chwidth = hostapd_get_oper_chwidth(hapd->iface->conf); in hostapd_drv_do_acs() local 970 if (oper_chwidth == CHANWIDTH_80MHZ) in hostapd_drv_do_acs() 972 else if (oper_chwidth == CHANWIDTH_160MHZ || in hostapd_drv_do_acs() 973 oper_chwidth == CHANWIDTH_80P80MHZ) in hostapd_drv_do_acs() 548 hostapd_set_freq(struct hostapd_data *hapd, enum hostapd_hw_mode mode, int freq, int channel, int edmg, u8 edmg_channel, int ht_enabled, int vht_enabled, int he_enabled, int sec_channel_offset, int oper_chwidth, int center_segment0, int center_segment1) hostapd_set_freq() argument 813 hostapd_start_dfs_cac(struct hostapd_iface *iface, enum hostapd_hw_mode mode, int freq, int channel, int ht_enabled, int vht_enabled, int he_enabled, int sec_channel_offset, int oper_chwidth, int center_segment0, int center_segment1) hostapd_start_dfs_cac() argument
|
H A D | ap_config.h | 1119 hostapd_set_oper_chwidth(struct hostapd_config *conf, u8 oper_chwidth) in hostapd_set_oper_chwidth() argument 1123 conf->he_oper_chwidth = oper_chwidth; in hostapd_set_oper_chwidth() 1125 conf->vht_oper_chwidth = oper_chwidth; in hostapd_set_oper_chwidth()
|
H A D | dfs.c | 966 int oper_chwidth; in dfs_downgrade_bandwidth() local 968 oper_chwidth = hostapd_get_oper_chwidth(iface->conf); in dfs_downgrade_bandwidth() 969 if (oper_chwidth == CHANWIDTH_USE_HT) in dfs_downgrade_bandwidth() 972 hostapd_set_oper_chwidth(iface->conf, oper_chwidth - 1); in dfs_downgrade_bandwidth()
|
H A D | ap_drv_ops.h | 69 int he_enabled, int sec_channel_offset, int oper_chwidth, 133 int sec_channel_offset, int oper_chwidth,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | hw_features_common.c | 366 int oper_chwidth, int center_segment0, in hostapd_set_freq_params() 384 if (data->vht_enabled) switch (oper_chwidth) { in hostapd_set_freq_params() 405 if ((oper_chwidth == CHANWIDTH_80MHZ && in hostapd_set_freq_params() 407 (oper_chwidth == CHANWIDTH_80P80MHZ && in hostapd_set_freq_params() 361 hostapd_set_freq_params(struct hostapd_freq_params *data, enum hostapd_hw_mode mode, int freq, int channel, int ht_enabled, int vht_enabled, int he_enabled, int sec_channel_offset, int oper_chwidth, int center_segment0, int center_segment1, u32 vht_caps, struct he_capabilities *he_cap) hostapd_set_freq_params() argument
|
H A D | hw_features_common.h | 37 int oper_chwidth, int center_segment0,
|