Home
last modified time | relevance | path

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

/hostap-3.7.0/src/ap/
Dieee802_11_auth.c59 static void hostapd_acl_cache_free(struct hostapd_cached_radius_acl *acl_cache) in hostapd_acl_cache_free() argument
63 while (acl_cache) { in hostapd_acl_cache_free()
64 prev = acl_cache; in hostapd_acl_cache_free()
65 acl_cache = acl_cache->next; in hostapd_acl_cache_free()
79 for (entry = hapd->acl_cache; entry; entry = entry->next) { in hostapd_acl_cache_get()
304 entry = hapd->acl_cache; in hostapd_acl_expire_cache()
314 hapd->acl_cache = entry->next; in hostapd_acl_expire_cache()
557 cache->next = hapd->acl_cache; in hostapd_acl_recv_radius()
558 hapd->acl_cache = cache; in hostapd_acl_recv_radius()
611 hostapd_acl_cache_free(hapd->acl_cache); in hostapd_acl_deinit()
[all …]
Dhostapd.h194 struct hostapd_cached_radius_acl *acl_cache; member