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:a_mpdu_params
(Results
1 - 10
of
10
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
ieee802_11_ht.c
39
cap->
a_mpdu_params
= hapd->iface->current_mode->
a_mpdu_params
;
in hostapd_eid_ht_capabilities()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
ieee802_11_ht.c
39
cap->
a_mpdu_params
= hapd->iface->current_mode->
a_mpdu_params
;
in hostapd_eid_ht_capabilities()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H
A
D
driver_nl80211_capa.c
1316
mode->
a_mpdu_params
|= nla_get_u8(ampdu_factor) & 0x03;
in phy_info_ht_capa()
1319
mode->
a_mpdu_params
|= nla_get_u8(ampdu_density) << 2;
in phy_info_ht_capa()
H
A
D
driver.h
255
*
a_mpdu_params
- A-MPDU (IEEE 802.11n) parameters
257
u8
a_mpdu_params
;
member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
wpa_supplicant.c
4610
htcaps_mask->
a_mpdu_params
|= 0x3; /* 2 bits for factor */
4611
htcaps->
a_mpdu_params
&= ~0x3;
4612
htcaps->
a_mpdu_params
|= factor & 0x3;
4635
htcaps_mask->
a_mpdu_params
|= 0x1C;
4636
htcaps->
a_mpdu_params
&= ~(0x1C);
4637
htcaps->
a_mpdu_params
|= (density << 2) & 0x1C;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
wpa_supplicant.c
5848
htcaps_mask->
a_mpdu_params
|= 0x3; /* 2 bits for factor */
5849
htcaps->
a_mpdu_params
&= ~0x3;
5850
htcaps->
a_mpdu_params
|= factor & 0x3;
5873
htcaps_mask->
a_mpdu_params
|= 0x1C;
5874
htcaps->
a_mpdu_params
&= ~(0x1C);
5875
htcaps->
a_mpdu_params
|= (density << 2) & 0x1C;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H
A
D
driver_nl80211_capa.c
1497
mode->
a_mpdu_params
|= nla_get_u8(ampdu_factor) & 0x03;
in phy_info_ht_capa()
1500
mode->
a_mpdu_params
|= nla_get_u8(ampdu_density) << 2;
in phy_info_ht_capa()
H
A
D
driver.h
275
*
a_mpdu_params
- A-MPDU (IEEE 802.11n) parameters
277
u8
a_mpdu_params
;
member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H
A
D
ieee802_11_defs.h
1046
u8
a_mpdu_params
; /* Maximum A-MPDU Length Exponent B0..B1
member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H
A
D
ieee802_11_defs.h
1119
u8
a_mpdu_params
; /* Maximum A-MPDU Length Exponent B0..B1
member
Completed in 53 milliseconds