Lines Matching defs:expiry
4385 pos = os_strstr(cmd, " expiry=");
4671 "DPP: Failed to generate expiry string");
4675 ",\"expiry\":\"%04u-%02u-%02uT%02u:%02u:%02uZ\"",
5306 int dpp_key_expired(const char *timestamp, os_time_t *expiry)
5366 if (expiry)
5367 *expiry = utime;
5433 token = json_get_member(root, "expiry");
5436 "DPP: No expiry string found - connector does not expire");
5438 wpa_printf(MSG_DEBUG, "DPP: expiry = %s", token->string);
6449 os_time_t *expiry)
6469 if (expiry)
6470 *expiry = 0;
6540 token = json_get_member(root, "expiry");
6543 "DPP: No expiry string found - connector does not expire");
6545 wpa_printf(MSG_DEBUG, "DPP: expiry = %s", token->string);
6546 if (dpp_key_expired(token->string, expiry)) {