/third_party/wpa_supplicant/wpa_supplicant-2.9/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 | p2p_supplicant.c | 1927 ssid->max_oper_chwidth = params->max_oper_chwidth; in wpas_start_wps_go() 2282 res->max_oper_chwidth = wpa_s->p2p_go_max_oper_chwidth; in wpas_go_neg_completed() 5975 int vht, int max_oper_chwidth, int he, in wpas_p2p_init_go_params() 5989 params->max_oper_chwidth = max_oper_chwidth; in wpas_p2p_init_go_params() 6345 int max_oper_chwidth, int he) in wpas_p2p_group_add() 6366 ht40, vht, max_oper_chwidth, he, NULL)) in wpas_p2p_group_add() 6445 int vht, int max_oper_chwidth, int he, in wpas_p2p_group_add_persistent() 6521 ht40, vht, max_oper_chwidth, h in wpas_p2p_group_add_persistent() 5972 wpas_p2p_init_go_params(struct wpa_supplicant *wpa_s, struct p2p_go_neg_results *params, int freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, const struct p2p_channels *channels) wpas_p2p_init_go_params() argument 6343 wpas_p2p_group_add(struct wpa_supplicant *wpa_s, int persistent_group, int freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he) wpas_p2p_group_add() argument 6441 wpas_p2p_group_add_persistent(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, int addr_allocated, int force_freq, int neg_freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, const struct p2p_channels *channels, int connection_timeout, int force_scan) wpas_p2p_group_add_persistent() argument [all...] |
H A D | ctrl_iface.c | 5693 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local 5762 pos2 = os_strstr(pos, " max_oper_chwidth="); in p2p_ctrl_connect() 5766 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_connect() 5767 if (max_oper_chwidth < 0) in p2p_ctrl_connect() 5811 pd, ht40, vht, max_oper_chwidth, he, in p2p_ctrl_connect() 6367 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local 6410 pos = os_strstr(cmd, " max_oper_chwidth="); in p2p_ctrl_invite_persistent() 6414 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_invite_persistent() 6415 if (max_oper_chwidth < 0) in p2p_ctrl_invite_persistent() 6419 max_oper_chwidth, pref_fre in p2p_ctrl_invite_persistent() 6492 int max_oper_chwidth, chwidth = 0, freq2 = 0; p2p_ctrl_group_add() local [all...] |
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 | 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()
|
H A D | wpa_supplicant.c | 2394 if (ssid->max_oper_chwidth == CHANWIDTH_80P80MHZ) { in ibss_mesh_setup_freq() 2422 } else if (ssid->max_oper_chwidth == CHANWIDTH_160MHZ) { in ibss_mesh_setup_freq() 2432 } else if (ssid->max_oper_chwidth == CHANWIDTH_USE_HT) { in ibss_mesh_setup_freq()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/ |
H A D | wpa_magiclink.h | 31 int hw_wpas_p2p_group_add(struct wpa_supplicant *wpa_s, int network_id, int persistent, int freq, int max_oper_chwidth);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/ |
H A D | wpa_magiclink.h | 31 int hw_wpas_p2p_group_add(struct wpa_supplicant *wpa_s, int network_id, int persistent, int freq, int max_oper_chwidth);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | mesh.c | 651 ssid->max_oper_chwidth = CHANWIDTH_80P80MHZ; in wpa_supplicant_join_mesh() 655 ssid->max_oper_chwidth = CHANWIDTH_80MHZ; in wpa_supplicant_join_mesh() 659 ssid->max_oper_chwidth = CHANWIDTH_160MHZ; in wpa_supplicant_join_mesh() 662 ssid->max_oper_chwidth = CHANWIDTH_USE_HT; in wpa_supplicant_join_mesh()
|
H A D | config_ssid.h | 588 int max_oper_chwidth; member
|
H A D | p2p_supplicant.h | 56 int max_oper_chwidth, int he, int edmg, bool allow_6ghz); 61 int max_oper_chwidth, int he, int edmg,
|
H A D | ap.c | 87 if (ssid->max_oper_chwidth) in wpas_conf_ap_vht() 88 hostapd_set_oper_chwidth(conf, ssid->max_oper_chwidth); in wpas_conf_ap_vht() 247 get_max_oper_chwidth_6ghz(ssid->max_oper_chwidth) >= 40) { in wpas_conf_ap_he_6ghz() 254 if (ssid->max_oper_chwidth == CHANWIDTH_40MHZ_6GHZ) in wpas_conf_ap_he_6ghz() 255 ssid->max_oper_chwidth = CHANWIDTH_USE_HT; in wpas_conf_ap_he_6ghz() 259 get_max_oper_chwidth_6ghz(ssid->max_oper_chwidth) >= 80) in wpas_conf_ap_he_6ghz()
|
H A D | ctrl_iface.c | 6453 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; local 6534 pos2 = os_strstr(pos, " max_oper_chwidth="); 6538 max_oper_chwidth = parse_freq(chwidth, freq2); 6539 if (max_oper_chwidth < 0) 6543 max_oper_chwidth = CHANWIDTH_40MHZ_6GHZ; 6586 pd, ht40, vht, max_oper_chwidth, he, edmg, 7142 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; local 7188 pos = os_strstr(cmd, " max_oper_chwidth="); 7192 max_oper_chwidth = parse_freq(chwidth, freq2); 7193 if (max_oper_chwidth < 7282 int max_oper_chwidth, chwidth = 0, freq2 = 0; global() local [all...] |
H A D | p2p_supplicant.c | 2281 ssid->max_oper_chwidth = params->max_oper_chwidth; in wpas_start_wps_go() 2745 res->max_oper_chwidth = wpa_s->p2p_go_max_oper_chwidth; in wpas_go_neg_completed() 4405 && wpa_s->last_ssid->max_oper_chwidth == CHANWIDTH_160MHZ) { in wpas_p2p_verify_160mhz() 7221 int vht, int max_oper_chwidth, int he, 7236 params->max_oper_chwidth = max_oper_chwidth; 7644 int max_oper_chwidth, int he, int edmg, 7668 ht40, vht, max_oper_chwidth, he, edmg, 7760 int vht, int max_oper_chwidth, in 7218 wpas_p2p_init_go_params(struct wpa_supplicant *wpa_s, struct p2p_go_neg_results *params, int freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, int edmg, const struct p2p_channels *channels) global() argument 7642 wpas_p2p_group_add(struct wpa_supplicant *wpa_s, int persistent_group, int freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, int edmg, bool allow_6ghz) global() argument 7756 wpas_p2p_group_add_persistent(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, int addr_allocated, int force_freq, int neg_freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, int edmg, const struct p2p_channels *channels, int connection_timeout, int force_scan, bool allow_6ghz) global() argument [all...] |
H A D | config_file.c | 838 INT_DEF(max_oper_chwidth, DEFAULT_MAX_OPER_CHWIDTH); in wpa_config_write_network()
|
H A D | config.c | 2563 { INT_RANGE(max_oper_chwidth, CHANWIDTH_USE_HT, 3304 ssid->max_oper_chwidth = DEFAULT_MAX_OPER_CHWIDTH; in wpa_config_set_network_defaults()
|
H A D | wpa_supplicant.c | 2847 if (ssid->max_oper_chwidth == CHANWIDTH_80P80MHZ) { 2881 } else if (ssid->max_oper_chwidth == CHANWIDTH_160MHZ) { 2891 } else if (ssid->max_oper_chwidth == CHANWIDTH_USE_HT) {
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p.h | 102 u8 max_oper_chwidth; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p.h | 104 u8 max_oper_chwidth; member
|