Searched refs:max_oper_chwidth (Results 1 – 10 of 10) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh.c | 199 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()
|
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 | 473 u8 max_oper_chwidth; member
|
D | ctrl_iface.c | 4976 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 …]
|
D | ap.c | 675 if (ssid->max_oper_chwidth) in wpa_supplicant_create_ap() 676 conf->vht_oper_chwidth = ssid->max_oper_chwidth; in wpa_supplicant_create_ap()
|
D | p2p_supplicant.c | 1893 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()
|
D | config_file.c | 757 INT(max_oper_chwidth); in wpa_config_write_network()
|
D | config.c | 1916 { INT_RANGE(max_oper_chwidth, VHT_CHANWIDTH_USE_HT,
|
D | wpa_supplicant.c | 2009 if (ssid->max_oper_chwidth == VHT_CHANWIDTH_80P80MHZ) { in ibss_mesh_setup_freq()
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p.h | 102 u8 max_oper_chwidth; member
|