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:extra_cred
(Results
1 - 12
of
12
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H
A
D
wps_registrar.c
169
struct wpabuf *
extra_cred
;
member
686
if (cfg->
extra_cred
) {
in wps_registrar_init()
687
reg->
extra_cred
= wpabuf_alloc_copy(cfg->
extra_cred
,
in wps_registrar_init()
689
if (reg->
extra_cred
== NULL) {
in wps_registrar_init()
753
wpabuf_clear_free(reg->
extra_cred
);
in wps_registrar_deinit()
1838
if (wps->wps->registrar->
extra_cred
) {
in wps_build_cred()
1840
wpabuf_put_buf(msg, wps->wps->registrar->
extra_cred
);
in wps_build_cred()
H
A
D
wps.h
356
* configuration and Enrollee capabilities. The
extra_cred
data will
362
*
extra_cred
: Additional Credential attribute(s)
369
const u8 *
extra_cred
;
member
372
* extra_cred_len: Length of
extra_cred
in octets
383
* program to take care of configuration. This requires the
extra_cred
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H
A
D
wps_registrar.c
171
struct wpabuf *
extra_cred
;
member
688
if (cfg->
extra_cred
) {
in wps_registrar_init()
689
reg->
extra_cred
= wpabuf_alloc_copy(cfg->
extra_cred
,
in wps_registrar_init()
691
if (reg->
extra_cred
== NULL) {
in wps_registrar_init()
754
wpabuf_clear_free(reg->
extra_cred
);
in wps_registrar_deinit()
1829
if (wps->wps->registrar->
extra_cred
) {
in wps_build_cred()
1831
wpabuf_put_buf(msg, wps->wps->registrar->
extra_cred
);
in wps_build_cred()
H
A
D
wps.h
365
* configuration and Enrollee capabilities. The
extra_cred
data will
371
*
extra_cred
: Additional Credential attribute(s)
378
const u8 *
extra_cred
;
member
381
* extra_cred_len: Length of
extra_cred
in octets
392
* program to take care of configuration. This requires the
extra_cred
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
ap_config.h
493
u8 *
extra_cred
;
member
H
A
D
wps_hostapd.c
1305
cfg.
extra_cred
= conf->
extra_cred
;
in hostapd_init_wps()
H
A
D
ap_config.c
851
os_free(conf->
extra_cred
);
in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
ap_config.h
485
u8 *
extra_cred
;
member
H
A
D
wps_hostapd.c
1210
cfg.
extra_cred
= conf->
extra_cred
;
in hostapd_init_wps()
H
A
D
ap_config.c
756
os_free(conf->
extra_cred
);
in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H
A
D
ap_config_file.c
3851
} else if (os_strcmp(buf, "
extra_cred
") == 0) {
in hostapd_config_fill()
3852
os_free(bss->
extra_cred
);
in hostapd_config_fill()
3853
bss->
extra_cred
= (u8 *) os_readfile(pos, &bss->extra_cred_len);
in hostapd_config_fill()
3854
if (bss->
extra_cred
== NULL) {
in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H
A
D
ap_config_file.c
3653
} else if (os_strcmp(buf, "
extra_cred
") == 0) {
3654
os_free(bss->
extra_cred
);
3655
bss->
extra_cred
= (u8 *) os_readfile(pos, &bss->extra_cred_len);
3656
if (bss->
extra_cred
== NULL) {
Completed in 34 milliseconds