Searched refs:vht (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dneighbor_db.c142 int ht, int vht, int he)
146 if (!ht && !vht && !he)
150 if ((!vht && !he) || oper_chwidth == CHANWIDTH_USE_HT)
168 int vht = hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac; local
203 if (vht)
215 width = hostapd_get_nr_chan_width(hapd, ht, vht, he);
216 if (vht) {
244 wpabuf_put_u8(nr, ieee80211_get_phy_type(hapd->iface->freq, ht, vht));
141 hostapd_get_nr_chan_width(struct hostapd_data *hapd, int ht, int vht, int he) argument
/freebsd-11-stable/contrib/wpa/src/common/
H A Dieee802_11_common.c719 * @vht: VHT channel width (CHANWIDTH_*)
725 int sec_channel, int vht,
739 if (vht)
756 if (sec_channel || vht)
773 switch (vht) {
876 if (sec_channel || vht)
892 int vht = CHAN_WIDTH_UNKNOWN; local
899 vht = CHANWIDTH_USE_HT;
902 vht = CHANWIDTH_80MHZ;
905 vht
724 ieee80211_freq_to_channel_ext(unsigned int freq, int sec_channel, int vht, u8 *op_class, u8 *channel) argument
1621 ieee80211_get_phy_type(int freq, int ht, int vht) argument
[all...]
H A Dieee802_11_common.h176 int sec_channel, int vht,
182 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.h39 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 Dconfig_ssid.h522 int vht; member in struct:wpa_ssid
H A Drrm.c692 int sec_chan = 0, vht = 0; local
720 vht = CHANWIDTH_160MHZ;
722 vht = CHANWIDTH_80P80MHZ;
724 vht = CHANWIDTH_80MHZ;
727 vht = CHANWIDTH_160MHZ;
730 vht = CHANWIDTH_80P80MHZ;
733 vht = CHANWIDTH_USE_HT;
738 if (ieee80211_freq_to_channel_ext(freq, sec_chan, vht, op_class,
H A Dmesh.c333 if (conf->hw_mode == HOSTAPD_MODE_IEEE80211A && ssid->vht) {
464 ssid->vht = 1;
H A Dwnm_sta.c907 int sec_chan = 0, vht = 0; local
931 vht = vht_oper->vht_op_info_chwidth;
934 if (ieee80211_freq_to_channel_ext(bss->freq, sec_chan, vht, &op_class,
H A Dctrl_iface.c1007 freq_params.vht_enabled = !!os_strstr(pos, " vht");
5629 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; local
5645 * [ht40] [vht] [he] [auto] [ssid=<hexdump>] */
5673 vht = (os_strstr(cmd, " vht") != NULL) || wpa_s->conf->p2p_go_vht;
5675 vht;
5747 pd, ht40, vht, max_oper_chwidth, he,
6303 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; local
6337 vht = (os_strstr(cmd, " vht") !
6401 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) argument
6425 int vht = wpa_s->conf->p2p_go_vht; local
[all...]
H A Dp2p_supplicant.c1920 ssid->vht = params->vht;
2270 res->vht = 1;
5479 * @vht: Start GO with VHT support
5492 int persistent_id, int pd, int ht40, int vht,
5535 wpa_s->p2p_go_vht = !!vht;
5962 int vht, int max_oper_chwidth, int he,
5974 params->vht = vht;
6323 * @vht
5488 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) argument
5959 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) argument
6330 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) argument
6428 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) argument
7057 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) argument
[all...]
H A Dconfig_file.c840 INT(vht);
H A Dap.c237 if (mode->vht_capab && ssid->vht) {
H A Dconfig.c2241 { INT_RANGE(vht, 0, 1) },
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p.h100 int vht; member in struct:p2p_go_neg_results

Completed in 205 milliseconds