Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dhw_features_common.c387 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()
Dhw_features_common.h44 int oper_chwidth, int center_segment0,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dneighbor_db.c144 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()
Dap_drv_ops.c545 int sec_channel_offset, int oper_chwidth, in hostapd_set_freq() argument
553 oper_chwidth, in hostapd_set_freq()
796 int sec_channel_offset, int oper_chwidth, in hostapd_start_dfs_cac() argument
815 oper_chwidth, center_segment0, in hostapd_start_dfs_cac()
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()
Dap_config.h1024 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()
Dap_drv_ops.h66 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/
Dneighbor_db.c202 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()
Dap_drv_ops.c551 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()
Dap_config.h1116 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()
Ddfs.c961 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()
Dap_drv_ops.h68 int he_enabled, int sec_channel_offset, int oper_chwidth,
132 int sec_channel_offset, int oper_chwidth,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dhw_features_common.c366 int oper_chwidth, int center_segment0, in hostapd_set_freq_params() argument
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()
Dhw_features_common.h37 int oper_chwidth, int center_segment0,