Searched defs:vht (Results 1 - 16 of 16) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.c715 * @vht: VHT channel width (VHT_CHANWIDTH_*)
721 int sec_channel, int vht,
735 if (vht)
752 if (sec_channel || vht)
769 switch (vht) {
872 if (sec_channel || vht)
1389 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht) argument
1391 if (vht)
720 ieee80211_freq_to_channel_ext(unsigned int freq, int sec_channel, int vht, u8 *op_class, u8 *channel) argument
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.c715 * @vht: VHT channel width (VHT_CHANWIDTH_*)
721 int sec_channel, int vht,
735 if (vht)
752 if (sec_channel || vht)
769 switch (vht) {
872 if (sec_channel || vht)
1389 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht) argument
1391 if (vht)
720 ieee80211_freq_to_channel_ext(unsigned int freq, int sec_channel, int vht, u8 *op_class, u8 *channel) argument
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_common.c715 * @vht: VHT channel width (VHT_CHANWIDTH_*)
721 int sec_channel, int vht,
735 if (vht)
752 if (sec_channel || vht)
769 switch (vht) {
872 if (sec_channel || vht)
1389 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht) argument
1391 if (vht)
720 ieee80211_freq_to_channel_ext(unsigned int freq, int sec_channel, int vht, u8 *op_class, u8 *channel) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Drrm.c643 int sec_chan = 0, vht = 0; local
671 vht = VHT_CHANWIDTH_160MHZ;
673 vht = VHT_CHANWIDTH_80P80MHZ;
675 vht = VHT_CHANWIDTH_80MHZ;
678 vht = VHT_CHANWIDTH_160MHZ;
681 vht = VHT_CHANWIDTH_80P80MHZ;
684 vht = VHT_CHANWIDTH_USE_HT;
689 if (ieee80211_freq_to_channel_ext(freq, sec_chan, vht, op_class,
H A Dwnm_sta.c824 int sec_chan = 0, vht = 0; local
848 vht = vht_oper->vht_op_info_chwidth;
851 if (ieee80211_freq_to_channel_ext(bss->freq, sec_chan, vht, &op_class,
H A Dconfig_ssid.h498 int vht; member in struct:wpa_ssid
H A Dctrl_iface.c951 freq_params.vht_enabled = !!os_strstr(pos, " vht");
5436 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; local
5451 * [ht40] [vht] [auto] [ssid=<hexdump>] */
5479 vht = (os_strstr(cmd, " vht") != NULL) || wpa_s->conf->p2p_go_vht;
5481 vht;
5552 pd, ht40, vht, max_oper_chwidth,
6108 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; local
6142 vht = (os_strstr(cmd, " vht") !
6205 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) argument
6228 int vht = wpa_s->conf->p2p_go_vht; local
[all...]
H A Dp2p_supplicant.c1902 ssid->vht = params->vht;
2221 res->vht = 1;
5345 * @vht: Start GO with VHT support
5358 int persistent_id, int pd, int ht40, int vht,
5401 wpa_s->p2p_go_vht = !!vht;
5813 int vht, int max_oper_chwidth,
5825 params->vht = vht;
6092 * @vht
5354 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, const u8 *group_ssid, size_t group_ssid_len) argument
5810 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, const struct p2p_channels *channels) argument
6099 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) argument
6195 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, const struct p2p_channels *channels, int connection_timeout, int force_scan) argument
6824 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) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.c1565 int ht, int vht)
1567 if (!ht && !vht)
1571 if (!vht || hapd->iconf->vht_oper_chwidth == VHT_CHANWIDTH_USE_HT)
1589 int vht = hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac; local
1623 if (vht)
1635 width = hostapd_get_nr_chan_width(hapd, ht, vht);
1636 if (vht) {
1662 wpabuf_put_u8(nr, ieee80211_get_phy_type(hapd->iface->freq, ht, vht));
1564 hostapd_get_nr_chan_width(struct hostapd_data *hapd, int ht, int vht) argument
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.h100 int vht; member in struct:p2p_go_neg_results
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.c1565 int ht, int vht)
1567 if (!ht && !vht)
1571 if (!vht || hapd->iconf->vht_oper_chwidth == VHT_CHANWIDTH_USE_HT)
1589 int vht = hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac; local
1623 if (vht)
1635 width = hostapd_get_nr_chan_width(hapd, ht, vht);
1636 if (vht) {
1662 wpabuf_put_u8(nr, ieee80211_get_phy_type(hapd->iface->freq, ht, vht));
1564 hostapd_get_nr_chan_width(struct hostapd_data *hapd, int ht, int vht) argument
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.h100 int vht; member in struct:p2p_go_neg_results
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
H A Dp2p_iface.cpp700 int vht = wpa_s->conf->p2p_go_vht; local
701 int ht40 = wpa_s->conf->p2p_go_ht40 || vht;
706 false, ht40, vht, VHT_CHANWIDTH_USE_HT, nullptr, 0);
757 int vht = wpa_s->conf->p2p_go_vht; local
758 int ht40 = wpa_s->conf->p2p_go_ht40 || vht;
763 wpa_s, persistent, 0, 0, ht40, vht,
771 wpa_s, ssid, 0, 0, 0, 0, ht40, vht,
827 int vht = wpa_s->conf->p2p_go_vht; local
828 int ht40 = wpa_s->conf->p2p_go_ht40 || vht;
835 wpa_s, peer_address.data(), ssid, NULL, 0, 0, ht40, vht,
[all...]
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
H A Dp2p_iface.cpp700 int vht = wpa_s->conf->p2p_go_vht; local
701 int ht40 = wpa_s->conf->p2p_go_ht40 || vht;
706 false, ht40, vht, VHT_CHANWIDTH_USE_HT, nullptr, 0);
757 int vht = wpa_s->conf->p2p_go_vht; local
758 int ht40 = wpa_s->conf->p2p_go_ht40 || vht;
763 wpa_s, persistent, 0, 0, ht40, vht,
771 wpa_s, ssid, 0, 0, 0, 0, ht40, vht,
827 int vht = wpa_s->conf->p2p_go_vht; local
828 int ht40 = wpa_s->conf->p2p_go_ht40 || vht;
835 wpa_s, peer_address.data(), ssid, NULL, 0, 0, ht40, vht,
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.c1565 int ht, int vht)
1567 if (!ht && !vht)
1571 if (!vht || hapd->iconf->vht_oper_chwidth == VHT_CHANWIDTH_USE_HT)
1589 int vht = hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac; local
1623 if (vht)
1635 width = hostapd_get_nr_chan_width(hapd, ht, vht);
1636 if (vht) {
1662 wpabuf_put_u8(nr, ieee80211_get_phy_type(hapd->iface->freq, ht, vht));
1564 hostapd_get_nr_chan_width(struct hostapd_data *hapd, int ht, int vht) argument
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.h100 int vht; member in struct:p2p_go_neg_results

Completed in 999 milliseconds