Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_config.h28 struct mac_acl_entry { struct
197 struct mac_acl_entry *accept_mac;
199 struct mac_acl_entry *deny_mac;
405 int hostapd_maclist_found(struct mac_acl_entry *list, int num_entries,
Dap_config.c504 int hostapd_maclist_found(struct mac_acl_entry *list, int num_entries, in hostapd_maclist_found()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c119 const struct mac_acl_entry *aa = a; in hostapd_acl_comp()
120 const struct mac_acl_entry *bb = b; in hostapd_acl_comp()
126 struct mac_acl_entry **acl, int *num) in hostapd_config_read_maclist()
132 struct mac_acl_entry *newacl; in hostapd_config_read_maclist()
/external/wpa_supplicant_8/wpa_supplicant/
Dap.c902 conf->accept_mac = os_zalloc(sizeof(struct mac_acl_entry)); in wpa_supplicant_ap_mac_addr_filter()