Home
last modified time | relevance | path

Searched refs:mac_acl (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/src/ap/
Dhostapd.c1756 struct mac_acl_entry *mac_acl, in hostapd_set_acl_list() argument
1763 (n_entries * sizeof(acl_params->mac_acl[0]))); in hostapd_set_acl_list()
1768 os_memcpy(acl_params->mac_acl[i].addr, mac_acl[i].addr, in hostapd_set_acl_list()
/hostap-latest/src/drivers/
Ddriver.h2582 struct mac_address mac_acl[0]; member
Ddriver_nl80211.c4470 if (nla_put(acl, i + 1, ETH_ALEN, params->mac_acl[i].addr)) { in wpa_driver_nl80211_set_acl()