Searched refs:accept_mac (Results 1 – 7 of 7) sorted by relevance
1233 os_free(conf->accept_mac); in wpa_supplicant_ap_mac_addr_filter()1234 conf->accept_mac = NULL; in wpa_supplicant_ap_mac_addr_filter()1246 conf->accept_mac = os_zalloc(sizeof(struct mac_acl_entry)); in wpa_supplicant_ap_mac_addr_filter()1247 if (conf->accept_mac == NULL) in wpa_supplicant_ap_mac_addr_filter()1249 os_memcpy(conf->accept_mac[0].addr, addr, ETH_ALEN); in wpa_supplicant_ap_mac_addr_filter()
273 struct mac_acl_entry *accept_mac; member
251 if (hostapd_maclist_found(hapd->conf->accept_mac, in hostapd_allowed_address()
439 os_free(conf->accept_mac); in hostapd_config_free_bss()
1185 err = hostapd_set_acl_list(hapd, conf->bss[0]->accept_mac, in hostapd_set_acl()
1346 hapd->conf->accept_mac, in hostapd_ctrl_iface_set()
2017 if (hostapd_config_read_maclist(pos, &bss->accept_mac, in hostapd_config_fill()