OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acl_cache
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/ap/
ieee802_11_auth.c
65
static void hostapd_acl_cache_free(struct hostapd_cached_radius_acl *
acl_cache
)
69
while (
acl_cache
) {
70
prev =
acl_cache
;
71
acl_cache
=
acl_cache
->next;
111
for (entry = hapd->
acl_cache
; entry; entry = entry->next) {
346
entry = hapd->
acl_cache
;
355
hapd->
acl_cache
= entry->next;
566
cache->next = hapd->
acl_cache
;
567
hapd->
acl_cache
= cache
[
all
...]
hostapd.h
135
struct hostapd_cached_radius_acl *
acl_cache
;
member in struct:hostapd_data
Completed in 30 milliseconds