Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11_auth.c248 query = hapd->acl_queries; in hostapd_allowed_address()
284 query->next = hapd->acl_queries; in hostapd_allowed_address()
285 hapd->acl_queries = query; in hostapd_allowed_address()
334 entry = hapd->acl_queries; in hostapd_acl_expire_queries()
344 hapd->acl_queries = entry->next; in hostapd_acl_expire_queries()
459 query = hapd->acl_queries; in hostapd_acl_recv_radius()
574 hapd->acl_queries = query->next; in hostapd_acl_recv_radius()
615 query = hapd->acl_queries; in hostapd_acl_deinit()
616 hapd->acl_queries = NULL; in hostapd_acl_deinit()
Dhostapd.h194 struct hostapd_acl_query_data *acl_queries; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11_auth.c305 query = hapd->acl_queries; in hostapd_allowed_address()
349 query->next = hapd->acl_queries; in hostapd_allowed_address()
350 hapd->acl_queries = query; in hostapd_allowed_address()
399 entry = hapd->acl_queries; in hostapd_acl_expire_queries()
409 hapd->acl_queries = entry->next; in hostapd_acl_expire_queries()
523 query = hapd->acl_queries; in hostapd_acl_recv_radius()
637 hapd->acl_queries = query->next; in hostapd_acl_recv_radius()
678 query = hapd->acl_queries; in hostapd_acl_deinit()
679 hapd->acl_queries = NULL; in hostapd_acl_deinit()
Dhostapd.h185 struct hostapd_acl_query_data *acl_queries; member