Lines Matching refs:pkex_t
471 if (pkex->t > pkex->own_bi->pkex_t) in hostapd_dpp_pkex_tx_status()
472 pkex->own_bi->pkex_t = pkex->t; in hostapd_dpp_pkex_tx_status()
2225 if (hapd->dpp_pkex->t > hapd->dpp_pkex->own_bi->pkex_t) in hostapd_dpp_rx_pkex_exchange_req()
2226 hapd->dpp_pkex->own_bi->pkex_t = hapd->dpp_pkex->t; in hostapd_dpp_rx_pkex_exchange_req()
2310 if (hapd->dpp_pkex->t > hapd->dpp_pkex->own_bi->pkex_t) in hostapd_dpp_rx_pkex_commit_reveal_req()
2311 hapd->dpp_pkex->own_bi->pkex_t = in hostapd_dpp_rx_pkex_commit_reveal_req()
2941 unsigned int pkex_t; in hostapd_dpp_rx_action() local
3061 pkex_t = hapd->dpp_pkex->t; in hostapd_dpp_rx_action()
3063 pkex_t = hapd->dpp_pkex_bi->pkex_t; in hostapd_dpp_rx_action()
3065 pkex_t = 0; in hostapd_dpp_rx_action()
3066 if (pkex_t >= PKEX_COUNTER_T_LIMIT) { in hostapd_dpp_rx_action()
3262 own_bi->pkex_t = 0; /* clear pending errors on new code */ in hostapd_dpp_pkex_add()