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

  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 125 int sec_channel, int vht,
128 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht);
ieee802_11_common.c 589 * for HT40 and VHT. DFS channels are not covered.
592 * @vht: VHT channel width (VHT_CHANWIDTH_*)
598 int sec_channel, int vht,
612 if (vht)
629 if (sec_channel || vht)
646 switch (vht) {
730 if (sec_channel || vht)
1247 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht)
1249 if (vht)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 471 int vht; member in struct:wpa_ssid
645 * disable_vht - Disable VHT (IEEE 802.11ac) for this network
653 * vht_capa - VHT capabilities to use
658 * vht_capa_mask - mask for VHT capabilities
p2p_supplicant.h 39 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,
119 int vht_center_freq2, int ht40, int vht,
mesh.c 198 if (conf->hw_mode == HOSTAPD_MODE_IEEE80211A && ssid->vht) {
363 ssid->vht = 1;
wnm_sta.c 672 int sec_chan = 0, vht = 0; local
696 vht = vht_oper->vht_op_info_chwidth;
699 if (ieee80211_freq_to_channel_ext(bss->freq, sec_chan, vht, &op_class,
    [all...]
ctrl_iface.c 759 freq_params.vht_enabled = !!os_strstr(pos, " vht");
774 freq_params.vht_enabled ? " VHT" : "");
4976 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; local
5648 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; local
5768 int vht = wpa_s->conf->p2p_go_vht; local
    [all...]
p2p_supplicant.c     [all...]
ap.c 70 * try oper_cwidth 160 MHz first then VHT 80 MHz, if 160 MHz is
169 if (mode->vht_capab && ssid->vht) {
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 100 int vht; member in struct:p2p_go_neg_results
    [all...]
  /external/webrtc/talk/media/testdata/
voice.rtpdump 6 ??pjjn|{twon?????hn????}????kg}???ot?pfw????~???t???plv???????o`f???]^???i\i??utm???fZg????|?vpo??????{??????????????????mhs???}q{???u_^kv?q\Z]s?tiZ\dejjicy??????????W?9J?4????pj???????????qr???nfiu??yno|nka]Y[^m~n???nolci???b_bp?????????|lojm?????????????~?????{pz?}y??rox{vhip}q|v???lkz????????ot????o{toixph_bl???ofk???xdk????{?????ro??k?9K?4?J??pjctt{~y?zs?im?vf[]`^kmy??????????????kdek??fdaoonym|??~yviv????v?????????????????kt????}f`ho???mge\[_ckhidr?????zo????rk???????xsu????u?~q????xot|qlgx~zmlnlgl~???~?9L?4???pj?oz???~p???pjs?ohgj????rjl????mu{???????mkpzi^]ghc\Y[ep??????????????????{{ok??????vejhhyxb\bn??no???ynfu??wn????n????????????l????ngem}jh]hilfkfhijgtjghoobY????9M?4????pjY`l???zii{????????????????????vht????mek?og|??z?p??????lj}???|st????ttlxspe^\j??h_g???g^^q??ppt???????????y??????????????????hhu????yimv????n_h???o_`ekon??iZX`????9N?4?*??pjt?ujhm???gp????x?????????}?snps?????{????|cdgmp???????????{???s????odhhnodbasjlbem{o???ynv??}m^^[dg`i~???z?????????????????s?????uce????~?????sef_emooxjwykho?s????9O?4???pjhcjk???????????????????|}uwr??sku??{????sel?xh]]_kkd\\c_fns{?yn???qu????pmm~?xp??????|??????????|soq?{?????|o]^dofon^\l???fct??mm??zsw?????????????????????skk????9P?4?j??pj????x???t????mfo?w^[htljdioq??zuz{qpius{???????z???w???????}mo}?????jmr?xobjllno??}wohx??tpo???wbdn?????|yy???yz???{mx??|a_r??ud^empun{??x???????}xlo???tp?|??????9Q?4?
    [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:__anon29206
    [all...]

Completed in 438 milliseconds