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.c651 ssid->max_oper_chwidth = in wpa_supplicant_join_mesh()
656 ssid->max_oper_chwidth = in wpa_supplicant_join_mesh()
661 ssid->max_oper_chwidth = CONF_OPER_CHWIDTH_160MHZ; in wpa_supplicant_join_mesh()
664 ssid->max_oper_chwidth = CONF_OPER_CHWIDTH_USE_HT; in wpa_supplicant_join_mesh()
H A Dp2p_supplicant.h48 int max_oper_chwidth, int he, int edmg, bool allow_6ghz,
54 int max_oper_chwidth, int he, int edmg,
H A Dconfig_ssid.h612 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.c6480 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local
6565 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2); in p2p_ctrl_connect()
6566 if (max_oper_chwidth < 0) in p2p_ctrl_connect()
6570 max_oper_chwidth = CONF_OPER_CHWIDTH_40MHZ_6GHZ; in p2p_ctrl_connect()
6634 pd, ht40, vht, max_oper_chwidth, he, edmg, in p2p_ctrl_connect()
7239 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local
7299 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2); in p2p_ctrl_invite_persistent()
7300 if (max_oper_chwidth < 0) in p2p_ctrl_invite_persistent()
7306 max_oper_chwidth = CONF_OPER_CHWIDTH_40MHZ_6GHZ; in p2p_ctrl_invite_persistent()
7309 max_oper_chwidth, pref_freq, he, edmg, in p2p_ctrl_invite_persistent()
[all …]
H A Dp2p_supplicant.c2498 ssid->max_oper_chwidth = params->max_oper_chwidth; in wpas_start_go()
2993 res->max_oper_chwidth = wpa_s->p2p_go_max_oper_chwidth; in wpas_go_neg_completed()
7769 int vht, int max_oper_chwidth, int he, in wpas_p2p_init_go_params() argument
7784 params->max_oper_chwidth = max_oper_chwidth; in wpas_p2p_init_go_params()
8184 int max_oper_chwidth, int he, int edmg, in wpas_p2p_group_add() argument
8212 ht40, vht, max_oper_chwidth, he, edmg, in wpas_p2p_group_add()
8370 int vht, int max_oper_chwidth, int he, in wpas_p2p_group_add_persistent() argument
8464 ht40, vht, max_oper_chwidth, he, edmg, in wpas_p2p_group_add_persistent()
H A Dwpa_supplicant.c3409 if (ssid->max_oper_chwidth == CONF_OPER_CHWIDTH_USE_HT) in ibss_mesh_select_80_160mhz()
3464 (ssid->max_oper_chwidth == CONF_OPER_CHWIDTH_160MHZ || in ibss_mesh_select_80_160mhz()
3465 ssid->max_oper_chwidth == CONF_OPER_CHWIDTH_320MHZ) && in ibss_mesh_select_80_160mhz()
3487 ssid->max_oper_chwidth == CONF_OPER_CHWIDTH_320MHZ && in ibss_mesh_select_80_160mhz()
3504 if (ssid->max_oper_chwidth == CONF_OPER_CHWIDTH_80P80MHZ) { in ibss_mesh_select_80_160mhz()
3538 } else if (ssid->max_oper_chwidth == CONF_OPER_CHWIDTH_160MHZ) { in ibss_mesh_select_80_160mhz()
H A Dconfig_file.c902 INT_DEF(max_oper_chwidth, DEFAULT_MAX_OPER_CHWIDTH); in wpa_config_write_network()
H A Dconfig.c2733 { INT_RANGE(max_oper_chwidth, CONF_OPER_CHWIDTH_USE_HT,
3536 ssid->max_oper_chwidth = DEFAULT_MAX_OPER_CHWIDTH; in wpa_config_set_network_defaults()
/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()
489 ht40, vht, max_oper_chwidth, he, edmg, in wpas_dbus_handler_p2p_group_add()
/freebsd/contrib/wpa/src/p2p/
H A Dp2p.h117 u8 max_oper_chwidth; member