Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/
Dconfig_ssid.h1097 unsigned int dpp_netaccesskey_expiry; member
Ddpp_supplicant.c1466 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()
Dconfig_file.c842 INT(dpp_netaccesskey_expiry); in wpa_config_write_network()
Dconfig.c2739 { INT(dpp_netaccesskey_expiry) },
/hostap-latest/src/ap/
Ddpp_hostapd.c2072 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()
Dap_config.h801 unsigned int dpp_netaccesskey_expiry; member
/hostap-latest/hostapd/
Dconfig_file.c4843 bss->dpp_netaccesskey_expiry = strtol(pos, NULL, 0); in hostapd_config_fill()