OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extra_cred
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/wpa/dist/src/wps/
wps_registrar.c
171
struct wpabuf *
extra_cred
;
member in struct:wps_registrar
687
if (cfg->
extra_cred
) {
688
reg->
extra_cred
= wpabuf_alloc_copy(cfg->
extra_cred
,
690
if (reg->
extra_cred
== NULL) {
753
wpabuf_clear_free(reg->
extra_cred
);
1828
if (wps->wps->registrar->
extra_cred
) {
1830
wpabuf_put_buf(msg, wps->wps->registrar->
extra_cred
);
wps.h
370
* configuration and Enrollee capabilities. The
extra_cred
data will
376
*
extra_cred
: Additional Credential attribute(s)
383
const u8 *
extra_cred
;
member in struct:wps_registrar_config
386
* extra_cred_len: Length of
extra_cred
in octets
397
* program to take care of configuration. This requires the
extra_cred
/src/external/bsd/wpa/dist/src/ap/
ap_config.h
508
u8 *
extra_cred
;
member in struct:hostapd_bss_config
wps_hostapd.c
1306
cfg.
extra_cred
= conf->
extra_cred
;
ap_config.c
884
os_free(conf->
extra_cred
);
/src/external/bsd/wpa/dist/hostapd/
config_file.c
3987
} else if (os_strcmp(buf, "
extra_cred
") == 0) {
3988
os_free(bss->
extra_cred
);
3989
bss->
extra_cred
= (u8 *) os_readfile(pos, &bss->extra_cred_len);
3990
if (bss->
extra_cred
== NULL) {
Completed in 62 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026