Searched refs:accept_mac (Results 1 – 7 of 7) sorted by relevance
1347 os_free(conf->accept_mac); in wpa_supplicant_ap_mac_addr_filter()1348 conf->accept_mac = NULL; in wpa_supplicant_ap_mac_addr_filter()1360 conf->accept_mac = os_zalloc(sizeof(struct mac_acl_entry)); in wpa_supplicant_ap_mac_addr_filter()1361 if (conf->accept_mac == NULL) in wpa_supplicant_ap_mac_addr_filter()1363 os_memcpy(conf->accept_mac[0].addr, addr, ETH_ALEN); in wpa_supplicant_ap_mac_addr_filter()
301 struct mac_acl_entry *accept_mac; member
218 if (hostapd_maclist_found(hapd->conf->accept_mac, in hostapd_check_acl()
495 os_free(conf->accept_mac); in hostapd_config_free_bss()
1236 err = hostapd_set_acl_list(hapd, conf->bss[0]->accept_mac, in hostapd_set_acl()
1354 hapd->conf->accept_mac, in hostapd_ctrl_iface_set()
2172 if (hostapd_config_read_maclist(pos, &bss->accept_mac, in hostapd_config_fill()