Searched refs:acl_cache (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_auth.c64 static void hostapd_acl_cache_free(struct hostapd_cached_radius_acl *acl_cache) argument
68 while (acl_cache) {
69 prev = acl_cache;
70 acl_cache = acl_cache->next;
101 for (entry = hapd->acl_cache; entry; entry = entry->next) {
359 entry = hapd->acl_cache;
369 hapd->acl_cache = entry->next;
613 cache->next = hapd->acl_cache;
614 hapd->acl_cache
[all...]
H A Dhostapd.h158 struct hostapd_cached_radius_acl *acl_cache; member in struct:hostapd_data
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_auth.c64 static void hostapd_acl_cache_free(struct hostapd_cached_radius_acl *acl_cache) argument
68 while (acl_cache) {
69 prev = acl_cache;
70 acl_cache = acl_cache->next;
101 for (entry = hapd->acl_cache; entry; entry = entry->next) {
359 entry = hapd->acl_cache;
369 hapd->acl_cache = entry->next;
613 cache->next = hapd->acl_cache;
614 hapd->acl_cache
[all...]
H A Dhostapd.h158 struct hostapd_cached_radius_acl *acl_cache; member in struct:hostapd_data
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_auth.c64 static void hostapd_acl_cache_free(struct hostapd_cached_radius_acl *acl_cache) argument
68 while (acl_cache) {
69 prev = acl_cache;
70 acl_cache = acl_cache->next;
101 for (entry = hapd->acl_cache; entry; entry = entry->next) {
359 entry = hapd->acl_cache;
369 hapd->acl_cache = entry->next;
613 cache->next = hapd->acl_cache;
614 hapd->acl_cache
[all...]
H A Dhostapd.h158 struct hostapd_cached_radius_acl *acl_cache; member in struct:hostapd_data

Completed in 268 milliseconds