Home
last modified time | relevance | path

Searched defs:token (Results 1 – 20 of 20) sorted by relevance

/hal_espressif-3.5.0/components/jsmn/src/
Djsmn.c54 static void jsmn_fill_token(jsmntok_t *token, jsmntype_t type, in jsmn_fill_token()
67 jsmntok_t *token; in jsmn_parse_primitive() local
116 jsmntok_t *token; in jsmn_parse_string() local
185 jsmntok_t *token; in jsmn_parse() local
/hal_espressif-3.5.0/components/wpa_supplicant/src/utils/
Djson.c191 static int json_check_tree_state(struct json_token *token) in json_check_tree_state()
222 struct json_token *root = NULL, *curr_token = NULL, *token = NULL; in json_parse() local
495 struct json_token *token, *ret = NULL; in json_get_member() local
511 struct json_token *token; in json_get_member_base64url() local
553 static void json_print_token(struct json_token *token, int depth, in json_print_token()
/hal_espressif-3.5.0/components/esp_wifi/src/
Dsmartconfig_ack.c47 uint8_t token; /*!< Smartconfig token from the cellphone */ member
201 esp_err_t sc_send_ack_start(smartconfig_type_t type, uint8_t token, uint8_t *cellphone_ip) in sc_send_ack_start()
/hal_espressif-3.5.0/components/esp_hw_support/port/esp32s2/
Desp_hmac.c48 esp_err_t esp_hmac_jtag_enable(hmac_key_id_t key_id, const uint8_t *token) in esp_hmac_jtag_enable()
/hal_espressif-3.5.0/components/esp_hw_support/port/esp32c3/
Desp_hmac.c136 esp_err_t esp_hmac_jtag_enable(hmac_key_id_t key_id, const uint8_t *token) in esp_hmac_jtag_enable()
/hal_espressif-3.5.0/components/esp_hw_support/port/esp32h2/
Desp_hmac.c136 esp_err_t esp_hmac_jtag_enable(hmac_key_id_t key_id, const uint8_t *token) in esp_hmac_jtag_enable()
/hal_espressif-3.5.0/components/esp_hw_support/port/esp32s3/
Desp_hmac.c137 esp_err_t esp_hmac_jtag_enable(hmac_key_id_t key_id, const uint8_t *token) in esp_hmac_jtag_enable()
/hal_espressif-3.5.0/components/esp_wifi/include/
Desp_smartconfig.h52 uint8_t token; /**< Token from cellphone which is used to send ACK to cellphone. */ member
/hal_espressif-3.5.0/components/wpa_supplicant/src/common/
Dwpa_supplicant_i.h38 u8 token; member
56 u8 token; member
Dsae.c859 const struct wpabuf *token, const char *identifier) in sae_write_commit()
968 const u8 *end, const u8 **token, in sae_parse_commit_token()
1208 const u8 **token, size_t *token_len, int *allowed_groups) in sae_parse_commit()
Ddpp.c4417 struct json_token *root = NULL, *token; in dpp_conf_req_rx() local
4560 struct json_token *root, *token; in dpp_parse_jws_prot_hdr() local
4668 struct json_token *token; in dpp_parse_jwk() local
4832 struct json_token *root, *groups, *netkey, *token; in dpp_parse_connector() local
5109 struct json_token *token, *csign; in dpp_parse_cred_dpp() local
5278 struct json_token *root, *token, *discovery, *cred; in dpp_parse_conf_obj() local
5643 struct json_token *groups, *token; in dpp_connector_compatible_group() local
5675 struct json_token *groups, *token; in dpp_connector_match_groups() local
5788 struct json_token *root = NULL, *netkey, *token; in dpp_peer_intro() local
Dmbo.c357 char *cmd, *token, *context = NULL; in wpas_mbo_update_non_pref_chan() local
Drrm.c271 static int wpas_rrm_report_elem(struct wpabuf **buf, u8 token, u8 mode, u8 type, in wpas_rrm_report_elem()
Dieee802_11_defs.h788 u8 token; /* Measurement Token */ member
851 u8 token; /* Measurement Token */ member
/hal_espressif-3.5.0/tools/kconfig/
Dzconf.y545 static const char *zconf_tokenname(int token) in zconf_tokenname()
Dlkc.h66 int token; member
Dmenu.c199 void menu_add_option(int token, char *arg) in menu_add_option()
/hal_espressif-3.5.0/components/wpa_supplicant/src/wps/
Dwps_registrar.c36 static void wps_remove_nfc_pw_token(struct wps_nfc_pw_token *token) in wps_remove_nfc_pw_token()
45 struct wps_nfc_pw_token *token, *prev; in wps_free_nfc_pw_tokens() local
57 struct wps_nfc_pw_token *token; in wps_get_nfc_pw_token() local
2546 struct wps_nfc_pw_token *token; in wps_process_m1() local
3486 struct wps_nfc_pw_token *token; in wps_registrar_add_nfc_pw_token() local
3546 struct wps_nfc_pw_token *token) in wps_registrar_remove_nfc_pw_token()
/hal_espressif-3.5.0/examples/protocols/coap_client/main/
Dcoap_client_example_main.c360 unsigned char token[8]; in coap_example_client() local
/hal_espressif-3.5.0/tools/catch/
Dcatch.hpp3322 std::string token = subString(); in addPattern() local
4541 Parser::Token const& token = tokens[i]; in populateOptions() local
4589 Parser::Token const& token = tokens[i]; in populateFixedArgs() local
4605 Parser::Token const& token = tokens[i]; in populateFloatingArgs() local