Home
last modified time | relevance | path

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

/src/contrib/wpa/wpa_supplicant/
H A Dap.c1674 return hostapd_ctrl_iface_acl_add_mac(&hapd->conf->deny_mac, in ap_ctrl_iface_acl_add_mac()
1700 return hostapd_ctrl_iface_acl_del_mac(&hapd->conf->deny_mac, in ap_ctrl_iface_acl_del_mac()
1724 return hostapd_ctrl_iface_acl_show_mac(hapd->conf->deny_mac, in ap_ctrl_iface_acl_show_mac()
1749 hostapd_ctrl_iface_acl_clear_list(&hapd->conf->deny_mac, in ap_ctrl_iface_acl_clear_list()
1904 os_free(conf->deny_mac); in wpa_supplicant_ap_mac_addr_filter()
1905 conf->deny_mac = NULL; in wpa_supplicant_ap_mac_addr_filter()
/src/contrib/wpa/src/ap/
H A Dieee802_11_auth.c218 if (hostapd_maclist_found(hapd->conf->deny_mac, in hostapd_check_acl()
H A Dap_config.h349 struct mac_acl_entry *deny_mac; member
H A Dap_config.c830 os_free(conf->deny_mac); in hostapd_config_free_bss()
H A Dctrl_iface_ap.c1612 if (hostapd_maclist_found(hapd->conf->deny_mac, in hostapd_disassoc_deny_mac()
H A Dhostapd.c1799 err = hostapd_set_acl_list(hapd, conf->bss[0]->deny_mac, in hostapd_set_acl()
/src/contrib/wpa/hostapd/
H A Dctrl_iface.c4363 &hapd->conf->deny_mac, in hostapd_ctrl_iface_receive_process()
4370 &hapd->conf->deny_mac, in hostapd_ctrl_iface_receive_process()
4376 hapd->conf->deny_mac, in hostapd_ctrl_iface_receive_process()
4380 &hapd->conf->deny_mac, in hostapd_ctrl_iface_receive_process()
H A Dconfig_file.c2536 if (hostapd_config_read_maclist(pos, &bss->deny_mac, in hostapd_config_fill()