/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | mesh.c | 647 ssid->max_oper_chwidth = in wpa_supplicant_join_mesh() 652 ssid->max_oper_chwidth = in wpa_supplicant_join_mesh() 657 ssid->max_oper_chwidth = CONF_OPER_CHWIDTH_160MHZ; in wpa_supplicant_join_mesh() 660 ssid->max_oper_chwidth = CONF_OPER_CHWIDTH_USE_HT; in wpa_supplicant_join_mesh()
|
H A D | p2p_supplicant.h | 47 int max_oper_chwidth, int he, int edmg, bool allow_6ghz); 52 int max_oper_chwidth, int he, int edmg,
|
H A D | config_ssid.h | 589 enum oper_chan_width max_oper_chwidth; member
|
H A D | ap.c | 85 if (ssid->max_oper_chwidth) in wpas_conf_ap_vht() 86 hostapd_set_oper_chwidth(conf, ssid->max_oper_chwidth); in wpas_conf_ap_vht() 248 get_max_oper_chwidth_6ghz(ssid->max_oper_chwidth) >= 40) { in wpas_conf_ap_he_6ghz() 255 if (ssid->max_oper_chwidth == CONF_OPER_CHWIDTH_40MHZ_6GHZ) in wpas_conf_ap_he_6ghz() 256 ssid->max_oper_chwidth = CONF_OPER_CHWIDTH_USE_HT; in wpas_conf_ap_he_6ghz() 260 get_max_oper_chwidth_6ghz(ssid->max_oper_chwidth) >= 80) in wpas_conf_ap_he_6ghz()
|
H A D | ctrl_iface.c | 6373 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local 6450 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2); in p2p_ctrl_connect() 6451 if (max_oper_chwidth < 0) in p2p_ctrl_connect() 6455 max_oper_chwidth = CONF_OPER_CHWIDTH_40MHZ_6GHZ; in p2p_ctrl_connect() 6498 pd, ht40, vht, max_oper_chwidth, he, edmg, in p2p_ctrl_connect() 7049 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local 7099 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2); in p2p_ctrl_invite_persistent() 7100 if (max_oper_chwidth < 0) in p2p_ctrl_invite_persistent() 7106 max_oper_chwidth = CONF_OPER_CHWIDTH_40MHZ_6GHZ; in p2p_ctrl_invite_persistent() 7109 max_oper_chwidth, pref_freq, he, edmg, in p2p_ctrl_invite_persistent() [all …]
|
H A D | p2p_supplicant.c | 2084 ssid->max_oper_chwidth = params->max_oper_chwidth; in wpas_start_wps_go() 2481 res->max_oper_chwidth = wpa_s->p2p_go_max_oper_chwidth; in wpas_go_neg_completed() 6483 int vht, int max_oper_chwidth, int he, in wpas_p2p_init_go_params() argument 6498 params->max_oper_chwidth = max_oper_chwidth; in wpas_p2p_init_go_params() 6896 int max_oper_chwidth, int he, int edmg, in wpas_p2p_group_add() argument 6922 ht40, vht, max_oper_chwidth, he, edmg, in wpas_p2p_group_add() 7043 int vht, int max_oper_chwidth, int he, in wpas_p2p_group_add_persistent() argument 7123 ht40, vht, max_oper_chwidth, he, edmg, in wpas_p2p_group_add_persistent()
|
H A D | config_file.c | 793 INT_DEF(max_oper_chwidth, DEFAULT_MAX_OPER_CHWIDTH); in wpa_config_write_network()
|
H A D | config.c | 2545 { INT_RANGE(max_oper_chwidth, CONF_OPER_CHWIDTH_USE_HT, 3282 ssid->max_oper_chwidth = DEFAULT_MAX_OPER_CHWIDTH; in wpa_config_set_network_defaults()
|
H A D | wpa_supplicant.c | 3085 if (ssid->max_oper_chwidth == CONF_OPER_CHWIDTH_USE_HT) in ibss_mesh_select_80_160mhz() 3124 if (ssid->max_oper_chwidth == CONF_OPER_CHWIDTH_80P80MHZ) { in ibss_mesh_select_80_160mhz() 3158 } else if (ssid->max_oper_chwidth == CONF_OPER_CHWIDTH_160MHZ) { in ibss_mesh_select_80_160mhz()
|
/freebsd/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_p2p.c | 369 int max_oper_chwidth, chwidth = 0, freq2 = 0; in wpas_dbus_handler_p2p_group_add() local 431 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2); in wpas_dbus_handler_p2p_group_add() 432 if (max_oper_chwidth < 0) in wpas_dbus_handler_p2p_group_add() 436 max_oper_chwidth = CONF_OPER_CHWIDTH_40MHZ_6GHZ; in wpas_dbus_handler_p2p_group_add() 478 max_oper_chwidth, he, edmg, in wpas_dbus_handler_p2p_group_add() 487 ht40, vht, max_oper_chwidth, he, edmg, in wpas_dbus_handler_p2p_group_add()
|
/freebsd/contrib/wpa/src/p2p/ |
H A D | p2p.h | 106 u8 max_oper_chwidth; member
|