Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11_auth.c294 query = hapd->acl_queries; in hostapd_allowed_address()
339 query->next = hapd->acl_queries; in hostapd_allowed_address()
340 hapd->acl_queries = query; in hostapd_allowed_address()
389 entry = hapd->acl_queries; in hostapd_acl_expire_queries()
399 hapd->acl_queries = entry->next; in hostapd_acl_expire_queries()
513 query = hapd->acl_queries; in hostapd_acl_recv_radius()
629 hapd->acl_queries = query->next; in hostapd_acl_recv_radius()
669 query = hapd->acl_queries; in hostapd_acl_deinit()
Dhostapd.h147 struct hostapd_acl_query_data *acl_queries; member