Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Dmesh.c645 ssid->max_oper_chwidth = CHANWIDTH_80P80MHZ; in wpa_supplicant_join_mesh()
649 ssid->max_oper_chwidth = CHANWIDTH_80MHZ; in wpa_supplicant_join_mesh()
653 ssid->max_oper_chwidth = CHANWIDTH_160MHZ; in wpa_supplicant_join_mesh()
656 ssid->max_oper_chwidth = CHANWIDTH_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.h564 int 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()
245 get_max_oper_chwidth_6ghz(ssid->max_oper_chwidth) >= 40) { in wpas_conf_ap_he_6ghz()
252 if (ssid->max_oper_chwidth == CHANWIDTH_40MHZ_6GHZ) in wpas_conf_ap_he_6ghz()
253 ssid->max_oper_chwidth = CHANWIDTH_USE_HT; in wpas_conf_ap_he_6ghz()
257 get_max_oper_chwidth_6ghz(ssid->max_oper_chwidth) >= 80) in wpas_conf_ap_he_6ghz()
H A Dctrl_iface.c6082 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_connect()
6083 if (max_oper_chwidth < 0) in p2p_ctrl_connect()
6087 max_oper_chwidth = CHANWIDTH_40MHZ_6GHZ; in p2p_ctrl_connect()
6736 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_invite_persistent()
6737 if (max_oper_chwidth < 0) in p2p_ctrl_invite_persistent()
6743 max_oper_chwidth = CHANWIDTH_40MHZ_6GHZ; in p2p_ctrl_invite_persistent()
6826 int max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_group_add() local
6885 if (max_oper_chwidth < 0) in p2p_ctrl_group_add()
6889 max_oper_chwidth = CHANWIDTH_40MHZ_6GHZ; in p2p_ctrl_group_add()
6898 max_oper_chwidth, he, in p2p_ctrl_group_add()
[all …]
H A Dp2p_supplicant.c2056 ssid->max_oper_chwidth = params->max_oper_chwidth; in wpas_start_wps_go()
2437 res->max_oper_chwidth = wpa_s->p2p_go_max_oper_chwidth; in wpas_go_neg_completed()
6409 int vht, int max_oper_chwidth, int he, in wpas_p2p_init_go_params() argument
6424 params->max_oper_chwidth = max_oper_chwidth; in wpas_p2p_init_go_params()
6821 int max_oper_chwidth, int he, int edmg, in wpas_p2p_group_add() argument
6845 ht40, vht, max_oper_chwidth, he, edmg, in wpas_p2p_group_add()
6925 int vht, int max_oper_chwidth, int he, in wpas_p2p_group_add_persistent() argument
7003 ht40, vht, max_oper_chwidth, he, edmg, in wpas_p2p_group_add_persistent()
H A Dconfig_file.c787 INT_DEF(max_oper_chwidth, DEFAULT_MAX_OPER_CHWIDTH); in wpa_config_write_network()
H A Dwpa_supplicant.c2696 if (ssid->max_oper_chwidth == CHANWIDTH_80P80MHZ) { in ibss_mesh_setup_freq()
2730 } else if (ssid->max_oper_chwidth == CHANWIDTH_160MHZ) { in ibss_mesh_setup_freq()
2740 } else if (ssid->max_oper_chwidth == CHANWIDTH_USE_HT) { in ibss_mesh_setup_freq()
H A Dconfig.c2437 { INT_RANGE(max_oper_chwidth, CHANWIDTH_USE_HT,
3154 ssid->max_oper_chwidth = DEFAULT_MAX_OPER_CHWIDTH; in wpa_config_set_network_defaults()
/freebsd-13.1/contrib/wpa/src/p2p/
H A Dp2p.h104 u8 max_oper_chwidth; member