Searched refs:max_oper_chwidth (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | mesh.c | 645 ssid->max_oper_chwidth = CHANWIDTH_80P80MHZ; in wpa_supplicant_join_mesh() 649 ssid->max_oper_chwidth = CHANWIDTH_80MHZ; in wpa_supplicant_join_mesh() 653 ssid->max_oper_chwidth = CHANWIDTH_160MHZ; in wpa_supplicant_join_mesh() 656 ssid->max_oper_chwidth = CHANWIDTH_USE_HT; in wpa_supplicant_join_mesh()
|
| H A D | p2p_supplicant.h | 47 int max_oper_chwidth, int he, int edmg, bool allow_6ghz); 52 int max_oper_chwidth, int he, int edmg,
|
| H A D | config_ssid.h | 564 int max_oper_chwidth; member
|
| H A D | ap.c | 85 if (ssid->max_oper_chwidth) in wpas_conf_ap_vht() 86 hostapd_set_oper_chwidth(conf, ssid->max_oper_chwidth); in wpas_conf_ap_vht() 245 get_max_oper_chwidth_6ghz(ssid->max_oper_chwidth) >= 40) { in wpas_conf_ap_he_6ghz() 252 if (ssid->max_oper_chwidth == CHANWIDTH_40MHZ_6GHZ) in wpas_conf_ap_he_6ghz() 253 ssid->max_oper_chwidth = CHANWIDTH_USE_HT; in wpas_conf_ap_he_6ghz() 257 get_max_oper_chwidth_6ghz(ssid->max_oper_chwidth) >= 80) in wpas_conf_ap_he_6ghz()
|
| H A D | ctrl_iface.c | 6082 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_connect() 6083 if (max_oper_chwidth < 0) in p2p_ctrl_connect() 6087 max_oper_chwidth = CHANWIDTH_40MHZ_6GHZ; in p2p_ctrl_connect() 6736 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_invite_persistent() 6737 if (max_oper_chwidth < 0) in p2p_ctrl_invite_persistent() 6743 max_oper_chwidth = CHANWIDTH_40MHZ_6GHZ; in p2p_ctrl_invite_persistent() 6826 int max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_group_add() local 6885 if (max_oper_chwidth < 0) in p2p_ctrl_group_add() 6889 max_oper_chwidth = CHANWIDTH_40MHZ_6GHZ; in p2p_ctrl_group_add() 6898 max_oper_chwidth, he, in p2p_ctrl_group_add() [all …]
|
| H A D | p2p_supplicant.c | 2056 ssid->max_oper_chwidth = params->max_oper_chwidth; in wpas_start_wps_go() 2437 res->max_oper_chwidth = wpa_s->p2p_go_max_oper_chwidth; in wpas_go_neg_completed() 6409 int vht, int max_oper_chwidth, int he, in wpas_p2p_init_go_params() argument 6424 params->max_oper_chwidth = max_oper_chwidth; in wpas_p2p_init_go_params() 6821 int max_oper_chwidth, int he, int edmg, in wpas_p2p_group_add() argument 6845 ht40, vht, max_oper_chwidth, he, edmg, in wpas_p2p_group_add() 6925 int vht, int max_oper_chwidth, int he, in wpas_p2p_group_add_persistent() argument 7003 ht40, vht, max_oper_chwidth, he, edmg, in wpas_p2p_group_add_persistent()
|
| H A D | config_file.c | 787 INT_DEF(max_oper_chwidth, DEFAULT_MAX_OPER_CHWIDTH); in wpa_config_write_network()
|
| H A D | wpa_supplicant.c | 2696 if (ssid->max_oper_chwidth == CHANWIDTH_80P80MHZ) { in ibss_mesh_setup_freq() 2730 } else if (ssid->max_oper_chwidth == CHANWIDTH_160MHZ) { in ibss_mesh_setup_freq() 2740 } else if (ssid->max_oper_chwidth == CHANWIDTH_USE_HT) { in ibss_mesh_setup_freq()
|
| H A D | config.c | 2437 { INT_RANGE(max_oper_chwidth, CHANWIDTH_USE_HT, 3154 ssid->max_oper_chwidth = DEFAULT_MAX_OPER_CHWIDTH; in wpa_config_set_network_defaults()
|
| /freebsd-13.1/contrib/wpa/src/p2p/ |
| H A D | p2p.h | 104 u8 max_oper_chwidth; member
|