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

/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dap_config.h23 struct mac_acl_entry { struct
239 struct mac_acl_entry *accept_mac;
241 struct mac_acl_entry *deny_mac;
526 int hostapd_maclist_found(struct mac_acl_entry *list, int num_entries,
H A Dap_config.c556 int hostapd_maclist_found(struct mac_acl_entry *list, int num_entries,
/freebsd-10.1-release/contrib/wpa/hostapd/
H A Dconfig_file.c113 const struct mac_acl_entry *aa = a;
114 const struct mac_acl_entry *bb = b;
120 struct mac_acl_entry **acl, int *num)
126 struct mac_acl_entry *newacl;
/freebsd-10.1-release/contrib/wpa/wpa_supplicant/
H A Dap.c1026 conf->accept_mac = os_zalloc(sizeof(struct mac_acl_entry));

Completed in 106 milliseconds