Home
last modified time | relevance | path

Searched refs:expiry (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/include/
Dcfg_srv.h52 int64_t expiry; member
/hal_espressif-2.7.6/components/wpa_supplicant/src/common/
Ddpp.h510 int dpp_key_expired(const char *timestamp, os_time_t *expiry);
526 os_time_t *expiry);
Ddpp.c4067 char expiry[30]; in dpp_build_conf_obj_dpp() local
4074 os_snprintf(expiry, sizeof(expiry), in dpp_build_conf_obj_dpp()
4079 json_add_string(dppcon, "expiry", expiry); in dpp_build_conf_obj_dpp()
4750 int dpp_key_expired(const char *timestamp, os_time_t *expiry) in dpp_key_expired() argument
4810 if (expiry) in dpp_key_expired()
4811 *expiry = utime; in dpp_key_expired()
5790 os_time_t *expiry) in dpp_peer_intro() argument
5810 if (expiry) in dpp_peer_intro()
5811 *expiry = 0; in dpp_peer_intro()
5886 if (dpp_key_expired(token->string, expiry)) { in dpp_peer_intro()
/hal_espressif-2.7.6/examples/system/esp_event/default_event_loop/
DREADME.md152 …executes for **any** timer event. It can be seen executing for the timer expiry and timer stopped …
188 When the periodic timer expiry limit is reached, the event ``TIMER_EVENTS:TIMER_EVENT_STOPPED`` is …
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/
Dcfg_srv.c3138 if (uptime > cfg->hb_sub.expiry) { in hb_sub_send_status()
3141 period = (cfg->hb_sub.expiry - uptime) / 1000; in hb_sub_send_status()
3236 cfg->hb_sub.expiry = k_uptime_get() + period_ms; in heartbeat_sub_set()
3238 cfg->hb_sub.expiry = 0; in heartbeat_sub_set()
3389 cfg->hb_sub.expiry = 0; in cfg_srv_init()
3473 cfg->hb_sub.expiry = 0; in bt_mesh_cfg_reset()
3505 if (k_uptime_get() > cfg->hb_sub.expiry) { in bt_mesh_heartbeat()
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_config_model_api.h78 … int64_t expiry; /*!< Timestamp when Heartbeat subscription period is expired */ member
/hal_espressif-2.7.6/components/mbedtls/
DKconfig325 expiry of TLS session tickets or session cache entries.
332 bool "Enable mbedtls certificate expiry check"
336 Enables X.509 certificate expiry checks in mbedTLS.