Searched refs:eap_types (Results 1 – 2 of 2) sorted by relevance
979 static const char * const eap_types[] = { variable989 return ((u32)type >= ARRAY_SIZE(eap_types)) ? "Unknown" : in eap_get_type()990 eap_types[type]; in eap_get_type()
1176 static const char *eap_types[] = { variable1186 return ((u32)type >= ARRAY_SIZE(eap_types)) ? "Unknown" : eap_types[type]; in eap_get_type()