Searched refs:accept_mac (Results 1 – 7 of 7) sorted by relevance
1288 os_free(conf->accept_mac); in wpa_supplicant_ap_mac_addr_filter()1289 conf->accept_mac = NULL; in wpa_supplicant_ap_mac_addr_filter()1301 conf->accept_mac = os_zalloc(sizeof(struct mac_acl_entry)); in wpa_supplicant_ap_mac_addr_filter()1302 if (conf->accept_mac == NULL) in wpa_supplicant_ap_mac_addr_filter()1304 os_memcpy(conf->accept_mac[0].addr, addr, ETH_ALEN); in wpa_supplicant_ap_mac_addr_filter()
290 struct mac_acl_entry *accept_mac; member
218 if (hostapd_maclist_found(hapd->conf->accept_mac, in hostapd_check_acl()
449 os_free(conf->accept_mac); in hostapd_config_free_bss()
1200 err = hostapd_set_acl_list(hapd, conf->bss[0]->accept_mac, in hostapd_set_acl()
1376 hapd->conf->accept_mac, in hostapd_ctrl_iface_set()
2070 if (hostapd_config_read_maclist(pos, &bss->accept_mac, in hostapd_config_fill()