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.c199 conf->vht_oper_chwidth = ssid->max_oper_chwidth; in wpa_supplicant_mesh_init()
367 ssid->max_oper_chwidth = VHT_CHANWIDTH_80P80MHZ; in wpa_supplicant_join_mesh()
371 ssid->max_oper_chwidth = VHT_CHANWIDTH_80MHZ; in wpa_supplicant_join_mesh()
375 ssid->max_oper_chwidth = VHT_CHANWIDTH_160MHZ; in wpa_supplicant_join_mesh()
378 ssid->max_oper_chwidth = VHT_CHANWIDTH_USE_HT; in wpa_supplicant_join_mesh()
Dp2p_supplicant.h46 int max_oper_chwidth);
51 int vht, int max_oper_chwidth,
120 int max_oper_chwidth, int pref_freq);
Dconfig_ssid.h473 u8 max_oper_chwidth; member
Dctrl_iface.c4976 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local
5047 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_connect()
5048 if (max_oper_chwidth < 0) in p2p_ctrl_connect()
5092 pd, ht40, vht, max_oper_chwidth, in p2p_ctrl_connect()
5648 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local
5694 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_invite_persistent()
5695 if (max_oper_chwidth < 0) in p2p_ctrl_invite_persistent()
5699 max_oper_chwidth, pref_freq); in p2p_ctrl_invite_persistent()
5770 int max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_group_add() local
5794 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_group_add()
[all …]
Dap.c675 if (ssid->max_oper_chwidth) in wpa_supplicant_create_ap()
676 conf->vht_oper_chwidth = ssid->max_oper_chwidth; in wpa_supplicant_create_ap()
Dp2p_supplicant.c1893 ssid->max_oper_chwidth = params->max_oper_chwidth; in wpas_start_wps_go()
2216 res->max_oper_chwidth = wpa_s->p2p_go_max_oper_chwidth; in wpas_go_neg_completed()
5768 int vht, int max_oper_chwidth, in wpas_p2p_init_go_params() argument
5781 params->max_oper_chwidth = max_oper_chwidth; in wpas_p2p_init_go_params()
6038 int max_oper_chwidth) in wpas_p2p_group_add() argument
6057 ht40, vht, max_oper_chwidth, NULL)) in wpas_p2p_group_add()
6153 int vht, int max_oper_chwidth, in wpas_p2p_group_add_persistent() argument
6229 ht40, vht, max_oper_chwidth, channels)) in wpas_p2p_group_add_persistent()
Dconfig_file.c757 INT(max_oper_chwidth); in wpa_config_write_network()
Dconfig.c1916 { INT_RANGE(max_oper_chwidth, VHT_CHANWIDTH_USE_HT,
Dwpa_supplicant.c2009 if (ssid->max_oper_chwidth == VHT_CHANWIDTH_80P80MHZ) { in ibss_mesh_setup_freq()
/external/wpa_supplicant_8/src/p2p/
Dp2p.h102 u8 max_oper_chwidth; member