Lines Matching refs:acl_queries
285 query = hapd->acl_queries; in hostapd_allowed_address()
321 query->next = hapd->acl_queries; in hostapd_allowed_address()
322 hapd->acl_queries = query; in hostapd_allowed_address()
371 entry = hapd->acl_queries; in hostapd_acl_expire_queries()
381 hapd->acl_queries = entry->next; in hostapd_acl_expire_queries()
496 query = hapd->acl_queries; in hostapd_acl_recv_radius()
640 hapd->acl_queries = query->next; in hostapd_acl_recv_radius()
681 query = hapd->acl_queries; in hostapd_acl_deinit()
682 hapd->acl_queries = NULL; in hostapd_acl_deinit()
748 query->next = hapd->acl_queries; in hostapd_acl_req_radius_psk()
749 hapd->acl_queries = query; in hostapd_acl_req_radius_psk()