/external/wpa_supplicant_8/wpa_supplicant/ |
D | p2p_supplicant.h | 39 int persistent_id, int pd, int ht40, int vht, 45 int freq, int vht_center_freq2, int ht40, int vht, 51 int vht, int max_oper_chwidth, 119 int vht_center_freq2, int ht40, int vht,
|
D | rrm.c | 640 int sec_chan = 0, vht = 0; in wpas_get_op_chan_phy() local 668 vht = VHT_CHANWIDTH_160MHZ; in wpas_get_op_chan_phy() 670 vht = VHT_CHANWIDTH_80P80MHZ; in wpas_get_op_chan_phy() 672 vht = VHT_CHANWIDTH_80MHZ; in wpas_get_op_chan_phy() 675 vht = VHT_CHANWIDTH_160MHZ; in wpas_get_op_chan_phy() 678 vht = VHT_CHANWIDTH_80P80MHZ; in wpas_get_op_chan_phy() 681 vht = VHT_CHANWIDTH_USE_HT; in wpas_get_op_chan_phy() 686 if (ieee80211_freq_to_channel_ext(freq, sec_chan, vht, op_class, in wpas_get_op_chan_phy()
|
D | config_ssid.h | 475 int vht; member
|
D | mesh.c | 229 if (conf->hw_mode == HOSTAPD_MODE_IEEE80211A && ssid->vht) { in wpa_supplicant_mesh_init() 388 ssid->vht = 1; in wpa_supplicant_join_mesh()
|
D | wnm_sta.c | 686 int sec_chan = 0, vht = 0; in wnm_nei_rep_add_bss() local 710 vht = vht_oper->vht_op_info_chwidth; in wnm_nei_rep_add_bss() 713 if (ieee80211_freq_to_channel_ext(bss->freq, sec_chan, vht, &op_class, in wnm_nei_rep_add_bss()
|
D | p2p_supplicant.c | 1898 ssid->vht = params->vht; in wpas_start_wps_go() 2212 res->vht = 1; in wpas_go_neg_completed() 5349 int persistent_id, int pd, int ht40, int vht, in wpas_p2p_connect() argument 5392 wpa_s->p2p_go_vht = !!vht; in wpas_p2p_connect() 5802 int vht, int max_oper_chwidth, in wpas_p2p_init_go_params() argument 5814 params->vht = vht; in wpas_p2p_init_go_params() 6071 int freq, int vht_center_freq2, int ht40, int vht, in wpas_p2p_group_add() argument 6091 ht40, vht, max_oper_chwidth, NULL)) in wpas_p2p_group_add() 6187 int vht, int max_oper_chwidth, in wpas_p2p_group_add_persistent() argument 6263 ht40, vht, max_oper_chwidth, channels)) in wpas_p2p_group_add_persistent() [all …]
|
D | ctrl_iface.c | 5267 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local 5310 vht = (os_strstr(cmd, " vht") != NULL) || wpa_s->conf->p2p_go_vht; in p2p_ctrl_connect() 5312 vht; in p2p_ctrl_connect() 5383 pd, ht40, vht, max_oper_chwidth, in p2p_ctrl_connect() 5939 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local 5973 vht = (os_strstr(cmd, " vht") != NULL) || wpa_s->conf->p2p_go_vht; in p2p_ctrl_invite_persistent() 5975 vht; in p2p_ctrl_invite_persistent() 5989 return wpas_p2p_invite(wpa_s, _peer, ssid, NULL, freq, freq2, ht40, vht, in p2p_ctrl_invite_persistent() 6038 int ht40, int vht, int vht_chwidth) in p2p_ctrl_group_add_persistent() argument 6051 vht_center_freq2, 0, ht40, vht, in p2p_ctrl_group_add_persistent() [all …]
|
D | README-P2P | 153 [go_intent=<0..15>] [freq=<in MHz>] [ht40] [vht] [provdisc] [auto] 265 [ht40] [vht] 561 [go_dev_addr=address] [freq=<freq in MHz>] [ht40] [vht]
|
D | ap.c | 169 if (mode->vht_capab && ssid->vht) { in wpa_supplicant_conf_ap_ht()
|
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_common.c | 715 int sec_channel, int vht, in ieee80211_freq_to_channel_ext() argument 729 if (vht) in ieee80211_freq_to_channel_ext() 746 if (sec_channel || vht) in ieee80211_freq_to_channel_ext() 763 switch (vht) { in ieee80211_freq_to_channel_ext() 866 if (sec_channel || vht) in ieee80211_freq_to_channel_ext() 1383 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht) in ieee80211_get_phy_type() argument 1385 if (vht) in ieee80211_get_phy_type()
|
D | ieee802_11_common.h | 151 int sec_channel, int vht, 154 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht);
|
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/ |
D | p2p_iface.cpp | 755 int vht = wpa_s->conf->p2p_go_vht; in addGroupInternal() local 756 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; in addGroupInternal() 761 wpa_s, persistent, 0, 0, ht40, vht, in addGroupInternal() 769 wpa_s, ssid, 0, 0, 0, 0, ht40, vht, in addGroupInternal() 825 int vht = wpa_s->conf->p2p_go_vht; in reinvokeInternal() local 826 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; in reinvokeInternal() 833 wpa_s, peer_address.data(), ssid, NULL, 0, 0, ht40, vht, in reinvokeInternal()
|
/external/wpa_supplicant_8/src/ap/ |
D | hostapd.c | 1544 int ht, int vht) in hostapd_get_nr_chan_width() argument 1546 if (!ht && !vht) in hostapd_get_nr_chan_width() 1550 if (!vht || hapd->iconf->vht_oper_chwidth == VHT_CHANWIDTH_USE_HT) in hostapd_get_nr_chan_width() 1568 int vht = hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac; in hostapd_set_own_neighbor_report() local 1602 if (vht) in hostapd_set_own_neighbor_report() 1614 width = hostapd_get_nr_chan_width(hapd, ht, vht); in hostapd_set_own_neighbor_report() 1615 if (vht) { in hostapd_set_own_neighbor_report() 1641 wpabuf_put_u8(nr, ieee80211_get_phy_type(hapd->iface->freq, ht, vht)); in hostapd_set_own_neighbor_report()
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p.h | 100 int vht; member
|
/external/webrtc/talk/media/testdata/ |
D | voice.rtpdump | 6 …em}jh]hilfkfhijgtjghoobY����9M�4����pjY`l���zii{��������������������vht����mek�og|��z�p����…
|