/aosp_15_r20/external/wpa_supplicant_8/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 | 48 int max_oper_chwidth, int he, int edmg, bool allow_6ghz); 53 int max_oper_chwidth, int he, int edmg,
|
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 | config_ssid.h | 588 enum oper_chan_width max_oper_chwidth; member
|
H A D | ctrl_iface.c | 6373 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local 6457 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2); in p2p_ctrl_connect() 6458 if (max_oper_chwidth < 0) in p2p_ctrl_connect() 6462 max_oper_chwidth = CONF_OPER_CHWIDTH_40MHZ_6GHZ; in p2p_ctrl_connect() 6521 pd, ht40, vht, max_oper_chwidth, he, edmg, in p2p_ctrl_connect() 7073 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local 7123 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2); in p2p_ctrl_invite_persistent() 7124 if (max_oper_chwidth < 0) in p2p_ctrl_invite_persistent() 7130 max_oper_chwidth = CONF_OPER_CHWIDTH_40MHZ_6GHZ; in p2p_ctrl_invite_persistent() 7133 max_oper_chwidth, pref_freq, he, edmg, in p2p_ctrl_invite_persistent() [all …]
|
H A D | p2p_supplicant.c | 2089 ssid->max_oper_chwidth = params->max_oper_chwidth; in wpas_start_wps_go() 2486 res->max_oper_chwidth = wpa_s->p2p_go_max_oper_chwidth; in wpas_go_neg_completed() 6684 int vht, int max_oper_chwidth, int he, in wpas_p2p_init_go_params() argument 6699 params->max_oper_chwidth = max_oper_chwidth; in wpas_p2p_init_go_params() 7097 int max_oper_chwidth, int he, int edmg, in wpas_p2p_group_add() argument 7123 ht40, vht, max_oper_chwidth, he, edmg, in wpas_p2p_group_add() 7244 int vht, int max_oper_chwidth, int he, in wpas_p2p_group_add_persistent() argument 7324 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, 3284 ssid->max_oper_chwidth = DEFAULT_MAX_OPER_CHWIDTH; in wpa_config_set_network_defaults()
|
H A D | wpa_supplicant.c | 3133 if (ssid->max_oper_chwidth == CONF_OPER_CHWIDTH_USE_HT) in ibss_mesh_select_80_160mhz() 3172 if (ssid->max_oper_chwidth == CONF_OPER_CHWIDTH_80P80MHZ) { in ibss_mesh_select_80_160mhz() 3206 } else if (ssid->max_oper_chwidth == CONF_OPER_CHWIDTH_160MHZ) { in ibss_mesh_select_80_160mhz()
|
/aosp_15_r20/external/wpa_supplicant_8/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()
|
/aosp_15_r20/external/wpa_supplicant_8/src/p2p/ |
H A D | p2p.h | 116 u8 max_oper_chwidth; member
|