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:new_peer
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hdfadapt/
H
A
D
net_adpater.c
766
oal_event_new_peer_stru
new_peer
;
in wal_mesh_report_assoc_info()
local
767
if (memcpy_s(
new_peer
.addr.addr, NETIF_MAX_HWADDR_LEN, assoc_info->auc_user_addr, WLAN_MAC_ADDR_LEN) != EOK) {
in wal_mesh_report_assoc_info()
771
new_peer
.addr.addrlen = WLAN_MAC_ADDR_LEN;
in wal_mesh_report_assoc_info()
772
new_peer
.is_mesh_user = ((assoc_info->is_initiative_role << 4) | (assoc_info->is_mesh_user & 0x0F)); /* 4 */
in wal_mesh_report_assoc_info()
773
new_peer
.beacon_prio = assoc_info->bcn_prio;
in wal_mesh_report_assoc_info()
774
new_peer
.rssi = (hi_s8)(-(assoc_info->conn_rx_rssi));
in wal_mesh_report_assoc_info()
775
new_peer
.lqi = 0;
in wal_mesh_report_assoc_info()
779
netdev->lwip_netif->linklayer_event(netdev->lwip_netif, LL_EVENT_NEW_PEER, (hi_s8 *)&
new_peer
);
in wal_mesh_report_assoc_info()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H
A
D
netif.h
981
linklayer_event_new_peer_t
new_peer
;
member
Completed in 5 milliseconds