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:phy_ht
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H
A
D
mac_mib.h
263
return mac_vap->mib_info->
phy_ht
.dot112_g_forty_m_hz_operation_implemented;
in mac_mib_get_forty_mhz_operation_implemented()
271
mac_vap->mib_info->
phy_ht
.dot112_g_forty_m_hz_operation_implemented = val;
in mac_mib_set_forty_mhz_operation_implemented()
533
return mac_vap->mib_info->
phy_ht
.dot112_g_short_gi_option_in_forty_implemented;
in mac_mib_get_shortgi_option_in_forty_implemented()
541
mac_vap->mib_info->
phy_ht
.dot112_g_short_gi_option_in_forty_implemented = val;
in mac_mib_set_shortgi_option_in_forty_implemented()
H
A
D
mac_vap.c
479
mib_info->
phy_ht
.dot11_ldpc_coding_option_implemented = HI_FALSE;
in mac_vap_init_mib_11n()
480
mib_info->
phy_ht
.dot11_ldpc_coding_option_activated = HI_FALSE;
in mac_vap_init_mib_11n()
481
mib_info->
phy_ht
.dot11_tx_stbc_option_activated = HI_FALSE;
in mac_vap_init_mib_11n()
482
mib_info->
phy_ht
.dot112_g_forty_m_hz_operation_implemented = HI_FALSE;
in mac_vap_init_mib_11n()
483
mib_info->
phy_ht
.dot11_short_gi_option_in_twenty_implemented = HI_TRUE;
in mac_vap_init_mib_11n()
484
mib_info->
phy_ht
.dot112_g_short_gi_option_in_forty_implemented = HI_FALSE;
in mac_vap_init_mib_11n()
485
mib_info->
phy_ht
.dot11_tx_stbc_option_implemented = mac_dev->tx_stbc;
in mac_vap_init_mib_11n()
486
mib_info->
phy_ht
.dot11_rx_stbc_option_implemented = mac_dev->rx_stbc;
in mac_vap_init_mib_11n()
1139
mib_info->
phy_ht
.dot11_short_gi_option_in_twenty_implemented = HI_TRUE;
in mac_vap_change_mib_by_bandwidth()
H
A
D
mac_frame.c
945
ht_capinfo->ldpc_coding_cap = mac_vap->mib_info->
phy_ht
.dot11_ldpc_coding_option_implemented;
in mac_set_ht_capinfo_field()
950
ht_capinfo->short_gi_20mhz = mac_vap->mib_info->
phy_ht
.dot11_short_gi_option_in_twenty_implemented;
in mac_set_ht_capinfo_field()
952
ht_capinfo->tx_stbc = mac_vap->mib_info->
phy_ht
.dot11_tx_stbc_option_implemented;
in mac_set_ht_capinfo_field()
953
ht_capinfo->rx_stbc = (HI_TRUE == mac_vap->mib_info->
phy_ht
.dot11_rx_stbc_option_implemented) ? 1 : 0;
in mac_set_ht_capinfo_field()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H
A
D
hmac_mgmt_sta.c
319
mac_vap->mib_info->
phy_ht
.dot11_ldpc_coding_option_implemented = (join_req->bss_dscr.ht_ldpc &&
in hmac_sta_update_join_protocol()
320
mac_vap->mib_info->
phy_ht
.dot11_ldpc_coding_option_activated);
in hmac_sta_update_join_protocol()
321
mac_vap->mib_info->
phy_ht
.dot11_tx_stbc_option_implemented = (join_req->bss_dscr.ht_stbc &&
in hmac_sta_update_join_protocol()
322
mac_vap->mib_info->
phy_ht
.dot11_tx_stbc_option_activated);
in hmac_sta_update_join_protocol()
H
A
D
hmac_config.c
280
mac_vap->cap_flag.keepalive, mac_vap->mib_info->
phy_ht
.dot11_short_gi_option_in_twenty_implemented,
in hmac_config_vap_info()
2040
mac_vap->mib_info->
phy_ht
.dot11_short_gi_option_in_twenty_implemented = HI_TRUE;
in hmac_config_set_shortgi20()
2045
mac_vap->mib_info->
phy_ht
.dot11_short_gi_option_in_twenty_implemented = HI_FALSE;
in hmac_config_set_shortgi20()
2076
l_value = mac_vap->mib_info->
phy_ht
.dot11_short_gi_option_in_twenty_implemented;
in hmac_config_get_shortgi20()
2890
mac_vap->mib_info->
phy_ht
.dot11_short_gi_option_in_twenty_implemented = beacon_param->shortgi_20;
in hmac_config_set_beacon()
5292
mac_vap->mib_info->
phy_ht
.dot11_tx_stbc_option_implemented = HI_FALSE;
in hmac_config_set_stbc_cap()
5293
mac_vap->mib_info->
phy_ht
.dot11_rx_stbc_option_implemented = HI_FALSE;
in hmac_config_set_stbc_cap()
5294
mac_vap->mib_info->
phy_ht
.dot11_tx_stbc_option_activated = HI_FALSE;
in hmac_config_set_stbc_cap()
5296
mac_vap->mib_info->
phy_ht
.dot11_tx_stbc_option_implemented = HI_TRUE;
in hmac_config_set_stbc_cap()
5297
mac_vap->mib_info->
phy_ht
in hmac_config_set_stbc_cap()
[all...]
H
A
D
hmac_vap.c
603
(hi_u16)hmac_vap->base_vap->mib_info->
phy_ht
.dot11_short_gi_option_in_twenty_implemented;
in hmac_search_ht_cap_ie_ap()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
wlan_mib.h
3196
wlan_mib_dot11_phy_ht_entry_stru
phy_ht
;
member
Completed in 31 milliseconds