Searched refs:acl_queries (Results 1 – 2 of 2) sorted by relevance
265 query = hapd->acl_queries; in hostapd_allowed_address()303 query->next = hapd->acl_queries; in hostapd_allowed_address()304 hapd->acl_queries = query; in hostapd_allowed_address()351 entry = hapd->acl_queries; in hostapd_acl_expire_queries()360 hapd->acl_queries = entry->next; in hostapd_acl_expire_queries()413 query = hapd->acl_queries; in hostapd_acl_recv_radius()516 hapd->acl_queries = query->next; in hostapd_acl_recv_radius()560 query = hapd->acl_queries; in hostapd_acl_deinit()
87 struct hostapd_acl_query_data *acl_queries; member