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:wps_session
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
wl_cfg80211.c
22966
ndev->name, inst, cfg->
wps_session
[inst].state));
in wl_wps_reauth_timeout()
22967
if (cfg->
wps_session
[inst].state == WPS_STATE_REAUTH_WAIT) {
in wl_wps_reauth_timeout()
22974
cfg->
wps_session
[inst].state = WPS_STATE_IDLE;
in wl_wps_reauth_timeout()
22975
cfg->
wps_session
[inst].in_use = false;
in wl_wps_reauth_timeout()
22992
init_timer_compat(&cfg->
wps_session
[i].timer, wl_wps_reauth_timeout, pdev);
in wl_init_wps_reauth_sm()
22993
cfg->
wps_session
[i].in_use = false;
in wl_init_wps_reauth_sm()
22994
cfg->
wps_session
[i].state = WPS_STATE_IDLE;
in wl_init_wps_reauth_sm()
23003
cfg->
wps_session
[i].in_use = false;
in wl_deinit_wps_reauth_sm()
23004
cfg->
wps_session
[i].state = WPS_STATE_IDLE;
in wl_deinit_wps_reauth_sm()
23005
if (timer_pending(&cfg->
wps_session
[
in wl_deinit_wps_reauth_sm()
[all...]
H
A
D
wl_cfg80211.h
1362
wl_wps_session_t
wps_session
[WPS_MAX_SESSIONS];
member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H
A
D
hi_wifi_api.h
505
unsigned char
wps_session
: 1; /* *< WPS session:PBC-0/PIN-1. CNcomment: WPS会话类型,PBC-0/PIN-1.CNend */
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_wifi_api.h
526
unsigned char
wps_session
: 1; /**< WPS session:PBC-0/PIN-1. CNcomment: WPS会话类型,PBC-0/PIN-1.CNend */
member
Completed in 39 milliseconds