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_timeout
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
debugfs_netdev.c
240
IEEE80211_IF_FILE(
beacon_timeout
, u.mgd.
beacon_timeout
, JIFFIES_TO_MS);
672
DEBUGFS_ADD(
beacon_timeout
);
in add_sta_files()
H
A
D
ieee80211_i.h
445
unsigned long
beacon_timeout
;
member
H
A
D
mlme.c
120
round_jiffies_up(jiffies + sdata->u.mgd.
beacon_timeout
));
in ieee80211_sta_reset_beacon_monitor()
2235
sdata->u.mgd.
beacon_timeout
= usecs_to_jiffies(ieee80211_tu_to_usec(
in ieee80211_set_associated()
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
debugfs_netdev.c
261
IEEE80211_IF_FILE(
beacon_timeout
, u.mgd.
beacon_timeout
, JIFFIES_TO_MS);
730
DEBUGFS_ADD(
beacon_timeout
);
in add_sta_files()
H
A
D
ieee80211_i.h
474
unsigned long
beacon_timeout
;
member
H
A
D
mlme.c
194
round_jiffies_up(jiffies + sdata->u.mgd.
beacon_timeout
));
in ieee80211_sta_reset_beacon_monitor()
2751
sdata->u.mgd.
beacon_timeout
=
in ieee80211_link_set_associated()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H
A
D
rtw_mlme_ext.c
2232
int
beacon_timeout
;
in start_clnt_join()
local
2255
beacon_timeout
= decide_wait_for_beacon_timeout(pmlmeinfo->bcn_interval);
in start_clnt_join()
2256
set_link_timer(pmlmeext,
beacon_timeout
);
in start_clnt_join()
2258
msecs_to_jiffies((REAUTH_TO * REAUTH_LIMIT) + (REASSOC_TO * REASSOC_LIMIT) +
beacon_timeout
));
in start_clnt_join()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H
A
D
rtw_mlme_ext.c
4652
int
beacon_timeout
;
in start_clnt_join()
local
4680
beacon_timeout
= decide_wait_for_beacon_timeout(pmlmeinfo->bcn_interval);
in start_clnt_join()
4681
set_link_timer(pmlmeext,
beacon_timeout
);
in start_clnt_join()
4683
(REAUTH_TO * REAUTH_LIMIT) + (REASSOC_TO*REASSOC_LIMIT) +
beacon_timeout
);
in start_clnt_join()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H
A
D
rtw_mlme_ext.c
4133
int
beacon_timeout
;
in start_clnt_join()
local
4161
beacon_timeout
= decide_wait_for_beacon_timeout(pmlmeinfo->bcn_interval);
in start_clnt_join()
4162
set_link_timer(pmlmeext,
beacon_timeout
);
in start_clnt_join()
4164
(REAUTH_TO * REAUTH_LIMIT) + (REASSOC_TO*REASSOC_LIMIT) +
beacon_timeout
);
in start_clnt_join()
Completed in 46 milliseconds