HomeSort by relevance Sort by last modified time
    Searched refs:mac_acl_entry (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/ap/
ap_config.h 23 struct mac_acl_entry { struct
239 struct mac_acl_entry *accept_mac;
241 struct mac_acl_entry *deny_mac;
531 int hostapd_maclist_found(struct mac_acl_entry *list, int num_entries,
ap_config.c 560 int hostapd_maclist_found(struct mac_acl_entry *list, int num_entries,
  /external/wpa_supplicant_8/hostapd/
config_file.c 113 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;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 1051 conf->accept_mac = os_zalloc(sizeof(struct mac_acl_entry));

Completed in 33 milliseconds