| /src/external/bsd/wpa/dist/src/ap/ |
| neighbor_db.c | 207 int ht, int vht, int he) 213 if (!ht && !vht && !he) 217 if ((!vht && !he) || oper_chwidth == CONF_OPER_CHWIDTH_USE_HT) 235 int vht = hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac; local 270 /* VHT bit added in IEEE P802.11-REVmc/D4.3 */ 271 if (vht) 287 width = hostapd_get_nr_chan_width(hapd, ht, vht, he); 288 if (vht) { 316 wpabuf_put_u8(nr, ieee80211_get_phy_type(hapd->iface->freq, ht, vht));
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| rrm.c | 486 * conversion of 20 MHz primary channel numbers for wider VHT 716 int sec_chan = 0, vht = 0; local 744 vht = CONF_OPER_CHWIDTH_160MHZ; 746 vht = CONF_OPER_CHWIDTH_80P80MHZ; 748 vht = CONF_OPER_CHWIDTH_80MHZ; 751 vht = CONF_OPER_CHWIDTH_160MHZ; 754 vht = CONF_OPER_CHWIDTH_80P80MHZ; 757 vht = CONF_OPER_CHWIDTH_USE_HT; 762 if (ieee80211_freq_to_channel_ext(freq, sec_chan, vht, op_class,
|
| wnm_sta.c | 947 enum oper_chan_width vht = CONF_OPER_CHWIDTH_USE_HT; local 971 vht = vht_oper->vht_op_info_chwidth; 974 if (ieee80211_freq_to_channel_ext(bss->freq, sec_chan, vht, &op_class,
|
| config_ssid.h | 583 int vht; member in struct:wpa_ssid 799 * disable_vht - Disable VHT (IEEE 802.11ac) for this network 807 * vht_capa - VHT capabilities to use 812 * vht_capa_mask - mask for VHT capabilities
|
| ctrl_iface.c | 1215 freq_params.vht_enabled = !!os_strstr(pos, " vht"); 1230 freq_params.vht_enabled ? " VHT" : ""); 6376 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; local 6394 * [ht40] [vht] [he] [edmg] [auto] [ssid=<hexdump>] */ 6423 vht = (os_strstr(cmd, " vht") != NULL) || wpa_s->conf->p2p_go_vht; 6425 vht; 6501 pd, ht40, vht, max_oper_chwidth, he, edmg, 7052 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; local 7088 vht = (os_strstr(cmd, " vht") != NULL) || wpa_s->conf->p2p_go_vht 7190 int vht = wpa_s->conf->p2p_go_vht; local [all...] |
| /src/external/bsd/wpa/dist/src/p2p/ |
| p2p.h | 102 int vht; member in struct:p2p_go_neg_results
|
| /src/external/bsd/wpa/dist/wpa_supplicant/dbus/ |
| dbus_new_handlers_p2p.c | 365 int vht = wpa_s->conf->p2p_go_vht; local 366 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; 405 } else if (os_strcmp(entry.key, "vht") == 0 && 407 vht = entry.bool_value; 408 ht40 |= vht; 477 freq2, ht40, vht, 487 ht40, vht, max_oper_chwidth, he, edmg,
|