/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() 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/ |
D | p2p_supplicant.h | 39 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,
|
D | rrm.c | 716 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()
|
D | config_ssid.h | 597 int vht; member
|
D | scan.c | 2838 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()
|
D | wnm_sta.c | 951 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()
|
D | p2p_supplicant.c | 2083 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 …]
|
D | ctrl_iface.c | 6372 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 …]
|
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 | 642 ssid->vht = 1; in wpa_supplicant_join_mesh()
|
D | ap.c | 323 ssid->vht = 0; in wpa_supplicant_conf_ap_ht() 435 if (mode->vht_capab && ssid->vht) { in wpa_supplicant_conf_ap_ht()
|
D | config_file.c | 789 INT_DEF(vht, 1); in wpa_config_write_network()
|
D | config.c | 2542 { INT_RANGE(vht, 0, 1) }, 3231 ssid->vht = 1; in wpa_config_set_network_defaults()
|
/hostap-latest/tests/hwsim/ |
D | p2p_utils.py | 294 vht=r_vht) 301 ht40=i_ht40, vht=i_vht)
|
D | test_wnm.py | 40 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)
|
D | wpasupplicant.py | 757 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/ |
D | dbus_new_handlers_p2p.c | 365 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/ |
D | ieee802_11_common.h | 255 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht);
|
D | ieee802_11_common.c | 2501 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/ |
D | dbus.doxygen | 688 <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/ |
D | p2p.h | 102 int vht; member
|