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

  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 448 int vht; member in struct:wpa_ssid
618 * disable_vht - Disable VHT (IEEE 802.11ac) for this network
626 * vht_capa - VHT capabilities to use
631 * vht_capa_mask - mask for VHT capabilities
ctrl_iface.c 717 freq_params.vht_enabled = !!os_strstr(pos, " vht");
732 freq_params.vht_enabled ? " VHT" : "");
4796 int ht40, vht; local
5422 int ht40, vht; local
5528 int vht = wpa_s->conf->p2p_go_vht; local
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 94 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:__anon23492
    [all...]

Completed in 597 milliseconds