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:inactive_sec
(Results
1 - 6
of
6
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
sta_info.c
433
int
inactive_sec
;
in ap_handle_timer()
local
440
inactive_sec
= hostapd_drv_get_inact_sec(hapd, sta->addr);
in ap_handle_timer()
441
if (
inactive_sec
== -1) {
in ap_handle_timer()
452
} else if (
inactive_sec
== -ENOENT) {
in ap_handle_timer()
460
} else if (
inactive_sec
< hapd->conf->ap_max_inactivity) {
in ap_handle_timer()
464
MAC2STR(sta->addr),
inactive_sec
);
in ap_handle_timer()
467
inactive_sec
;
in ap_handle_timer()
472
MAC2STR(sta->addr),
inactive_sec
,
in ap_handle_timer()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
sta_info.c
480
int
inactive_sec
;
in ap_handle_timer()
local
487
inactive_sec
= hostapd_drv_get_inact_sec(hapd, sta->addr);
in ap_handle_timer()
488
if (
inactive_sec
== -1) {
in ap_handle_timer()
502
} else if (
inactive_sec
== -ENOENT) {
in ap_handle_timer()
510
} else if (
inactive_sec
< hapd->conf->ap_max_inactivity) {
in ap_handle_timer()
514
MAC2STR(sta->addr),
inactive_sec
);
in ap_handle_timer()
517
inactive_sec
;
in ap_handle_timer()
522
MAC2STR(sta->addr),
inactive_sec
,
in ap_handle_timer()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H
A
D
driver_hostap.h
163
u32
inactive_sec
;
member
H
A
D
driver_hostap.c
687
return param.u.get_info_sta.
inactive_sec
;
in hostap_get_inact_sec()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H
A
D
driver_hostap.h
161
u32
inactive_sec
;
member
H
A
D
driver_hostap.c
691
return param.u.get_info_sta.
inactive_sec
;
in hostap_get_inact_sec()
Completed in 8 milliseconds