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

  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 1058 os_free(conf->accept_mac);
1059 conf->accept_mac = NULL;
1071 conf->accept_mac = os_zalloc(sizeof(struct mac_acl_entry));
1072 if (conf->accept_mac == NULL)
1074 os_memcpy(conf->accept_mac[0].addr, addr, ETH_ALEN);
  /external/wpa_supplicant_8/src/ap/
ap_config.h 239 struct mac_acl_entry *accept_mac; member in struct:hostapd_bss_config
ap_config.c 432 os_free(conf->accept_mac);
ieee802_11_auth.c 250 if (hostapd_maclist_found(hapd->conf->accept_mac,
hostapd.c 858 err = hostapd_set_acl_list(hapd, conf->bss->accept_mac,
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 41 milliseconds