Home
last modified time | relevance | path

Searched refs:he (Results 1 – 12 of 12) sorted by relevance

/hostap-3.7.0/src/ap/
Dneighbor_db.c200 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/
Dp2p_supplicant.h40 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);
Dconfig_ssid.h562 int he; member
Dp2p_supplicant.c2058 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 …]
Dap.c241 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()
Dscan.c2625 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()
DREADME-P2P153 [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]
Dmesh.c661 ssid->he = 1; in wpa_supplicant_join_mesh()
Dctrl_iface.c6012 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 …]
Dconfig_file.c786 INT_DEF(he, 1); in wpa_config_write_network()
Dconfig.c3104 ssid->he = 1; in wpa_config_set_network_defaults()
/hostap-3.7.0/src/p2p/
Dp2p.h111 int he; member