Searched refs:fast_version (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_fast.c | 38 int fast_version; member 416 data->fast_version = EAP_FAST_VERSION; in eap_fast_init() 422 data->fast_version = data->force_version; in eap_fast_init() 529 wpabuf_put_u8(req, EAP_TLS_FLAGS_START | data->fast_version); in eap_fast_build_start() 854 data->fast_version); in eap_fast_buildReq() 859 data->fast_version, id); in eap_fast_buildReq() 917 data->fast_version, id); in eap_fast_buildReq() 1444 if (peer_version < data->fast_version) { in eap_fast_process_version() 1447 peer_version, data->fast_version, peer_version); in eap_fast_process_version() 1448 data->fast_version = peer_version; in eap_fast_process_version()
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_fast.c | 36 int fast_version; member 157 data->fast_version = EAP_FAST_VERSION; in eap_fast_init() 1158 data->fast_version, identifier, in eap_fast_encrypt_response() 1325 data->fast_version, in eap_fast_decrypt() 1497 flags & EAP_TLS_VERSION_MASK, data->fast_version); in eap_fast_process_start() 1498 if ((flags & EAP_TLS_VERSION_MASK) < data->fast_version) in eap_fast_process_start() 1499 data->fast_version = flags & EAP_TLS_VERSION_MASK; in eap_fast_process_start() 1501 data->fast_version); in eap_fast_process_start() 1613 data->fast_version, id, &msg, in eap_fast_process() 1673 data->fast_version); in eap_fast_process()
|