Home
last modified time | relevance | path

Searched refs:vht (Results 1 – 21 of 21) sorted by relevance

/hostap-latest/src/ap/
Dneighbor_db.c207 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()
235 int vht = hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac; in hostapd_neighbor_set_own_report() local
271 if (vht) in hostapd_neighbor_set_own_report()
287 width = hostapd_get_nr_chan_width(hapd, ht, vht, he); in hostapd_neighbor_set_own_report()
288 if (vht) { in hostapd_neighbor_set_own_report()
316 wpabuf_put_u8(nr, ieee80211_get_phy_type(hapd->iface->freq, ht, vht)); in hostapd_neighbor_set_own_report()
/hostap-latest/wpa_supplicant/
Dp2p_supplicant.h39 int persistent_id, int pd, int ht40, int vht,
46 int freq, int vht_center_freq2, int ht40, int vht,
51 int vht_center_freq2, int ht40, int vht,
123 int vht_center_freq2, int ht40, int vht, int max_chwidth,
Drrm.c716 int sec_chan = 0, vht = 0; in wpas_get_op_chan_phy() local
744 vht = CONF_OPER_CHWIDTH_160MHZ; in wpas_get_op_chan_phy()
746 vht = CONF_OPER_CHWIDTH_80P80MHZ; in wpas_get_op_chan_phy()
748 vht = CONF_OPER_CHWIDTH_80MHZ; in wpas_get_op_chan_phy()
751 vht = CONF_OPER_CHWIDTH_160MHZ; in wpas_get_op_chan_phy()
754 vht = CONF_OPER_CHWIDTH_80P80MHZ; in wpas_get_op_chan_phy()
757 vht = CONF_OPER_CHWIDTH_USE_HT; in wpas_get_op_chan_phy()
762 if (ieee80211_freq_to_channel_ext(freq, sec_chan, vht, op_class, in wpas_get_op_chan_phy()
Dconfig_ssid.h597 int vht; member
Dscan.c2838 int snr, bool vht) in max_rate() argument
2844 (vht || entry - table <= vht_mcs)) in max_rate()
2849 if (entry->minsnr == -1 || (!vht && entry - table > vht_mcs)) in max_rate()
2856 static unsigned int max_ht20_rate(int snr, bool vht) in max_ht20_rate() argument
2858 return max_rate(vht20_table, snr, vht); in max_ht20_rate()
2862 static unsigned int max_ht40_rate(int snr, bool vht) in max_ht40_rate() argument
2864 return max_rate(vht40_table, snr, vht); in max_ht40_rate()
Dwnm_sta.c951 enum oper_chan_width vht = CONF_OPER_CHWIDTH_USE_HT; in wnm_nei_rep_add_bss() local
975 vht = vht_oper->vht_op_info_chwidth; in wnm_nei_rep_add_bss()
978 if (ieee80211_freq_to_channel_ext(bss->freq, sec_chan, vht, &op_class, in wnm_nei_rep_add_bss()
Dp2p_supplicant.c2083 ssid->vht = params->vht; in wpas_start_wps_go()
2476 res->vht = 1; in wpas_go_neg_completed()
5970 int persistent_id, int pd, int ht40, int vht, in wpas_p2p_connect() argument
6018 wpa_s->p2p_go_vht = !!vht; in wpas_p2p_connect()
6483 int vht, int max_oper_chwidth, int he, in wpas_p2p_init_go_params() argument
6496 params->vht = vht; in wpas_p2p_init_go_params()
6895 int freq, int vht_center_freq2, int ht40, int vht, 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 …]
Dctrl_iface.c6372 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local
6419 vht = (os_strstr(cmd, " vht") != NULL) || wpa_s->conf->p2p_go_vht; in p2p_ctrl_connect()
6421 vht; 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
7084 vht = (os_strstr(cmd, " vht") != NULL) || wpa_s->conf->p2p_go_vht; in p2p_ctrl_invite_persistent()
7086 vht; in p2p_ctrl_invite_persistent()
7107 return wpas_p2p_invite(wpa_s, _peer, ssid, NULL, freq, freq2, ht40, vht, in p2p_ctrl_invite_persistent()
7160 int ht40, int vht, int vht_chwidth, in p2p_ctrl_group_add_persistent() argument
7175 vht_center_freq2, ht40, vht, in p2p_ctrl_group_add_persistent()
[all …]
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.c642 ssid->vht = 1; in wpa_supplicant_join_mesh()
Dap.c323 ssid->vht = 0; in wpa_supplicant_conf_ap_ht()
435 if (mode->vht_capab && ssid->vht) { in wpa_supplicant_conf_ap_ht()
Dconfig_file.c789 INT_DEF(vht, 1); in wpa_config_write_network()
Dconfig.c2542 { INT_RANGE(vht, 0, 1) },
3231 ssid->vht = 1; in wpa_config_set_network_defaults()
/hostap-latest/tests/hwsim/
Dp2p_utils.py294 vht=r_vht)
301 ht40=i_ht40, vht=i_vht)
Dtest_wnm.py40 pmf=True, passphrase=None, ht=True, vht=False, mbo=False, argument
83 if vht:
1098 run_wnm_bss_tm_scan_not_needed(dev, apdev, vht=True, nei_info="115,36,9")
1114 def run_wnm_bss_tm_scan_not_needed(dev, apdev, ht=True, vht=False, hwmode='a', argument
1123 channel=channel, ht=ht, vht=vht)
Dwpasupplicant.py757 max_oper_chwidth=None, ht40=False, vht=False): argument
775 if vht:
806 ht40=False, vht=False): argument
824 if vht:
/hostap-latest/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c365 int vht = wpa_s->conf->p2p_go_vht; in wpas_dbus_handler_p2p_group_add() local
366 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; in wpas_dbus_handler_p2p_group_add()
407 vht = entry.bool_value; in wpas_dbus_handler_p2p_group_add()
408 ht40 |= vht; in wpas_dbus_handler_p2p_group_add()
477 freq2, ht40, vht, in wpas_dbus_handler_p2p_group_add()
487 ht40, vht, max_oper_chwidth, he, edmg, in wpas_dbus_handler_p2p_group_add()
/hostap-latest/src/common/
Dieee802_11_common.h255 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht);
Dieee802_11_common.c2501 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht) in ieee80211_get_phy_type() argument
2503 if (vht) in ieee80211_get_phy_type()
/hostap-latest/doc/
Ddbus.doxygen688 <tr><td>rx-vht-mcs</td><td>i</td><td>MCS index (rx, vht)</td><td>No</td>
689 <tr><td>tx-vht-mcs</td><td>i</td><td>MCS index (tx, vht)</td><td>No</td>
694 <tr><td>rx-vht-nss</td><td>i</td><td>Number of streams (rx, vht)</td><td>No</td>
695 <tr><td>tx-vht-nss</td><td>i</td><td>Number of streams (tx, vht)</td><td>No</td>
1648 <tr><td>vht</td><td>b</td><td></td><td>no</td></tr>
/hostap-latest/src/p2p/
Dp2p.h102 int vht; member