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:sa_query
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H
A
D
hmac_mgmt_bss_comm.c
1734
oal_netbuf_stru *
sa_query
= (oal_netbuf_stru *)oal_netbuf_alloc(WLAN_MGMT_NETBUF_SIZE, 0, 4); /* align 4 */
in hmac_send_sa_query_req()
local
1735
if (
sa_query
== HI_NULL) {
in hmac_send_sa_query_req()
1745
if (memset_s(oal_netbuf_cb(
sa_query
), oal_netbuf_cb_size(), 0, oal_netbuf_cb_size()) != EOK) {
in hmac_send_sa_query_req()
1747
oal_netbuf_free(
sa_query
);
in hmac_send_sa_query_req()
1750
hi_u16 sa_query_len = hmac_encap_sa_query_req(mac_vap, (hi_u8 *)oal_netbuf_header(
sa_query
),
in hmac_send_sa_query_req()
1754
oal_netbuf_free(
sa_query
);
in hmac_send_sa_query_req()
1759
mac_set_protectedframe((hi_u8 *)oal_netbuf_header(
sa_query
));
in hmac_send_sa_query_req()
1762
hmac_tx_ctl_stru *tx_ctl = (hmac_tx_ctl_stru *)oal_netbuf_cb(
sa_query
); /* 获取cb结构体 */
in hmac_send_sa_query_req()
1765
tx_ctl->frame_header = (mac_ieee80211_frame_stru *)oal_netbuf_header(
sa_query
);
in hmac_send_sa_query_req()
1768
oal_netbuf_put(
sa_query
, sa_query_le
in hmac_send_sa_query_req()
1948
oal_netbuf_stru *
sa_query
= 0;
hmac_send_sa_query_rsp()
local
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_net.h
720
}
sa_query
;
member
Completed in 9 milliseconds