/hostap-3.7.0/src/ap/ |
D | neighbor_db.c | 200 int ht, int vht, int he) in hostapd_get_nr_chan_width() argument 204 if (!ht && !vht && !he) in hostapd_get_nr_chan_width() 208 if ((!vht && !he) || oper_chwidth == CHANWIDTH_USE_HT) in hostapd_get_nr_chan_width() 227 int he = hapd->iconf->ieee80211ax && !hapd->conf->disable_11ax; in hostapd_neighbor_set_own_report() local 263 if (he) in hostapd_neighbor_set_own_report() 275 width = hostapd_get_nr_chan_width(hapd, ht, vht, he); in hostapd_neighbor_set_own_report()
|
/hostap-3.7.0/wpa_supplicant/ |
D | p2p_supplicant.h | 40 unsigned int vht_chwidth, int he, int edmg, 47 int max_oper_chwidth, int he, int edmg, bool allow_6ghz); 52 int max_oper_chwidth, int he, int edmg, 123 int pref_freq, int he, int edmg, bool allow_6ghz);
|
D | config_ssid.h | 562 int he; member
|
D | p2p_supplicant.c | 2058 ssid->he = params->he; in wpas_start_wps_go() 2434 res->he = 1; in wpas_go_neg_completed() 5901 unsigned int vht_chwidth, int he, int edmg, in wpas_p2p_connect() argument 5950 wpa_s->p2p_go_he = !!he; in wpas_p2p_connect() 6409 int vht, int max_oper_chwidth, int he, in wpas_p2p_init_go_params() argument 6423 params->he = he; 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() [all …]
|
D | ap.c | 241 ssid->he) in wpas_conf_ap_he_6ghz() 402 ssid->he) in wpa_supplicant_conf_ap_ht() 509 conf->ieee80211ax = ssid->he; in wpa_supplicant_conf_ap()
|
D | scan.c | 2625 struct ieee80211_he_capabilities *he; in wpas_get_est_tpt() local 2632 he = (struct ieee80211_he_capabilities *) &ie[3]; in wpas_get_est_tpt() 2639 cw = he->he_phy_capab_info[HE_PHYCAP_CHANNEL_WIDTH_SET_IDX] & in wpas_get_est_tpt()
|
D | README-P2P | 153 [go_intent=<0..15>] [freq=<in MHz>] [ht40] [vht] [he] [provdisc] [auto] 265 [ht40] [vht] [he] 561 [go_dev_addr=address] [freq=<freq in MHz>] [ht40] [vht] [he]
|
D | mesh.c | 661 ssid->he = 1; in wpa_supplicant_join_mesh()
|
D | ctrl_iface.c | 6012 int he; in p2p_ctrl_connect() local 6058 he = (os_strstr(cmd, " he") != NULL) || wpa_s->conf->p2p_go_he; in p2p_ctrl_connect() 6133 pd, ht40, vht, max_oper_chwidth, he, edmg, in p2p_ctrl_connect() 6689 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local 6728 he = (os_strstr(cmd, " he") != NULL) || wpa_s->conf->p2p_go_he; in p2p_ctrl_invite_persistent() 6749 max_oper_chwidth, pref_freq, he, edmg, in p2p_ctrl_invite_persistent() 6802 int he, int edmg, bool allow_6ghz) in p2p_ctrl_group_add_persistent() argument 6816 vht_chwidth, he, edmg, in p2p_ctrl_group_add_persistent() 6827 int he = wpa_s->conf->p2p_go_he; in p2p_ctrl_group_add() local 6852 he = 1; in p2p_ctrl_group_add() [all …]
|
D | config_file.c | 786 INT_DEF(he, 1); in wpa_config_write_network()
|
D | config.c | 3104 ssid->he = 1; in wpa_config_set_network_defaults()
|
/hostap-3.7.0/src/p2p/ |
D | p2p.h | 111 int he; member
|