Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_peer/
Deap_leap.c20 #define LEAP_KEY_LEN 16 macro
345 key = os_malloc(LEAP_KEY_LEN); in eap_leap_getKey()
383 wpa_hexdump_key(MSG_DEBUG, "EAP-LEAP: master key", key, LEAP_KEY_LEN); in eap_leap_getKey()
384 *len = LEAP_KEY_LEN; in eap_leap_getKey()