Home
last modified time | relevance | path

Searched refs:accept_mac (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dap.c1697 &hapd->conf->accept_mac, in ap_ctrl_iface_acl_add_mac()
1723 &hapd->conf->accept_mac, &hapd->conf->num_accept_mac, in ap_ctrl_iface_acl_del_mac()
1747 hapd->conf->accept_mac, hapd->conf->num_accept_mac, in ap_ctrl_iface_acl_show_mac()
1770 hostapd_ctrl_iface_acl_clear_list(&hapd->conf->accept_mac, in ap_ctrl_iface_acl_clear_list()
1935 os_free(conf->accept_mac); in wpa_supplicant_ap_mac_addr_filter()
1936 conf->accept_mac = NULL; in wpa_supplicant_ap_mac_addr_filter()
1948 conf->accept_mac = os_zalloc(sizeof(struct mac_acl_entry)); in wpa_supplicant_ap_mac_addr_filter()
1949 if (conf->accept_mac == NULL) in wpa_supplicant_ap_mac_addr_filter()
1951 os_memcpy(conf->accept_mac[0].addr, addr, ETH_ALEN); in wpa_supplicant_ap_mac_addr_filter()
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_auth.c214 if (hostapd_maclist_found(hapd->conf->accept_mac, in hostapd_check_acl()
H A Dap_config.h355 struct mac_acl_entry *accept_mac; member
H A Dap_config.c855 os_free(conf->accept_mac); in hostapd_config_free_bss()
H A Dctrl_iface_ap.c1933 if (!hostapd_maclist_found(hapd->conf->accept_mac, in hostapd_disassoc_accept_mac()
H A Dhostapd.c1894 err = hostapd_set_acl_list(hapd, conf->accept_mac, in hostapd_set_acl()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c4423 &hapd->conf->accept_mac, in hostapd_ctrl_iface_receive_process()
4429 &hapd->conf->accept_mac, in hostapd_ctrl_iface_receive_process()
4436 hapd->conf->accept_mac, in hostapd_ctrl_iface_receive_process()
4440 &hapd->conf->accept_mac, in hostapd_ctrl_iface_receive_process()
H A Dconfig_file.c2461 if (hostapd_config_read_maclist(pos, &bss->accept_mac, in hostapd_config_fill()