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

  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 951 os_free(conf->accept_mac);
952 conf->accept_mac = NULL;
964 conf->accept_mac = os_zalloc(sizeof(struct mac_acl_entry));
965 if (conf->accept_mac == NULL)
967 os_memcpy(conf->accept_mac[0].addr, addr, ETH_ALEN);
  /external/wpa_supplicant_8/src/ap/
ap_config.h 197 struct mac_acl_entry *accept_mac; member in struct:hostapd_bss_config
ieee802_11_auth.c 235 if (hostapd_maclist_found(hapd->conf->accept_mac,
ap_config.c 388 os_free(conf->accept_mac);
  /external/wpa_supplicant_8/hostapd/
config_file.c 1309 if (hostapd_config_read_maclist(pos, &bss->accept_mac,
    [all...]

Completed in 108 milliseconds