/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | neighbor_db.c | 142 int ht, int vht, int he) in hostapd_get_nr_chan_width() 146 if (!ht && !vht && !he) in hostapd_get_nr_chan_width() 150 if ((!vht && !he) || oper_chwidth == CHANWIDTH_USE_HT) in hostapd_get_nr_chan_width() 168 int vht = hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac; in hostapd_neighbor_set_own_report() local 203 if (vht) in hostapd_neighbor_set_own_report() 215 width = hostapd_get_nr_chan_width(hapd, ht, vht, he); in hostapd_neighbor_set_own_report() 216 if (vht) { in hostapd_neighbor_set_own_report() 244 wpabuf_put_u8(nr, ieee80211_get_phy_type(hapd->iface->freq, ht, vht)); in hostapd_neighbor_set_own_report() 141 hostapd_get_nr_chan_width(struct hostapd_data *hapd, int ht, int vht, int he) hostapd_get_nr_chan_width() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | neighbor_db.c | 200 int ht, int vht, int he) in hostapd_get_nr_chan_width() 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() 226 int vht = hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac; in hostapd_neighbor_set_own_report() local 261 if (vht) in hostapd_neighbor_set_own_report() 275 width = hostapd_get_nr_chan_width(hapd, ht, vht, he); in hostapd_neighbor_set_own_report() 276 if (vht) { in hostapd_neighbor_set_own_report() 304 wpabuf_put_u8(nr, ieee80211_get_phy_type(hapd->iface->freq, ht, vht)); in hostapd_neighbor_set_own_report() 199 hostapd_get_nr_chan_width(struct hostapd_data *hapd, int ht, int vht, int he) hostapd_get_nr_chan_width() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | ieee802_11_common.c | 719 * @vht: VHT channel width (CHANWIDTH_*) 725 int sec_channel, int vht, in ieee80211_freq_to_channel_ext() 739 if (vht) in ieee80211_freq_to_channel_ext() 756 if (sec_channel || vht) in ieee80211_freq_to_channel_ext() 773 switch (vht) { in ieee80211_freq_to_channel_ext() 876 if (sec_channel || vht) in ieee80211_freq_to_channel_ext() 892 int vht = CHAN_WIDTH_UNKNOWN; in ieee80211_chaninfo_to_channel() local 899 vht = CHANWIDTH_USE_HT; in ieee80211_chaninfo_to_channel() 902 vht = CHANWIDTH_80MHZ; in ieee80211_chaninfo_to_channel() 905 vht in ieee80211_chaninfo_to_channel() 724 ieee80211_freq_to_channel_ext(unsigned int freq, int sec_channel, int vht, u8 *op_class, u8 *channel) ieee80211_freq_to_channel_ext() argument 1621 ieee80211_get_phy_type(int freq, int ht, int vht) ieee80211_get_phy_type() argument [all...] |
H A D | ieee802_11_common.h | 176 int sec_channel, int vht, 182 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/ |
H A D | wpa_magiclink.c | 373 int vht = wpa_s->conf->p2p_go_vht; local 374 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; 379 wpa_s, persistent, freq, 0, ht40, vht, max_band, 0); 382 wpa_s, ssid, 0, freq, 0, 0, ht40, vht, max_band, 0, NULL, 0, 0);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/ |
H A D | wpa_magiclink.c | 393 int vht = wpa_s->conf->p2p_go_vht; local 394 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; 397 return wpas_p2p_group_add(wpa_s, persistent, freq, 0, ht40, vht, max_band, 400 return wpas_p2p_group_add_persistent(wpa_s, ssid, 0, freq, 0, 0, ht40, vht,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A 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, int he, 119 int vht_center_freq2, int ht40, int vht,
|
H A D | rrm.c | 692 int sec_chan = 0, vht = 0; in wpas_get_op_chan_phy() local 720 vht = CHANWIDTH_160MHZ; in wpas_get_op_chan_phy() 722 vht = CHANWIDTH_80P80MHZ; in wpas_get_op_chan_phy() 724 vht = CHANWIDTH_80MHZ; in wpas_get_op_chan_phy() 727 vht = CHANWIDTH_160MHZ; in wpas_get_op_chan_phy() 730 vht = CHANWIDTH_80P80MHZ; in wpas_get_op_chan_phy() 733 vht = CHANWIDTH_USE_HT; in wpas_get_op_chan_phy() 738 if (ieee80211_freq_to_channel_ext(freq, sec_chan, vht, op_class, in wpas_get_op_chan_phy()
|
H A D | config_ssid.h | 522 int vht; member
|
H A D | mesh.c | 333 if (conf->hw_mode == HOSTAPD_MODE_IEEE80211A && ssid->vht) { in wpa_supplicant_mesh_init() 464 ssid->vht = 1; in wpa_supplicant_join_mesh()
|
H A D | p2p_supplicant.c | 1926 ssid->vht = params->vht; in wpas_start_wps_go() 2279 res->vht = 1; in wpas_go_neg_completed() 5492 * @vht: Start GO with VHT support 5505 int persistent_id, int pd, int ht40, int vht, in wpas_p2p_connect() 5548 wpa_s->p2p_go_vht = !!vht; in wpas_p2p_connect() 5975 int vht, int max_oper_chwidth, int he, in wpas_p2p_init_go_params() 5987 params->vht = vht; in wpas_p2p_init_go_params() 6336 * @vht 5501 wpas_p2p_connect(struct wpa_supplicant *wpa_s, const u8 *peer_addr, const char *pin, enum p2p_wps_method wps_method, int persistent_group, int auto_join, int join, int auth, int go_intent, int freq, unsigned int vht_center_freq2, int persistent_id, int pd, int ht40, int vht, unsigned int vht_chwidth, int he, const u8 *group_ssid, size_t group_ssid_len) wpas_p2p_connect() argument 5972 wpas_p2p_init_go_params(struct wpa_supplicant *wpa_s, struct p2p_go_neg_results *params, int freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, const struct p2p_channels *channels) wpas_p2p_init_go_params() argument 6343 wpas_p2p_group_add(struct wpa_supplicant *wpa_s, int persistent_group, int freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he) wpas_p2p_group_add() argument 6441 wpas_p2p_group_add_persistent(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, int addr_allocated, int force_freq, int neg_freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, const struct p2p_channels *channels, int connection_timeout, int force_scan) wpas_p2p_group_add_persistent() argument 7070 wpas_p2p_invite(struct wpa_supplicant *wpa_s, const u8 *peer_addr, struct wpa_ssid *ssid, const u8 *go_dev_addr, int freq, int vht_center_freq2, int ht40, int vht, int max_chwidth, int pref_freq, int he) wpas_p2p_invite() argument [all...] |
H A D | ctrl_iface.c | 1010 freq_params.vht_enabled = !!os_strstr(pos, " vht"); in wpa_supplicant_ctrl_iface_tdls_chan_switch() 5693 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local 5709 * [ht40] [vht] [he] [auto] [ssid=<hexdump>] */ in p2p_ctrl_connect() 5737 vht = (os_strstr(cmd, " vht") != NULL) || wpa_s->conf->p2p_go_vht; in p2p_ctrl_connect() 5739 vht; in p2p_ctrl_connect() 5811 pd, ht40, vht, max_oper_chwidth, he, in p2p_ctrl_connect() 6367 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local 6401 vht = (os_strstr(cmd, " vht") ! in p2p_ctrl_invite_persistent() 6465 p2p_ctrl_group_add_persistent(struct wpa_supplicant *wpa_s, int id, int freq, int vht_center_freq2, int ht40, int vht, int vht_chwidth, int he) p2p_ctrl_group_add_persistent() argument 6489 int vht = wpa_s->conf->p2p_go_vht; p2p_ctrl_group_add() local [all...] |
H A D | wnm_sta.c | 907 int sec_chan = 0, vht = 0; in wnm_nei_rep_add_bss() local 931 vht = vht_oper->vht_op_info_chwidth; in wnm_nei_rep_add_bss() 934 if (ieee80211_freq_to_channel_ext(bss->freq, sec_chan, vht, &op_class, in wnm_nei_rep_add_bss()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | p2p_supplicant.h | 48 int persistent_id, int pd, int ht40, int vht, 55 int freq, int vht_center_freq2, int ht40, int vht, 60 int vht_center_freq2, int ht40, int vht, 131 int vht_center_freq2, int ht40, int vht, int max_chwidth,
|
H A D | rrm.c | 714 int sec_chan = 0, vht = 0; in wpas_get_op_chan_phy() local 742 vht = CHANWIDTH_160MHZ; in wpas_get_op_chan_phy() 744 vht = CHANWIDTH_80P80MHZ; in wpas_get_op_chan_phy() 746 vht = CHANWIDTH_80MHZ; in wpas_get_op_chan_phy() 749 vht = CHANWIDTH_160MHZ; in wpas_get_op_chan_phy() 752 vht = CHANWIDTH_80P80MHZ; in wpas_get_op_chan_phy() 755 vht = CHANWIDTH_USE_HT; in wpas_get_op_chan_phy() 760 if (ieee80211_freq_to_channel_ext(freq, sec_chan, vht, op_class, in wpas_get_op_chan_phy()
|
H A D | config_ssid.h | 584 int vht; member
|
H A D | scan.c | 2514 int snr, bool vht) in max_rate() 2520 (vht || entry - table <= vht_mcs)) in max_rate() 2525 if (entry->minsnr == -1 || (!vht && entry - table > vht_mcs)) in max_rate() 2532 static unsigned int max_ht20_rate(int snr, bool vht) in max_ht20_rate() argument 2534 return max_rate(vht20_table, snr, vht); in max_ht20_rate() 2538 static unsigned int max_ht40_rate(int snr, bool vht) in max_ht40_rate() argument 2540 return max_rate(vht40_table, snr, vht); in max_ht40_rate() 2513 max_rate(const struct minsnr_bitrate_entry table[], int snr, bool vht) max_rate() argument
|
H A D | wnm_sta.c | 924 int sec_chan = 0, vht = 0; in wnm_nei_rep_add_bss() local 948 vht = vht_oper->vht_op_info_chwidth; in wnm_nei_rep_add_bss() 951 if (ieee80211_freq_to_channel_ext(bss->freq, sec_chan, vht, &op_class, in wnm_nei_rep_add_bss()
|
H A D | p2p_supplicant.c | 2280 ssid->vht = params->vht; in wpas_start_wps_go() 2740 res->vht = 1; in wpas_go_neg_completed() 6672 * @vht: Start GO with VHT support 6686 int persistent_id, int pd, int ht40, int vht, 6737 wpa_s->p2p_go_vht = !!vht; 7221 int vht, int max_oper_chwidth, int he, 7234 params->vht = vht; 7633 * @vht 6682 wpas_p2p_connect(struct wpa_supplicant *wpa_s, const u8 *peer_addr, const char *pin, enum p2p_wps_method wps_method, int persistent_group, int auto_join, int join, int auth, int go_intent, int freq, unsigned int vht_center_freq2, int persistent_id, int pd, int ht40, int vht, unsigned int vht_chwidth, int he, int edmg, const u8 *group_ssid, size_t group_ssid_len, bool allow_6ghz) global() argument 7218 wpas_p2p_init_go_params(struct wpa_supplicant *wpa_s, struct p2p_go_neg_results *params, int freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, int edmg, const struct p2p_channels *channels) global() argument 7642 wpas_p2p_group_add(struct wpa_supplicant *wpa_s, int persistent_group, int freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, int edmg, bool allow_6ghz) global() argument 7756 wpas_p2p_group_add_persistent(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, int addr_allocated, int force_freq, int neg_freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, int edmg, const struct p2p_channels *channels, int connection_timeout, int force_scan, bool allow_6ghz) global() argument 8402 wpas_p2p_invite(struct wpa_supplicant *wpa_s, const u8 *peer_addr, struct wpa_ssid *ssid, const u8 *go_dev_addr, int freq, int vht_center_freq2, int ht40, int vht, int max_chwidth, int pref_freq, int he, int edmg, bool allow_6ghz) global() argument [all...] |
H A D | ctrl_iface.c | 1212 freq_params.vht_enabled = !!os_strstr(pos, " vht"); in wpa_supplicant_ctrl_iface_tdls_chan_switch() 6453 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; local 6471 * [ht40] [vht] [he] [edmg] [auto] [ssid=<hexdump>] */ 6502 vht = (os_strstr(cmd, " vht") != NULL) || wpa_s->conf->p2p_go_vht; 6504 vht; 6586 pd, ht40, vht, max_oper_chwidth, he, edmg, 7142 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; local 7178 vht = (os_strstr(cmd, " vht") ! 7252 p2p_ctrl_group_add_persistent(struct wpa_supplicant *wpa_s, int id, int freq, int vht_center_freq2, int ht40, int vht, int vht_chwidth, int he, int edmg, bool allow_6ghz) global() argument 7278 int vht = wpa_s->conf->p2p_go_vht; global() local [all...] |
H A D | mesh.c | 646 ssid->vht = 1; in wpa_supplicant_join_mesh()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | ieee802_11_common.h | 265 int sec_channel, int vht, 272 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht);
|
H A D | ieee802_11_common.c | 2142 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht) in ieee80211_get_phy_type() argument 2144 if (vht) in ieee80211_get_phy_type()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p.h | 100 int vht; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p.h | 100 int vht; member
|