Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11_auth.c54 static void hostapd_acl_cache_free(struct hostapd_cached_radius_acl *acl_cache) in hostapd_acl_cache_free() argument
58 while (acl_cache) { in hostapd_acl_cache_free()
59 prev = acl_cache; in hostapd_acl_cache_free()
60 acl_cache = acl_cache->next; in hostapd_acl_cache_free()
75 entry = hapd->acl_cache; in hostapd_acl_cache_get()
322 entry = hapd->acl_cache; in hostapd_acl_expire_cache()
331 hapd->acl_cache = entry->next; in hostapd_acl_expire_cache()
499 cache->next = hapd->acl_cache; in hostapd_acl_recv_radius()
500 hapd->acl_cache = cache; in hostapd_acl_recv_radius()
557 hostapd_acl_cache_free(hapd->acl_cache); in hostapd_acl_deinit()
Dhostapd.h86 struct hostapd_cached_radius_acl *acl_cache; member