Home
last modified time | relevance | path

Searched refs:max_oper_chwidth (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh.c647 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 Dp2p_supplicant.h47 int max_oper_chwidth, int he, int edmg, bool allow_6ghz);
52 int max_oper_chwidth, int he, int edmg,
H A Dconfig_ssid.h589 enum oper_chan_width max_oper_chwidth; member
H A Dap.c85 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 Dctrl_iface.c6373 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 Dp2p_supplicant.c2084 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 Dconfig_file.c793 INT_DEF(max_oper_chwidth, DEFAULT_MAX_OPER_CHWIDTH); in wpa_config_write_network()
H A Dconfig.c2545 { 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 Dwpa_supplicant.c3085 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 Ddbus_new_handlers_p2p.c369 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 Dp2p.h106 u8 max_oper_chwidth; member