/hostap-latest/wpa_supplicant/ |
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()
|
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,
|
D | config_ssid.h | 603 enum oper_chan_width max_oper_chwidth; member
|
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()
|
D | ctrl_iface.c | 6372 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local 6449 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2); in p2p_ctrl_connect() 6450 if (max_oper_chwidth < 0) in p2p_ctrl_connect() 6454 max_oper_chwidth = CONF_OPER_CHWIDTH_40MHZ_6GHZ; in p2p_ctrl_connect() 6497 pd, ht40, vht, max_oper_chwidth, he, edmg, in p2p_ctrl_connect() 7048 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local 7098 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2); in p2p_ctrl_invite_persistent() 7099 if (max_oper_chwidth < 0) in p2p_ctrl_invite_persistent() 7105 max_oper_chwidth = CONF_OPER_CHWIDTH_40MHZ_6GHZ; in p2p_ctrl_invite_persistent() 7108 max_oper_chwidth, pref_freq, he, edmg, in p2p_ctrl_invite_persistent() [all …]
|
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()
|
D | config_file.c | 793 INT_DEF(max_oper_chwidth, DEFAULT_MAX_OPER_CHWIDTH); in wpa_config_write_network()
|
D | config.c | 2545 { INT_RANGE(max_oper_chwidth, CONF_OPER_CHWIDTH_USE_HT, 3283 ssid->max_oper_chwidth = DEFAULT_MAX_OPER_CHWIDTH; in wpa_config_set_network_defaults()
|
D | wpa_supplicant.c | 3079 if (ssid->max_oper_chwidth == CHANWIDTH_80P80MHZ) { in ibss_mesh_setup_freq() 3113 } else if (ssid->max_oper_chwidth == CHANWIDTH_160MHZ) { in ibss_mesh_setup_freq() 3123 } else if (ssid->max_oper_chwidth == CHANWIDTH_USE_HT) { in ibss_mesh_setup_freq()
|
/hostap-latest/tests/hwsim/ |
D | wpasupplicant.py | 757 max_oper_chwidth=None, ht40=False, vht=False): argument 771 if max_oper_chwidth: 772 cmd = cmd + ' max_oper_chwidth=' + str(max_oper_chwidth) 805 wait_group=True, freq2=None, max_oper_chwidth=None, argument 820 if max_oper_chwidth: 821 cmd = cmd + ' max_oper_chwidth=' + str(max_oper_chwidth)
|
D | p2p_utils.py | 293 max_oper_chwidth=r_max_oper_chwidth, ht40=r_ht40, 300 max_oper_chwidth=i_max_oper_chwidth,
|
/hostap-latest/wpa_supplicant/dbus/ |
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()
|
/hostap-latest/src/p2p/ |
D | p2p.h | 106 u8 max_oper_chwidth; member
|
/hostap-latest/doc/ |
D | dbus.doxygen | 1653 …<tr><td>max_oper_chwidth</td><td>i</td><td>Maximum operating channel width in MHz (20, 40, 80, 160…
|