Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_auth.c32 struct hostapd_cached_radius_acl { struct
36 struct hostapd_cached_radius_acl *next; argument
57 static void hostapd_acl_cache_free_entry(struct hostapd_cached_radius_acl *e) in hostapd_acl_cache_free_entry() argument
66 static void hostapd_acl_cache_free(struct hostapd_cached_radius_acl *acl_cache) in hostapd_acl_cache_free()
68 struct hostapd_cached_radius_acl *prev; in hostapd_acl_cache_free()
81 struct hostapd_cached_radius_acl *entry; in hostapd_acl_cache_get()
338 struct hostapd_cached_radius_acl *prev, *entry, *tmp; in hostapd_acl_expire_cache()
414 struct hostapd_cached_radius_acl *cache) in decode_tunnel_passwords()
492 struct hostapd_cached_radius_acl *cache; in hostapd_acl_recv_radius()
H A Dhostapd.h211 struct hostapd_cached_radius_acl *acl_cache;