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:bssPolicy
(Results
1 - 2
of
2
) sorted by relevance
/drivers/peripheral/wlan/client/src/netlink/
H
A
D
netlink_event_adapter.c
218
static struct nla_policy
bssPolicy
[NL80211_BSS_MAX + 1];
in WifiGetScanResultHandler()
local
219
memset_s(
bssPolicy
, sizeof(
bssPolicy
), 0, sizeof(
bssPolicy
));
in WifiGetScanResultHandler()
220
bssPolicy
[NL80211_BSS_FREQUENCY].type = NLA_U32;
in WifiGetScanResultHandler()
221
bssPolicy
[NL80211_BSS_TSF].type = NLA_U64;
in WifiGetScanResultHandler()
222
bssPolicy
[NL80211_BSS_BEACON_INTERVAL].type = NLA_U16;
in WifiGetScanResultHandler()
223
bssPolicy
[NL80211_BSS_CAPABILITY].type = NLA_U16;
in WifiGetScanResultHandler()
224
bssPolicy
[NL80211_BSS_SIGNAL_MBM].type = NLA_U32;
in WifiGetScanResultHandler()
225
bssPolicy
[NL80211_BSS_SIGNAL_UNSPE
in WifiGetScanResultHandler()
[all...]
H
A
D
netlink_cmd_adapter.c
3005
struct nla_policy
bssPolicy
[NL80211_BSS_MAX + 1];
in GetAssociatedInfoHandler()
local
3006
bssPolicy
[NL80211_BSS_BSSID].type = NLA_UNSPEC;
in GetAssociatedInfoHandler()
3007
bssPolicy
[NL80211_BSS_FREQUENCY].type = NLA_U32;
in GetAssociatedInfoHandler()
3008
bssPolicy
[NL80211_BSS_STATUS].type = NLA_U32;
in GetAssociatedInfoHandler()
3015
if (nla_parse_nested(bss, NL80211_BSS_MAX, attr[NL80211_ATTR_BSS],
bssPolicy
) < 0 ||
in GetAssociatedInfoHandler()
Completed in 6 milliseconds