Searched refs:max_oper_chwidth (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/ |
H A D | mesh.c | 334 if (ssid->max_oper_chwidth != DEFAULT_MAX_OPER_CHWIDTH) in wpa_supplicant_mesh_init() 335 conf->vht_oper_chwidth = ssid->max_oper_chwidth; in wpa_supplicant_mesh_init() 469 ssid->max_oper_chwidth = CHANWIDTH_80P80MHZ; in wpa_supplicant_join_mesh() 473 ssid->max_oper_chwidth = CHANWIDTH_80MHZ; in wpa_supplicant_join_mesh() 477 ssid->max_oper_chwidth = CHANWIDTH_160MHZ; in wpa_supplicant_join_mesh() 480 ssid->max_oper_chwidth = CHANWIDTH_USE_HT; in wpa_supplicant_join_mesh()
|
H A D | p2p_supplicant.h | 46 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);
|
H A D | config_ssid.h | 526 int max_oper_chwidth; member
|
H A D | ctrl_iface.c | 5629 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local 5702 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_connect() 5703 if (max_oper_chwidth < 0) in p2p_ctrl_connect() 5747 pd, ht40, vht, max_oper_chwidth, he, in p2p_ctrl_connect() 6303 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local 6350 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_invite_persistent() 6351 if (max_oper_chwidth < 0) in p2p_ctrl_invite_persistent() 6355 max_oper_chwidth, pref_freq, he); in p2p_ctrl_invite_persistent() 6428 int max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_group_add() local 6482 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_group_add() [all …]
|
H A D | p2p_supplicant.c | 1921 ssid->max_oper_chwidth = params->max_oper_chwidth; in wpas_start_wps_go() 2273 res->max_oper_chwidth = wpa_s->p2p_go_max_oper_chwidth; in wpas_go_neg_completed() 5962 int vht, int max_oper_chwidth, int he, in wpas_p2p_init_go_params() argument 5976 params->max_oper_chwidth = max_oper_chwidth; in wpas_p2p_init_go_params() 6332 int max_oper_chwidth, int he) in wpas_p2p_group_add() argument 6353 ht40, vht, max_oper_chwidth, he, NULL)) in wpas_p2p_group_add() 6432 int vht, int max_oper_chwidth, int he, in wpas_p2p_group_add_persistent() argument 6508 ht40, vht, max_oper_chwidth, he, channels)) in wpas_p2p_group_add_persistent()
|
H A 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()
|
H A D | config_file.c | 843 INT_DEF(max_oper_chwidth, DEFAULT_MAX_OPER_CHWIDTH); in wpa_config_write_network()
|
H A D | wpa_supplicant.c | 2367 if (ssid->max_oper_chwidth == CHANWIDTH_80P80MHZ) { in ibss_mesh_setup_freq() 2395 } else if (ssid->max_oper_chwidth == CHANWIDTH_160MHZ) { in ibss_mesh_setup_freq() 2405 } else if (ssid->max_oper_chwidth == CHANWIDTH_USE_HT) { in ibss_mesh_setup_freq()
|
H A D | config.c | 2243 { INT_RANGE(max_oper_chwidth, CHANWIDTH_USE_HT, 2911 ssid->max_oper_chwidth = DEFAULT_MAX_OPER_CHWIDTH; in wpa_config_set_network_defaults()
|
/dflybsd-src/contrib/wpa_supplicant/src/p2p/ |
H A D | p2p.h | 102 u8 max_oper_chwidth; member
|