Home
last modified time | relevance | path

Searched refs:postfix (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/wpa_supplicant/test/
Dtest_dpp.c51 char postfix[] = "a00a06082a8648ce3d030107"; variable
70 sprintf(key, "%s%s%s", prefix, private_bootstrap_key, postfix);
87 sprintf(command, "%s%s%s", prefix, protocol_key, postfix);
/hal_espressif-3.6.0/.gitlab/ci/dependencies/
DREADME.md20 - `deploy`: An array of strings, used to replicate rules by adding postfix `-<item in deploy array>…
69 …**Mappings with the keyword `deploy` will also replicate by adding a postfix `-<item in deploy arr…
86 - If a mapping key has postfix `-preview`, no `if-protected-xxx` clause will be added
87 … - else if a mapping key has postfix `-production`, an `if-protected-no_label` clause will be added
/hal_espressif-3.6.0/components/wpa_supplicant/esp_supplicant/src/
Desp_dpp.c546 char postfix[] = "a00a06082a8648ce3d030107"; in esp_supp_dpp_bootstrap_gen() local
549 sizeof(prefix) + sizeof(postfix)); in esp_supp_dpp_bootstrap_gen()
555 sprintf(params->key, "%s%s%s", prefix, key, postfix); in esp_supp_dpp_bootstrap_gen()