Searched refs:eap_types (Results 1 – 1 of 1) sorted by relevance
777 static const char * const eap_types[] = { variable787 return ((u32)type >= ARRAY_SIZE(eap_types)) ? "Unknown" : in eap_get_type()788 eap_types[type]; in eap_get_type()