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:user_list_head
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
wal_mac80211.c
693
hi_list *
user_list_head
= HI_NULL;
in WalGetAssociatedStasInfo()
local
701
user_list_head
= &(mac_vap->mac_user_list_head);
in WalGetAssociatedStasInfo()
702
for (entry =
user_list_head
->next; entry !=
user_list_head
&& number < num; number++) {
in WalGetAssociatedStasInfo()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H
A
D
hmac_config.c
408
hi_list *
user_list_head
= HI_NULL;
in hmac_proc_dev_sleep_req_del_ba_timer()
local
419
user_list_head
= &(hmac_vap->base_vap->mac_user_list_head);
in hmac_proc_dev_sleep_req_del_ba_timer()
420
for (entry =
user_list_head
->next; entry !=
user_list_head
; entry = entry->next) {
in hmac_proc_dev_sleep_req_del_ba_timer()
1475
hi_list *
user_list_head
= &(mac_vap->mac_user_list_head);
in hmac_config_del_user()
local
1478
for (entry =
user_list_head
->next; entry !=
user_list_head
;) {
in hmac_config_del_user()
3305
hi_list *
user_list_head
= &(mac_vap->mac_user_list_head);
in hmac_config_kick_user()
local
3306
for (entry =
user_list_head
->next; entry !=
user_list_head
;) {
in hmac_config_kick_user()
6199
hi_list *
user_list_head
= HI_NULL;
hmac_enable_pmf()
local
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H
A
D
mac_vap.h
1229
hi_list *
user_list_head
= HI_NULL;
in mac_vap_user_exist()
local
1232
hi_list_for_each_safe(member_entry,
user_list_head
, head) {
in mac_vap_user_exist()
Completed in 13 milliseconds