Searched refs:acl_queries (Results 1 – 2 of 2) sorted by relevance
255 query = hapd->acl_queries; in hostapd_allowed_address()292 query->next = hapd->acl_queries; in hostapd_allowed_address()293 hapd->acl_queries = query; in hostapd_allowed_address()340 entry = hapd->acl_queries; in hostapd_acl_expire_queries()349 hapd->acl_queries = entry->next; in hostapd_acl_expire_queries()401 query = hapd->acl_queries; in hostapd_acl_recv_radius()474 hapd->acl_queries = query->next; in hostapd_acl_recv_radius()518 query = hapd->acl_queries; in hostapd_acl_deinit()
95 struct hostapd_acl_query_data *acl_queries; member