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

  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 1207 os_free(conf->accept_mac);
1208 conf->accept_mac = NULL;
1220 conf->accept_mac = os_zalloc(sizeof(struct mac_acl_entry));
1221 if (conf->accept_mac == NULL)
1223 os_memcpy(conf->accept_mac[0].addr, addr, ETH_ALEN);
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 272 struct mac_acl_entry *accept_mac; member in struct:hostapd_bss_config
ieee802_11_auth.c 251 if (hostapd_maclist_found(hapd->conf->accept_mac,
ap_config.c 438 os_free(conf->accept_mac);
hostapd.c 1166 err = hostapd_set_acl_list(hapd, conf->bss[0]->accept_mac,
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 1312 hapd->conf->accept_mac,
    [all...]
config_file.c     [all...]

Completed in 155 milliseconds