Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11_auth.c30 struct hostapd_cached_radius_acl { struct
34 struct hostapd_cached_radius_acl *next; argument
54 static void hostapd_acl_cache_free(struct hostapd_cached_radius_acl *acl_cache) in hostapd_acl_cache_free() argument
56 struct hostapd_cached_radius_acl *prev; in hostapd_acl_cache_free()
71 struct hostapd_cached_radius_acl *entry; in hostapd_acl_cache_get()
319 struct hostapd_cached_radius_acl *prev, *entry, *tmp; in hostapd_acl_expire_cache()
409 struct hostapd_cached_radius_acl *cache; in hostapd_acl_recv_radius()
Dhostapd.h86 struct hostapd_cached_radius_acl *acl_cache;