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:beacon_size
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
scan.c
1765
u16
beacon_size
= 0;
in mwifiex_parse_single_response_buf()
local
1775
if (*bytes_left >= sizeof(
beacon_size
)) {
in mwifiex_parse_single_response_buf()
1777
beacon_size
= get_unaligned_le16((*bss_info));
in mwifiex_parse_single_response_buf()
1778
*bytes_left -= sizeof(
beacon_size
);
in mwifiex_parse_single_response_buf()
1779
*bss_info += sizeof(
beacon_size
);
in mwifiex_parse_single_response_buf()
1782
if (!
beacon_size
||
beacon_size
> *bytes_left) {
in mwifiex_parse_single_response_buf()
1794
*bss_info +=
beacon_size
;
in mwifiex_parse_single_response_buf()
1795
*bytes_left -=
beacon_size
;
in mwifiex_parse_single_response_buf()
1797
curr_bcn_bytes =
beacon_size
;
in mwifiex_parse_single_response_buf()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
scan.c
1747
u16
beacon_size
= 0;
in mwifiex_parse_single_response_buf()
local
1757
if (*bytes_left >= sizeof(
beacon_size
)) {
in mwifiex_parse_single_response_buf()
1759
beacon_size
= get_unaligned_le16((*bss_info));
in mwifiex_parse_single_response_buf()
1760
*bytes_left -= sizeof(
beacon_size
);
in mwifiex_parse_single_response_buf()
1761
*bss_info += sizeof(
beacon_size
);
in mwifiex_parse_single_response_buf()
1764
if (!
beacon_size
||
beacon_size
> *bytes_left) {
in mwifiex_parse_single_response_buf()
1776
*bss_info +=
beacon_size
;
in mwifiex_parse_single_response_buf()
1777
*bytes_left -=
beacon_size
;
in mwifiex_parse_single_response_buf()
1779
curr_bcn_bytes =
beacon_size
;
in mwifiex_parse_single_response_buf()
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
H
A
D
ieee80211_softmac.c
660
int
beacon_size
;
in ieee80211_probe_resp()
local
713
beacon_size
= sizeof(struct ieee80211_probe_response) + 2
in ieee80211_probe_resp()
726
skb = dev_alloc_skb(
beacon_size
);
in ieee80211_probe_resp()
730
beacon_buf = skb_put(skb, (
beacon_size
- ieee->tx_headroom));
in ieee80211_probe_resp()
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/
H
A
D
rtllib_softmac.c
768
int
beacon_size
;
in rtllib_probe_resp()
local
831
beacon_size
= sizeof(struct rtllib_probe_response) + 2 +
in rtllib_probe_resp()
834
skb = dev_alloc_skb(
beacon_size
);
in rtllib_probe_resp()
840
beacon_buf = skb_put(skb, (
beacon_size
- ieee->tx_headroom));
in rtllib_probe_resp()
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/
H
A
D
ieee80211_softmac.c
660
int
beacon_size
;
in ieee80211_probe_resp()
local
713
beacon_size
= sizeof(struct ieee80211_probe_response) + 2
in ieee80211_probe_resp()
726
skb = dev_alloc_skb(
beacon_size
);
in ieee80211_probe_resp()
730
beacon_buf = skb_put(skb, (
beacon_size
- ieee->tx_headroom));
in ieee80211_probe_resp()
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H
A
D
rtllib_softmac.c
816
int
beacon_size
;
in rtllib_probe_resp()
local
878
beacon_size
= sizeof(struct rtllib_probe_response)+2+
in rtllib_probe_resp()
881
skb = dev_alloc_skb(
beacon_size
);
in rtllib_probe_resp()
887
beacon_buf = skb_put(skb, (
beacon_size
- ieee->tx_headroom));
in rtllib_probe_resp()
Completed in 19 milliseconds