Searched refs:oper_chwidth (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/wpa_supplicant/src/ap/ |
| HD | 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()
|
| HD | ap_drv_ops.c | 545 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()
|
| HD | 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()
|
| HD | ap_drv_ops.h | 66 int he_enabled, int sec_channel_offset, int oper_chwidth, 130 int sec_channel_offset, int oper_chwidth,
|
| /dragonfly/contrib/wpa_supplicant/src/common/ |
| HD | hw_features_common.c | 366 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()
|
| HD | hw_features_common.h | 37 int oper_chwidth, int center_segment0,
|