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:acl_params
(Results
1 - 2
of
2
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
hostapd.c
1449
struct hostapd_acl_params *
acl_params
;
in hostapd_set_acl_list()
local
1452
acl_params
= os_zalloc(sizeof(*
acl_params
) +
in hostapd_set_acl_list()
1453
(n_entries * sizeof(
acl_params
->mac_acl[0])));
in hostapd_set_acl_list()
1454
if (!
acl_params
)
in hostapd_set_acl_list()
1458
os_memcpy(
acl_params
->mac_acl[i].addr, mac_acl[i].addr,
in hostapd_set_acl_list()
1461
acl_params
->acl_policy = accept_acl;
in hostapd_set_acl_list()
1462
acl_params
->num_mac_acl = n_entries;
in hostapd_set_acl_list()
1464
err = hostapd_drv_set_acl(hapd,
acl_params
);
in hostapd_set_acl_list()
1466
os_free(
acl_params
);
in hostapd_set_acl_list()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
hostapd.c
1393
struct hostapd_acl_params *
acl_params
;
in hostapd_set_acl_list()
local
1396
acl_params
= os_zalloc(sizeof(*
acl_params
) +
in hostapd_set_acl_list()
1397
(n_entries * sizeof(
acl_params
->mac_acl[0])));
in hostapd_set_acl_list()
1398
if (!
acl_params
)
in hostapd_set_acl_list()
1402
os_memcpy(
acl_params
->mac_acl[i].addr, mac_acl[i].addr,
in hostapd_set_acl_list()
1405
acl_params
->acl_policy = accept_acl;
in hostapd_set_acl_list()
1406
acl_params
->num_mac_acl = n_entries;
in hostapd_set_acl_list()
1408
err = hostapd_drv_set_acl(hapd,
acl_params
);
in hostapd_set_acl_list()
1410
os_free(
acl_params
);
in hostapd_set_acl_list()
[all...]
Completed in 6 milliseconds