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

/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dap_config.h27 struct mac_acl_entry { struct
196 struct mac_acl_entry *accept_mac;
198 struct mac_acl_entry *deny_mac;
382 int hostapd_maclist_found(struct mac_acl_entry *list, int num_entries,
H A Dap_config.c482 int hostapd_maclist_found(struct mac_acl_entry *list, int num_entries,
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dconfig_file.c119 const struct mac_acl_entry *aa = a;
120 const struct mac_acl_entry *bb = b;
126 struct mac_acl_entry **acl, int *num)
132 struct mac_acl_entry *newacl;
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dap.c474 conf->accept_mac = os_zalloc(sizeof(struct mac_acl_entry));

Completed in 238 milliseconds