Searched refs:max_oper_chwidth (Results 1 – 10 of 10) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh.c | 230 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 | 477 u8 max_oper_chwidth; member
|
D | ctrl_iface.c | 5267 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local 5338 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_connect() 5339 if (max_oper_chwidth < 0) in p2p_ctrl_connect() 5383 pd, ht40, vht, max_oper_chwidth, in p2p_ctrl_connect() 5939 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local 5985 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_invite_persistent() 5986 if (max_oper_chwidth < 0) in p2p_ctrl_invite_persistent() 5990 max_oper_chwidth, pref_freq); in p2p_ctrl_invite_persistent() 6061 int max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_group_add() local 6085 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_group_add() [all …]
|
D | ap.c | 698 if (ssid->max_oper_chwidth) in wpa_supplicant_create_ap() 699 conf->vht_oper_chwidth = ssid->max_oper_chwidth; in wpa_supplicant_create_ap()
|
D | p2p_supplicant.c | 1899 ssid->max_oper_chwidth = params->max_oper_chwidth; in wpas_start_wps_go() 2213 res->max_oper_chwidth = wpa_s->p2p_go_max_oper_chwidth; in wpas_go_neg_completed() 5802 int vht, int max_oper_chwidth, in wpas_p2p_init_go_params() argument 5815 params->max_oper_chwidth = max_oper_chwidth; in wpas_p2p_init_go_params() 6072 int max_oper_chwidth) in wpas_p2p_group_add() argument 6091 ht40, vht, max_oper_chwidth, NULL)) in wpas_p2p_group_add() 6187 int vht, int max_oper_chwidth, in wpas_p2p_group_add_persistent() argument 6263 ht40, vht, max_oper_chwidth, channels)) in wpas_p2p_group_add_persistent()
|
D | config_file.c | 795 INT(max_oper_chwidth); in wpa_config_write_network()
|
D | wpa_supplicant.c | 2112 if (ssid->max_oper_chwidth == VHT_CHANWIDTH_80P80MHZ) { in ibss_mesh_setup_freq() 2140 } else if (ssid->max_oper_chwidth == VHT_CHANWIDTH_160MHZ) { in ibss_mesh_setup_freq()
|
D | config.c | 1998 { INT_RANGE(max_oper_chwidth, VHT_CHANWIDTH_USE_HT,
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p.h | 102 u8 max_oper_chwidth; member
|