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.c281 query = hapd->acl_queries; in hostapd_allowed_address()
326 query->next = hapd->acl_queries; in hostapd_allowed_address()
327 hapd->acl_queries = query; in hostapd_allowed_address()
376 entry = hapd->acl_queries; in hostapd_acl_expire_queries()
386 hapd->acl_queries = entry->next; in hostapd_acl_expire_queries()
486 query = hapd->acl_queries; in hostapd_acl_recv_radius()
583 hapd->acl_queries = query->next; in hostapd_acl_recv_radius()
627 query = hapd->acl_queries; in hostapd_acl_deinit()
Dhostapd.h137 struct hostapd_acl_query_data *acl_queries; member