OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acl_queries
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/ap/
ieee802_11_auth.c
294
query = hapd->
acl_queries
;
339
query->next = hapd->
acl_queries
;
340
hapd->
acl_queries
= query;
389
entry = hapd->
acl_queries
;
399
hapd->
acl_queries
= entry->next;
513
query = hapd->
acl_queries
;
629
hapd->
acl_queries
= query->next;
669
query = hapd->
acl_queries
;
hostapd.h
147
struct hostapd_acl_query_data *
acl_queries
;
member in struct:hostapd_data
Completed in 4553 milliseconds