HomeSort by relevance Sort by last modified time
    Searched defs:vht (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
rrm.c 428 * conversion of 20 MHz primary channel numbers for wider VHT
640 int sec_chan = 0, vht = 0; local
668 vht = VHT_CHANWIDTH_160MHZ;
670 vht = VHT_CHANWIDTH_80P80MHZ;
672 vht = VHT_CHANWIDTH_80MHZ;
675 vht = VHT_CHANWIDTH_160MHZ;
678 vht = VHT_CHANWIDTH_80P80MHZ;
681 vht = VHT_CHANWIDTH_USE_HT;
686 if (ieee80211_freq_to_channel_ext(freq, sec_chan, vht, op_class,
    [all...]
wnm_sta.c 688 int sec_chan = 0, vht = 0; local
712 vht = vht_oper->vht_op_info_chwidth;
715 if (ieee80211_freq_to_channel_ext(bss->freq, sec_chan, vht, &op_class,
    [all...]
config_ssid.h 475 int vht; member in struct:wpa_ssid
657 * disable_vht - Disable VHT (IEEE 802.11ac) for this network
665 * vht_capa - VHT capabilities to use
670 * vht_capa_mask - mask for VHT capabilities
ctrl_iface.c 894 freq_params.vht_enabled = !!os_strstr(pos, " vht");
909 freq_params.vht_enabled ? " VHT" : "");
5267 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; local
5939 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; local
6059 int vht = wpa_s->conf->p2p_go_vht; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.c 1568 int vht = hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
p2p_iface.cpp 755 int vht = wpa_s->conf->p2p_go_vht; local
756 int ht40 = wpa_s->conf->p2p_go_ht40 || vht;
761 wpa_s, persistent, 0, 0, ht40, vht,
769 wpa_s, ssid, 0, 0, 0, 0, ht40, vht,
825 int vht = wpa_s->conf->p2p_go_vht; local
826 int ht40 = wpa_s->conf->p2p_go_ht40 || vht;
833 wpa_s, peer_address.data(), ssid, NULL, 0, 0, ht40, vht,
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 100 int vht; member in struct:p2p_go_neg_results
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 213 uint16 vht_rxmcsmap; /* VHT rx mcs map (802.11ac VHT_CAP_MCS_MAP_*) */
214 uint16 vht_txmcsmap; /* VHT tx mcs map (802.11ac VHT_CAP_MCS_MAP_*) */
216 uint8 vht_cap; /* BSS is vht capable */
594 #define WL_RSPEC_VHT_MCS_MASK 0x0000000F /* VHT MCS value */
595 #define WL_RSPEC_VHT_NSS_MASK 0x000000F0 /* VHT Nss value */
596 #define WL_RSPEC_VHT_NSS_SHIFT 4 /* VHT Nss value shift */
612 #define WL_RSPEC_ENCODE_VHT 0x02000000 /* VHT MCS and Nss is stored in RSPEC_RATE_MASK */
1226 uint32 vht[WL_RATESET_SZ_VHT_MCS][WL_TX_CHAINS_MAX]; \/* VHT counts *\/ member in struct:__anon41919
    [all...]

Completed in 186 milliseconds