Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c333 if (ssid->max_oper_chwidth != DEFAULT_MAX_OPER_CHWIDTH) in wpa_supplicant_mesh_init()
334 conf->vht_oper_chwidth = ssid->max_oper_chwidth; in wpa_supplicant_mesh_init()
467 ssid->max_oper_chwidth = VHT_CHANWIDTH_80P80MHZ; in wpa_supplicant_join_mesh()
471 ssid->max_oper_chwidth = VHT_CHANWIDTH_80MHZ; in wpa_supplicant_join_mesh()
475 ssid->max_oper_chwidth = VHT_CHANWIDTH_160MHZ; in wpa_supplicant_join_mesh()
478 ssid->max_oper_chwidth = VHT_CHANWIDTH_USE_HT; in wpa_supplicant_join_mesh()
Dp2p_supplicant.h46 int max_oper_chwidth, int he);
51 int vht, int max_oper_chwidth, int he,
120 int max_oper_chwidth, int pref_freq, int he);
Dconfig_ssid.h524 int max_oper_chwidth; member
Dctrl_iface.c5586 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local
5659 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_connect()
5660 if (max_oper_chwidth < 0) in p2p_ctrl_connect()
5704 pd, ht40, vht, max_oper_chwidth, he, in p2p_ctrl_connect()
6260 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local
6307 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_invite_persistent()
6308 if (max_oper_chwidth < 0) in p2p_ctrl_invite_persistent()
6312 max_oper_chwidth, pref_freq, he); in p2p_ctrl_invite_persistent()
6385 int max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_group_add() local
6439 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_group_add()
[all …]
Dap.c62 if (ssid->max_oper_chwidth) in wpas_conf_ap_vht()
63 conf->vht_oper_chwidth = ssid->max_oper_chwidth; in wpas_conf_ap_vht()
Dp2p_supplicant.c1921 ssid->max_oper_chwidth = params->max_oper_chwidth; in wpas_start_wps_go()
2271 res->max_oper_chwidth = wpa_s->p2p_go_max_oper_chwidth; in wpas_go_neg_completed()
5968 int vht, int max_oper_chwidth, int he, in wpas_p2p_init_go_params() argument
5982 params->max_oper_chwidth = max_oper_chwidth; in wpas_p2p_init_go_params()
6338 int max_oper_chwidth, int he) in wpas_p2p_group_add() argument
6359 ht40, vht, max_oper_chwidth, he, NULL)) in wpas_p2p_group_add()
6438 int vht, int max_oper_chwidth, int he, in wpas_p2p_group_add_persistent() argument
6514 ht40, vht, max_oper_chwidth, he, channels)) in wpas_p2p_group_add_persistent()
Dconfig_file.c843 INT_DEF(max_oper_chwidth, DEFAULT_MAX_OPER_CHWIDTH); in wpa_config_write_network()
Dwpa_supplicant.c2360 if (ssid->max_oper_chwidth == VHT_CHANWIDTH_80P80MHZ) { in ibss_mesh_setup_freq()
2388 } else if (ssid->max_oper_chwidth == VHT_CHANWIDTH_160MHZ) { in ibss_mesh_setup_freq()
2398 } else if (ssid->max_oper_chwidth == VHT_CHANWIDTH_USE_HT) { in ibss_mesh_setup_freq()
Dconfig.c2243 { INT_RANGE(max_oper_chwidth, VHT_CHANWIDTH_USE_HT,
2910 ssid->max_oper_chwidth = DEFAULT_MAX_OPER_CHWIDTH; in wpa_config_set_network_defaults()
/external/wpa_supplicant_8/src/p2p/
Dp2p.h102 u8 max_oper_chwidth; member