/hostap-latest/src/ap/ |
D | neighbor_db.c | 207 int ht, int vht, int he) in hostapd_get_nr_chan_width() argument 213 if (!ht && !vht && !he) in hostapd_get_nr_chan_width() 217 if ((!vht && !he) || oper_chwidth == CONF_OPER_CHWIDTH_USE_HT) in hostapd_get_nr_chan_width() 236 int he = hapd->iconf->ieee80211ax && !hapd->conf->disable_11ax; in hostapd_neighbor_set_own_report() local 237 bool eht = he && hapd->iconf->ieee80211be && !hapd->conf->disable_11be; in hostapd_neighbor_set_own_report() 275 if (he) in hostapd_neighbor_set_own_report() 287 width = hostapd_get_nr_chan_width(hapd, ht, vht, he); in hostapd_neighbor_set_own_report()
|
/hostap-latest/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, 124 int pref_freq, int he, int edmg, bool allow_6ghz);
|
D | config_ssid.h | 599 int he; member
|
D | ap.c | 244 ssid->he) in wpas_conf_ap_he_6ghz() 328 ssid->he = 0; in wpa_supplicant_conf_ap_ht() 348 ssid->he) in wpa_supplicant_conf_ap_ht() 432 ssid->he) in wpa_supplicant_conf_ap_ht() 546 conf->ieee80211ax = ssid->he; in wpa_supplicant_conf_ap()
|
D | p2p_supplicant.c | 2086 ssid->he = params->he; in wpas_start_wps_go() 2478 res->he = 1; in wpas_go_neg_completed() 5971 unsigned int vht_chwidth, int he, int edmg, in wpas_p2p_connect() argument 6021 wpa_s->p2p_go_he = !!he; in wpas_p2p_connect() 6483 int vht, int max_oper_chwidth, int he, in wpas_p2p_init_go_params() argument 6497 params->he = he; in wpas_p2p_init_go_params() 6896 int max_oper_chwidth, int he, int edmg, in wpas_p2p_group_add() argument 6922 ht40, vht, max_oper_chwidth, he, edmg, in wpas_p2p_group_add() 7043 int vht, int max_oper_chwidth, int he, in wpas_p2p_group_add_persistent() argument 7123 ht40, vht, max_oper_chwidth, he, edmg, in wpas_p2p_group_add_persistent() [all …]
|
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 | 665 ssid->he = 1; in wpa_supplicant_join_mesh()
|
D | scan.c | 3051 struct ieee80211_he_capabilities *he; in wpas_get_est_tpt() local 3061 he = (struct ieee80211_he_capabilities *) &ie[3]; in wpas_get_est_tpt() 3081 cw = he->he_phy_capab_info[HE_PHYCAP_CHANNEL_WIDTH_SET_IDX] & in wpas_get_est_tpt()
|
D | ctrl_iface.c | 6376 int he; in p2p_ctrl_connect() local 6422 he = (os_strstr(cmd, " he") != NULL) || wpa_s->conf->p2p_go_he; in p2p_ctrl_connect() 6497 pd, ht40, vht, max_oper_chwidth, he, edmg, in p2p_ctrl_connect() 7048 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local 7087 he = (os_strstr(cmd, " he") != NULL) || wpa_s->conf->p2p_go_he; in p2p_ctrl_invite_persistent() 7108 max_oper_chwidth, pref_freq, he, edmg, in p2p_ctrl_invite_persistent() 7161 int he, int edmg, bool allow_6ghz, in p2p_ctrl_group_add_persistent() argument 7176 vht_chwidth, he, edmg, in p2p_ctrl_group_add_persistent() 7188 int he = wpa_s->conf->p2p_go_he; in p2p_ctrl_group_add() local 7214 he = 1; in p2p_ctrl_group_add() [all …]
|
D | config_file.c | 792 INT_DEF(he, 1); in wpa_config_write_network()
|
D | config.c | 2543 { INT_RANGE(he, 0, 1) }, 3232 ssid->he = 1; in wpa_config_set_network_defaults()
|
/hostap-latest/tests/hwsim/ |
D | test_ap_acs.py | 168 run_ap_acs_40mhz(dev, apdev, '[HT40+]', he=True, allow20=True) 174 def run_ap_acs_40mhz(dev, apdev, ht_capab, he=False, allow20=False): argument 180 if he:
|
D | test_wnm.py | 41 beacon_prot=False, he=False, bss_max_idle=None, argument 87 if he: 2123 hapd = start_wnm_ap(apdev[0], rsn=True, he=True)
|
/hostap-latest/src/drivers/ |
D | driver_zephyr.c | 806 struct wpa_supp_event_sta_he_cap *he) in phy_info_he_capa_cfg() argument 808 mode->he_capab[IEEE80211_MODE_AP].he_supported = he->wpa_supp_he_supported; in phy_info_he_capa_cfg() 809 memcpy(mode->he_capab[IEEE80211_MODE_AP].phy_cap, he->phy_cap, HE_MAX_PHY_CAPAB_SIZE); in phy_info_he_capa_cfg() 810 memcpy(mode->he_capab[IEEE80211_MODE_AP].mac_cap, he->mac_cap, HE_MAX_MAC_CAPAB_SIZE); in phy_info_he_capa_cfg() 811 memcpy(mode->he_capab[IEEE80211_MODE_AP].mcs, he->mcs, HE_MAX_MCS_CAPAB_SIZE); in phy_info_he_capa_cfg() 812 memcpy(mode->he_capab[IEEE80211_MODE_AP].ppet, he->ppet, HE_MAX_PPET_CAPAB_SIZE); in phy_info_he_capa_cfg() 813 mode->he_capab[IEEE80211_MODE_AP].he_6ghz_capa = he->he_6ghz_capa; in phy_info_he_capa_cfg()
|
/hostap-latest/wpa_supplicant/dbus/ |
D | dbus_new_handlers_p2p.c | 367 int he = wpa_s->conf->p2p_go_he; in wpas_dbus_handler_p2p_group_add() local 411 he = entry.bool_value; in wpas_dbus_handler_p2p_group_add() 478 max_oper_chwidth, he, edmg, in wpas_dbus_handler_p2p_group_add() 487 ht40, vht, max_oper_chwidth, he, edmg, in wpas_dbus_handler_p2p_group_add()
|
/hostap-latest/doc/ |
D | dbus.doxygen | 686 <tr><td>rx-he-mcs</td><td>i</td><td>MCS index (rx, he)</td><td>No</td> 687 <tr><td>tx-he-mcs</td><td>i</td><td>MCS index (tx, he)</td><td>No</td> 692 <tr><td>rx-he-nss</td><td>i</td><td>Number of streams (rx, he)</td><td>No</td> 693 <tr><td>tx-he-nss</td><td>i</td><td>Number of streams (tx, he)</td><td>No</td> 1649 <tr><td>he</td><td>b</td><td></td><td>no</td></tr>
|
/hostap-latest/src/p2p/ |
D | p2p.h | 113 int he; member
|