Searched refs:expiry (Results 1 – 7 of 7) sorted by relevance
52 int64_t expiry; member
510 int dpp_key_expired(const char *timestamp, os_time_t *expiry);526 os_time_t *expiry);
4067 char expiry[30]; in dpp_build_conf_obj_dpp() local4074 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() argument4810 if (expiry) in dpp_key_expired()4811 *expiry = utime; in dpp_key_expired()5790 os_time_t *expiry) in dpp_peer_intro() argument5810 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()
152 …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 …
3138 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()
78 … int64_t expiry; /*!< Timestamp when Heartbeat subscription period is expired */ member
325 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.