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

  /external/wpa_supplicant_8/src/ap/
ap_config.h 23 struct mac_acl_entry { struct
243 struct mac_acl_entry *accept_mac;
245 struct mac_acl_entry *deny_mac;
613 int hostapd_maclist_found(struct mac_acl_entry *list, int num_entries,
ap_config.c 584 int hostapd_maclist_found(struct mac_acl_entry *list, int num_entries,
hostapd.c 916 struct mac_acl_entry *mac_acl,
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 114 const struct mac_acl_entry *aa = a;
115 const struct mac_acl_entry *bb = b;
121 struct mac_acl_entry **acl, int *num)
127 struct mac_acl_entry *newacl;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 1153 conf->accept_mac = os_zalloc(sizeof(struct mac_acl_entry));

Completed in 61 milliseconds