Searched refs:accept_mac (Results 1 – 7 of 7) sorted by relevance
1207 os_free(conf->accept_mac); in wpa_supplicant_ap_mac_addr_filter()1208 conf->accept_mac = NULL; in wpa_supplicant_ap_mac_addr_filter()1220 conf->accept_mac = os_zalloc(sizeof(struct mac_acl_entry)); in wpa_supplicant_ap_mac_addr_filter()1221 if (conf->accept_mac == NULL) in wpa_supplicant_ap_mac_addr_filter()1223 os_memcpy(conf->accept_mac[0].addr, addr, ETH_ALEN); in wpa_supplicant_ap_mac_addr_filter()
272 struct mac_acl_entry *accept_mac; member
251 if (hostapd_maclist_found(hapd->conf->accept_mac, in hostapd_allowed_address()
438 os_free(conf->accept_mac); in hostapd_config_free_bss()
1166 err = hostapd_set_acl_list(hapd, conf->bss[0]->accept_mac, in hostapd_set_acl()
1312 hapd->conf->accept_mac, in hostapd_ctrl_iface_set()
2005 if (hostapd_config_read_maclist(pos, &bss->accept_mac, in hostapd_config_fill()