Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dneighbor_db.c198 u8 oper_chwidth = hostapd_get_oper_chwidth(hapd->iconf); in hostapd_get_nr_chan_width() local
204 if ((!vht && !he) || oper_chwidth == CHANWIDTH_USE_HT) in hostapd_get_nr_chan_width()
206 if (oper_chwidth == CHANWIDTH_80MHZ) in hostapd_get_nr_chan_width()
208 if (oper_chwidth == CHANWIDTH_160MHZ) in hostapd_get_nr_chan_width()
210 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()
964 u8 oper_chwidth = hostapd_get_oper_chwidth(hapd->iface->conf); in hostapd_drv_do_acs() local
966 if (oper_chwidth == CHANWIDTH_80MHZ) in hostapd_drv_do_acs()
968 else if (oper_chwidth == CHANWIDTH_160MHZ || in hostapd_drv_do_acs()
969 oper_chwidth == CHANWIDTH_80P80MHZ) in hostapd_drv_do_acs()
Dap_config.h1097 hostapd_set_oper_chwidth(struct hostapd_config *conf, u8 oper_chwidth) in hostapd_set_oper_chwidth() argument
1101 conf->he_oper_chwidth = oper_chwidth; in hostapd_set_oper_chwidth()
1103 conf->vht_oper_chwidth = oper_chwidth; in hostapd_set_oper_chwidth()
Ddfs.c958 int oper_chwidth; in dfs_downgrade_bandwidth() local
960 oper_chwidth = hostapd_get_oper_chwidth(iface->conf); in dfs_downgrade_bandwidth()
961 if (oper_chwidth == CHANWIDTH_USE_HT) in dfs_downgrade_bandwidth()
964 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,
/external/wpa_supplicant_8/src/common/
Dhw_features_common.c404 int oper_chwidth, int center_segment0, in hostapd_set_freq_params() argument
492 if (data->he_enabled) switch (oper_chwidth) { in hostapd_set_freq_params()
530 } else if (data->vht_enabled) switch (oper_chwidth) { in hostapd_set_freq_params()
552 if (data->he_enabled || data->vht_enabled) switch (oper_chwidth) { in hostapd_set_freq_params()
575 if ((oper_chwidth == CHANWIDTH_80MHZ && in hostapd_set_freq_params()
577 (oper_chwidth == CHANWIDTH_80P80MHZ && in hostapd_set_freq_params()
Dhw_features_common.h45 int oper_chwidth, int center_segment0,