Searched refs:dpp_netaccesskey_expiry (Results 1 – 7 of 7) sorted by relevance
1097 unsigned int dpp_netaccesskey_expiry; member
1466 ssid->dpp_netaccesskey_expiry = auth->net_access_key_expiry; in wpas_dpp_add_network()4527 if (ssid->dpp_netaccesskey_expiry && in wpas_dpp_check_connect()4528 (os_time_t) ssid->dpp_netaccesskey_expiry < now.sec) { in wpas_dpp_check_connect()
842 INT(dpp_netaccesskey_expiry); in wpa_config_write_network()
2739 { INT(dpp_netaccesskey_expiry) },
2072 if (hapd->conf->dpp_netaccesskey_expiry && in hostapd_dpp_rx_peer_disc_req()2073 (os_time_t) hapd->conf->dpp_netaccesskey_expiry < now.sec) { in hostapd_dpp_rx_peer_disc_req()2136 if (!expire || (os_time_t) hapd->conf->dpp_netaccesskey_expiry < expire) in hostapd_dpp_rx_peer_disc_req()2137 expire = hapd->conf->dpp_netaccesskey_expiry; in hostapd_dpp_rx_peer_disc_req()2817 if (hapd->conf->dpp_netaccesskey_expiry && in hostapd_dpp_rx_priv_peer_intro_update()2818 (os_time_t) hapd->conf->dpp_netaccesskey_expiry < now.sec) { in hostapd_dpp_rx_priv_peer_intro_update()2910 if (!expire || (os_time_t) hapd->conf->dpp_netaccesskey_expiry < expire) in hostapd_dpp_rx_priv_peer_intro_update()2911 expire = hapd->conf->dpp_netaccesskey_expiry; in hostapd_dpp_rx_priv_peer_intro_update()
801 unsigned int dpp_netaccesskey_expiry; member
4843 bss->dpp_netaccesskey_expiry = strtol(pos, NULL, 0); in hostapd_config_fill()