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:connected_time
(Results
1 - 8
of
8
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
sta_info.h
246
struct os_reltime
connected_time
;
member
H
A
D
ctrl_iface_ap.c
61
if (sta->
connected_time
.sec) {
in hostapd_get_sta_conn_time()
63
os_reltime_age(&sta->
connected_time
, &age);
in hostapd_get_sta_conn_time()
72
ret = os_snprintf(buf, buflen, "
connected_time
=%lu\n", secs);
in hostapd_get_sta_conn_time()
H
A
D
ieee802_1x.c
134
os_get_reltime(&sta->
connected_time
);
in ieee802_1x_set_sta_authorized()
H
A
D
hostapd.c
3302
os_get_reltime(&sta->
connected_time
);
in hostapd_new_assoc_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
sta_info.h
205
struct os_reltime
connected_time
;
member
H
A
D
ctrl_iface_ap.c
173
if (!sta->
connected_time
.sec)
in hostapd_get_sta_conn_time()
176
os_reltime_age(&sta->
connected_time
, &age);
in hostapd_get_sta_conn_time()
178
ret = os_snprintf(buf, buflen, "
connected_time
=%u\n",
in hostapd_get_sta_conn_time()
H
A
D
ieee802_1x.c
135
os_get_reltime(&sta->
connected_time
);
in ieee802_1x_set_sta_authorized()
H
A
D
hostapd.c
3081
os_get_reltime(&sta->
connected_time
);
in hostapd_new_assoc_sta()
Completed in 28 milliseconds