Searched refs:fast_version (Results 1 – 2 of 2) sorted by relevance
| /trueos/contrib/wpa/src/eap_server/ |
| HD | eap_server_fast.c | 38 int fast_version; member 421 data->fast_version = EAP_FAST_VERSION; in eap_fast_init() 427 data->fast_version = data->force_version; in eap_fast_init() 533 wpabuf_put_u8(req, EAP_TLS_FLAGS_START | data->fast_version); in eap_fast_build_start() 855 data->fast_version); in eap_fast_buildReq() 860 data->fast_version, id); in eap_fast_buildReq() 917 data->fast_version, id); in eap_fast_buildReq() 1430 if (peer_version < data->fast_version) { in eap_fast_process_version() 1433 peer_version, data->fast_version, peer_version); in eap_fast_process_version() 1434 data->fast_version = peer_version; in eap_fast_process_version()
|
| /trueos/contrib/wpa/src/eap_peer/ |
| HD | eap_fast.c | 36 int fast_version; member 153 data->fast_version = EAP_FAST_VERSION; in eap_fast_init() 1110 data->fast_version, identifier, in eap_fast_encrypt_response() 1277 data->fast_version, in eap_fast_decrypt() 1447 flags & EAP_TLS_VERSION_MASK, data->fast_version); in eap_fast_process_start() 1448 if ((flags & EAP_TLS_VERSION_MASK) < data->fast_version) in eap_fast_process_start() 1449 data->fast_version = flags & EAP_TLS_VERSION_MASK; in eap_fast_process_start() 1451 data->fast_version); in eap_fast_process_start() 1534 data->fast_version, id, pos, in eap_fast_process() 1575 data->fast_version); in eap_fast_process()
|