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
55 static void hostapd_acl_cache_free_entry(struct hostapd_cached_radius_acl *e) in hostapd_acl_cache_free_entry() argument
64 static void hostapd_acl_cache_free(struct hostapd_cached_radius_acl *acl_cache) in hostapd_acl_cache_free()
66 struct hostapd_cached_radius_acl *prev; in hostapd_acl_cache_free()
96 struct hostapd_cached_radius_acl *entry; in hostapd_acl_cache_get()
356 struct hostapd_cached_radius_acl *prev, *entry, *tmp; in hostapd_acl_expire_cache()
432 struct hostapd_cached_radius_acl *cache) in decode_tunnel_passwords()
509 struct hostapd_cached_radius_acl *cache; in hostapd_acl_recv_radius()
Dhostapd.h146 struct hostapd_cached_radius_acl *acl_cache;