Searched refs:max_oper_chwidth (Results 1 – 10 of 10) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh.c | 232 conf->vht_oper_chwidth = ssid->max_oper_chwidth; in wpa_supplicant_mesh_init() 392 ssid->max_oper_chwidth = VHT_CHANWIDTH_80P80MHZ; in wpa_supplicant_join_mesh() 396 ssid->max_oper_chwidth = VHT_CHANWIDTH_80MHZ; in wpa_supplicant_join_mesh() 400 ssid->max_oper_chwidth = VHT_CHANWIDTH_160MHZ; in wpa_supplicant_join_mesh() 403 ssid->max_oper_chwidth = VHT_CHANWIDTH_USE_HT; in wpa_supplicant_join_mesh()
|
D | p2p_supplicant.h | 46 int max_oper_chwidth); 51 int vht, int max_oper_chwidth, 120 int max_oper_chwidth, int pref_freq);
|
D | config_ssid.h | 500 u8 max_oper_chwidth; member
|
D | ctrl_iface.c | 5436 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local 5507 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_connect() 5508 if (max_oper_chwidth < 0) in p2p_ctrl_connect() 5552 pd, ht40, vht, max_oper_chwidth, in p2p_ctrl_connect() 6108 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local 6154 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_invite_persistent() 6155 if (max_oper_chwidth < 0) in p2p_ctrl_invite_persistent() 6159 max_oper_chwidth, pref_freq); in p2p_ctrl_invite_persistent() 6230 int max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_group_add() local 6254 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_group_add() [all …]
|
D | p2p_supplicant.c | 1903 ssid->max_oper_chwidth = params->max_oper_chwidth; in wpas_start_wps_go() 2222 res->max_oper_chwidth = wpa_s->p2p_go_max_oper_chwidth; in wpas_go_neg_completed() 5813 int vht, int max_oper_chwidth, in wpas_p2p_init_go_params() argument 5826 params->max_oper_chwidth = max_oper_chwidth; in wpas_p2p_init_go_params() 6101 int max_oper_chwidth) in wpas_p2p_group_add() argument 6120 ht40, vht, max_oper_chwidth, NULL)) in wpas_p2p_group_add() 6199 int vht, int max_oper_chwidth, in wpas_p2p_group_add_persistent() argument 6275 ht40, vht, max_oper_chwidth, channels)) in wpas_p2p_group_add_persistent()
|
D | ap.c | 62 if (ssid->max_oper_chwidth) in wpas_conf_ap_vht() 63 conf->vht_oper_chwidth = ssid->max_oper_chwidth; in wpas_conf_ap_vht()
|
D | config_file.c | 829 INT(max_oper_chwidth); in wpa_config_write_network()
|
D | wpa_supplicant.c | 2210 if (ssid->max_oper_chwidth == VHT_CHANWIDTH_80P80MHZ) { in ibss_mesh_setup_freq() 2238 } else if (ssid->max_oper_chwidth == VHT_CHANWIDTH_160MHZ) { in ibss_mesh_setup_freq()
|
D | config.c | 2149 { INT_RANGE(max_oper_chwidth, VHT_CHANWIDTH_USE_HT,
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p.h | 102 u8 max_oper_chwidth; member
|