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:sta_aid
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/
H
A
D
mlme_linux.c
140
if (pstapriv->
sta_aid
[psta->aid - 1] != psta)
in rtw_indicate_sta_assoc_event()
163
if (pstapriv->
sta_aid
[psta->aid - 1] != psta)
in rtw_indicate_sta_disassoc_event()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/
H
A
D
hal_intf.c
59
psta = pstapriv->
sta_aid
[mac_id - 2];
in rtw_hal_update_ra_mask()
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H
A
D
hostap_ap.h
204
* AID is in the range 1-2007, so
sta_aid
[0] corresponders to AID 1
207
struct sta_info *
sta_aid
[MAX_AID_TABLE_SIZE];
member
H
A
D
hostap_ap.c
134
ap->
sta_aid
[sta->aid - 1] = NULL;
in ap_free_sta()
1613
if (local->ap->
sta_aid
[sta->aid - 1] == NULL)
in handle_assoc()
1621
local->ap->
sta_aid
[sta->aid - 1] = sta;
in handle_assoc()
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H
A
D
hostap_ap.h
204
* AID is in the range 1-2007, so
sta_aid
[0] corresponders to AID 1
207
struct sta_info *
sta_aid
[MAX_AID_TABLE_SIZE];
member
H
A
D
hostap_ap.c
134
ap->
sta_aid
[sta->aid - 1] = NULL;
in ap_free_sta()
1613
if (local->ap->
sta_aid
[sta->aid - 1] == NULL)
in handle_assoc()
1621
local->ap->
sta_aid
[sta->aid - 1] = sta;
in handle_assoc()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H
A
D
rtw_sta_mgt.c
464
if ((psta->aid > 0) && (pstapriv->
sta_aid
[psta->aid - 1] == psta)) {
in rtw_free_stainfo()
465
pstapriv->
sta_aid
[psta->aid - 1] = NULL;
in rtw_free_stainfo()
H
A
D
rtw_mlme_ext.c
684
if (pstapriv->
sta_aid
[psta->aid - 1] == NULL)
in OnProbeReq()
692
pstapriv->
sta_aid
[psta->aid - 1] = psta;
in OnProbeReq()
1555
if (pstapriv->
sta_aid
[pstat->aid - 1] == NULL)
in OnAssocReq()
1571
pstapriv->
sta_aid
[pstat->aid - 1] = pstat;
in OnAssocReq()
H
A
D
rtw_ap.c
2371
pstapriv->
sta_aid
[i] = NULL;
in start_ap_mode()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H
A
D
rtw_sta_mgt.c
364
if ((psta->aid > 0) && (pstapriv->
sta_aid
[psta->aid - 1] == psta)) {
in rtw_free_stainfo()
365
pstapriv->
sta_aid
[psta->aid - 1] = NULL;
in rtw_free_stainfo()
H
A
D
rtw_ap.c
1707
pstapriv->
sta_aid
[i] = NULL;
in start_ap_mode()
H
A
D
rtw_mlme.c
1100
if (pstapriv->
sta_aid
[aid - 1])
in search_max_mac_id()
H
A
D
rtw_mlme_ext.c
3242
if (!pstapriv->
sta_aid
[pstat->aid - 1])
in OnAssocReq()
3255
pstapriv->
sta_aid
[pstat->aid - 1] = pstat;
in OnAssocReq()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H
A
D
rtw_sta_mgt.c
414
if ((psta->aid > 0) && (pstapriv->
sta_aid
[psta->aid - 1] == psta)) {
in rtw_free_stainfo()
415
pstapriv->
sta_aid
[psta->aid - 1] = NULL;
in rtw_free_stainfo()
H
A
D
rtw_ap.c
2103
pstapriv->
sta_aid
[i] = NULL;
in start_ap_mode()
H
A
D
rtw_mlme_ext.c
1289
if (!pstapriv->
sta_aid
[pstat->aid - 1])
in OnAssocReq()
1303
pstapriv->
sta_aid
[pstat->aid - 1] = pstat;
in OnAssocReq()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H
A
D
sta_info.h
337
* AID is in the range 1-2007, so
sta_aid
[0] corresponders to AID 1
340
struct sta_info *
sta_aid
[NUM_STA];
member
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H
A
D
sta_info.h
309
* AID is in the range 1-2007, so
sta_aid
[0] corresponders to AID 1
312
struct sta_info *
sta_aid
[NUM_STA];
member
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/
H
A
D
sta_info.h
327
* AID is in the range 1-2007, so
sta_aid
[0] corresponders to AID 1
330
struct sta_info *
sta_aid
[NUM_STA];
member
Completed in 44 milliseconds