Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/radius/
H A Dradius_client.c1108 bool tls, tls_ready; in radius_client_receive() local
1116 tls_ready = radius->acct_tls_ready; in radius_client_receive()
1126 tls_ready = radius->auth_tls_ready; in radius_client_receive()
1149 if (tls && !tls_ready) { in radius_client_receive()