Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_server/
Deap_server_fast.c38 int fast_version; member
427 data->fast_version = EAP_FAST_VERSION; in eap_fast_init()
433 data->fast_version = data->force_version; in eap_fast_init()
538 wpabuf_put_u8(req, EAP_TLS_FLAGS_START | data->fast_version); in eap_fast_build_start()
863 data->fast_version); in eap_fast_buildReq()
868 data->fast_version, id); in eap_fast_buildReq()
925 data->fast_version, id); in eap_fast_buildReq()
1440 if (peer_version < data->fast_version) { in eap_fast_process_version()
1443 peer_version, data->fast_version, peer_version); in eap_fast_process_version()
1444 data->fast_version = peer_version; in eap_fast_process_version()
/external/wpa_supplicant_8/src/eap_peer/
Deap_fast.c36 int fast_version; member
157 data->fast_version = EAP_FAST_VERSION; in eap_fast_init()
1148 data->fast_version, identifier, in eap_fast_encrypt_response()
1315 data->fast_version, in eap_fast_decrypt()
1487 flags & EAP_TLS_VERSION_MASK, data->fast_version); in eap_fast_process_start()
1488 if ((flags & EAP_TLS_VERSION_MASK) < data->fast_version) in eap_fast_process_start()
1489 data->fast_version = flags & EAP_TLS_VERSION_MASK; in eap_fast_process_start()
1491 data->fast_version); in eap_fast_process_start()
1603 data->fast_version, id, &msg, in eap_fast_process()
1663 data->fast_version); in eap_fast_process()