Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ht_cap
(Results
1 - 8
of
8
) sorted by relevance
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H
A
D
hdf_bdh_mac80211.c
425
hwCapability->htCapability = band->
ht_cap
.cap;
in FillBdhBandInfo()
513
hwCapability->htCapability = band2g->
ht_cap
.cap;
in Bdh6Ghcap()
515
band5g->
ht_cap
.cap, supportedRateCount, band2g->n_bitrates, band5g->n_bitrates);
in Bdh6Ghcap()
1184
if (cap && cap[1] >= sizeof(*params->
ht_cap
))
in bdh6_nl80211_calculate_ap_params()
1185
params->
ht_cap
= (void *)(cap + RATE_OFFSET);
in bdh6_nl80211_calculate_ap_params()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H
A
D
mac_cfg.h
371
hi_u8
ht_cap
; /* ht能力 */
member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
wal_cfg80211.c
108
.
ht_cap
= {
2769
mac_frame_ht_cap_stru *
ht_cap
= (mac_frame_ht_cap_stru *)(puc_ht_ie + MAC_IE_HDR_LEN);
in wal_parse_ht_vht_ie()
local
2771
beacon_param->shortgi_20 = (hi_u8)
ht_cap
->short_gi_20mhz;
in wal_parse_ht_vht_ie()
2776
beacon_param->shortgi_40 = (hi_u8)
ht_cap
->short_gi_40mhz;
in wal_parse_ht_vht_ie()
2779
beacon_param->smps_mode = (hi_u8)
ht_cap
->sm_power_save;
in wal_parse_ht_vht_ie()
H
A
D
wal_mac80211.c
810
hwCapability->htCapability = band->
ht_cap
.cap;
in WalGetHwCapability()
H
A
D
wal_hipriv.c
5964
add_user_param_info.
ht_cap
= 0;
in wal_hipriv_add_user()
5966
add_user_param_info.
ht_cap
= 1;
in wal_hipriv_add_user()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_net.h
1052
oal_ieee80211_sta_ht_cap
ht_cap
;
member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
wl_cfg80211.c
18892
bands[index]->
ht_cap
.cap |= IEEE80211_HT_CAP_SGI_40;
in __wl_update_wiphybands()
18984
bands[index]->
ht_cap
.cap |= IEEE80211_HT_CAP_SGI_40;
in __wl_update_wiphybands()
18988
bands[index]->
ht_cap
.cap |=
in __wl_update_wiphybands()
18990
bands[index]->
ht_cap
.ht_supported = TRUE;
in __wl_update_wiphybands()
18991
bands[index]->
ht_cap
.ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K;
in __wl_update_wiphybands()
18992
bands[index]->
ht_cap
.ampdu_density = IEEE80211_HT_MPDU_DENSITY_16;
in __wl_update_wiphybands()
18994
bands[index]->
ht_cap
.mcs.rx_mask[0] = 0xff;
in __wl_update_wiphybands()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H
A
D
802.11.h
3961
ht_cap_ie_t
ht_cap
;
member
Completed in 71 milliseconds