OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dppcon
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/wpa/dist/src/common/
dpp_reconfig.c
190
struct wpabuf *
dppcon
= NULL;
local
203
/* Connector (JSON
dppCon
object) */
204
dppcon
= wpabuf_alloc(1000 + 2 * curve->prime_len * 4 / 3);
205
if (!
dppcon
)
207
json_start_object(
dppcon
, NULL);
208
json_start_array(
dppcon
, "groups");
209
json_start_object(
dppcon
, NULL);
210
json_add_string(
dppcon
, "groupId", "*");
211
json_value_sep(
dppcon
);
212
json_add_string(
dppcon
, "netRole", "configurator")
[
all
...]
dpp.c
1659
struct wpabuf *
dppcon
= NULL;
local
1704
/* Connector (JSON
dppCon
object) */
1705
dppcon
= wpabuf_alloc(extra_len + 2 * nak_curve->prime_len * 4 / 3);
1706
if (!
dppcon
)
1710
wpabuf_put_u8(
dppcon
, '{');
1715
wpabuf_put_str(
dppcon
, "\"groups\":");
1716
wpabuf_put_str(
dppcon
, auth->groups_override);
1717
json_value_sep(
dppcon
);
1722
json_start_object(
dppcon
, NULL);
1723
json_start_array(
dppcon
, "groups")
[
all
...]
dpp_i.h
147
const struct wpabuf *
dppcon
);
dpp_crypto.c
635
if (os_strcmp(token->string, "
dppCon
") != 0) {
1885
json_add_string(jws_prot_hdr, "typ", "
dppCon
");
1960
const struct wpabuf *
dppcon
)
1967
signed2 = base64_url_encode(wpabuf_head(
dppcon
), wpabuf_len(
dppcon
),
Completed in 22 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026