ESP-IDF
sta_info::hnext
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sta_info::hnext
sta_info::hnext field
Syntax
Show:
Summary
Declaration
from
sta_info.h:43
struct
sta_info
*
hnext
;
Examples
References
from
examples
Code
Location
Referrer
struct
sta_info
*
hnext
;
/* next entry in hash table list */
sta_info.h:43
s
=
s
->
hnext
;
sta_info.c:48
ap_get_sta()
sta
->
hnext
=
hapd
->
sta_hash
[
STA_HASH
(
sta
->
addr
)
]
;
sta_info.c:75
ap_sta_hash_add()
hapd
->
sta_hash
[
STA_HASH
(
sta
->
addr
)
]
=
s
->
hnext
;
sta_info.c:87
ap_sta_hash_del()
while
(
s
->
hnext
!=
NULL
&&
sta_info.c:91
ap_sta_hash_del()
os_memcmp
(
s
->
hnext
->
addr
,
sta
->
addr
,
ETH_ALEN
)
!=
0
)
sta_info.c:92
ap_sta_hash_del()
s
=
s
->
hnext
;
sta_info.c:93
ap_sta_hash_del()
if
(
s
->
hnext
!=
NULL
)
sta_info.c:94
ap_sta_hash_del()
s
->
hnext
=
s
->
hnext
->
hnext
;
sta_info.c:95
ap_sta_hash_del()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sta_info::hnext
is written by 2 functions and is read by 2 functions:
ap_sta_hash_add()
ap_sta_hash_del()
All items filtered out
sta_info::hnext
ap_get_sta()
ap_sta_hash_del()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out