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:mgmt_len
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H
A
D
hmac_scan.h
65
hmac_scanned_bss_info *hmac_scan_alloc_scanned_bss(hi_u32
mgmt_len
);
H
A
D
hmac_scan.c
56
hmac_scanned_bss_info *hmac_scan_alloc_scanned_bss(hi_u32
mgmt_len
)
in hmac_scan_alloc_scanned_bss()
argument
61
scanned_bss = oal_memalloc(sizeof(hmac_scanned_bss_info) +
mgmt_len
-
in hmac_scan_alloc_scanned_bss()
70
memset_s(scanned_bss, sizeof(hmac_scanned_bss_info) +
mgmt_len
- sizeof(scanned_bss->bss_dscr_info.auc_mgmt_buff),
in hmac_scan_alloc_scanned_bss()
71
0, sizeof(hmac_scanned_bss_info) +
mgmt_len
- sizeof(scanned_bss->bss_dscr_info.auc_mgmt_buff));
in hmac_scan_alloc_scanned_bss()
1109
bss_dscr->
mgmt_len
= us_frame_len;
in hmac_scan_update_bss_dscr()
1184
hi_u16 bsslen = sizeof(hmac_scanned_bss_info) +
mgmt_len
- sizeof(new_scanned_bss->bss_dscr_info.auc_mgmt_buff);
in hmac_scan_proc_scanned_bss_mgmt()
1191
quick_start_param->us_bss_frame_len =
mgmt_len
;
in hmac_scan_proc_scanned_bss_mgmt()
H
A
D
hmac_mgmt_sta.c
1266
if (bss_dscr->
mgmt_len
< us_offset) {
in hmac_sta_find_ie_in_probe_rsp()
1270
puc_ie = mac_find_ie(eid, puc_payload, (bss_dscr->
mgmt_len
- us_offset));
in hmac_sta_find_ie_in_probe_rsp()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
wal_scan.c
142
scanned_bss_info->
mgmt_len
, scanned_bss_info->l_signal, GFP_ATOMIC);
in wal_inform_bss_frame()
222
scanned_bss_info.
mgmt_len
= scanned_bss->bss_dscr_info.
mgmt_len
;
in wal_inform_all_bss()
H
A
D
wal_event.h
66
hi_u32
mgmt_len
; /* 管理帧长度 */
member
H
A
D
wal_cfg80211_apt.c
306
hi_u32 ie_len = scanned_bss_info->
mgmt_len
- (hi_u32)oal_offset_of(oal_ieee80211_mgmt_stru, u.probe_resp.variable);
in cfg80211_inform_bss_frame()
307
hi_u32 beacon_len = scanned_bss_info->
mgmt_len
- (hi_u32)oal_offset_of(oal_ieee80211_mgmt_stru, u.beacon.variable);
in cfg80211_inform_bss_frame()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H
A
D
mac_device.h
441
hi_u32
mgmt_len
; /* 管理帧的长度 */
member
Completed in 12 milliseconds