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_cap
(Results
1 - 13
of
13
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H
A
D
hw_features_common.c
489
if (!(he_cap->
phy_cap
[HE_PHYCAP_CHANNEL_WIDTH_SET_IDX] &
in hostapd_set_freq_params()
500
if (!(he_cap->
phy_cap
[HE_PHYCAP_CHANNEL_WIDTH_SET_IDX] &
in hostapd_set_freq_params()
509
if (!(he_cap->
phy_cap
[HE_PHYCAP_CHANNEL_WIDTH_SET_IDX] &
in hostapd_set_freq_params()
517
if (!(he_cap->
phy_cap
[HE_PHYCAP_CHANNEL_WIDTH_SET_IDX] &
in hostapd_set_freq_params()
H
A
D
ieee802_11_defs.h
2523
u8
phy_cap
[EHT_PHY_CAPAB_LEN];
member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
ieee802_11_he.c
61
mode->he_capab[opmode].
phy_cap
);
in hostapd_eid_he_capab()
92
os_memcpy(cap->he_phy_capab_info, mode->he_capab[opmode].
phy_cap
,
in hostapd_eid_he_capab()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
ieee802_11_he.c
97
mode->he_capab[opmode].
phy_cap
);
in hostapd_eid_he_capab()
127
os_memcpy(cap->he_phy_capab_info, mode->he_capab[opmode].
phy_cap
,
in hostapd_eid_he_capab()
H
A
D
hw_features.c
364
if (!(he_cap->
phy_cap
[HE_PHYCAP_CHANNEL_WIDTH_SET_IDX] &
in ieee80211n_check_scan()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H
A
D
driver_nl80211_capa.c
1590
if (len > sizeof(he_capab->
phy_cap
))
in phy_info_iftype_copy()
1591
len = sizeof(he_capab->
phy_cap
);
in phy_info_iftype_copy()
1592
os_memcpy(he_capab->
phy_cap
,
in phy_info_iftype_copy()
H
A
D
driver.h
195
u8
phy_cap
[HE_MAX_PHY_CAPAB_SIZE];
member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H
A
D
driver_nl80211_capa.c
1817
if (len > sizeof(he_capab->
phy_cap
))
in phy_info_iftype_copy()
1818
len = sizeof(he_capab->
phy_cap
);
in phy_info_iftype_copy()
1819
os_memcpy(he_capab->
phy_cap
,
in phy_info_iftype_copy()
H
A
D
driver.h
196
u8
phy_cap
[HE_MAX_PHY_CAPAB_SIZE];
member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
ap.c
58
if (he_cap->
phy_cap
[HE_PHYCAP_CHANNEL_WIDTH_SET_IDX] &
in is_chanwidth160_supported()
231
ssid->mode)].
phy_cap
[HE_PHYCAP_CHANNEL_WIDTH_SET_IDX];
in wpas_conf_ap_he_6ghz()
H
A
D
scan.c
2718
own_he->
phy_cap
[HE_PHYCAP_CHANNEL_WIDTH_SET_IDX];
in wpas_get_est_tpt()
H
A
D
wpa_supplicant.c
2828
if ((mode->he_capab[ieee80211_mode].
phy_cap
[
H
A
D
p2p_supplicant.c
217
he_capab = mode->he_capab[WPAS_MODE_INFRA].
phy_cap
[
in wpas_get_6ghz_he_chwidth_capab()
Completed in 68 milliseconds