Home
last modified time | relevance | path

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

/hostap-3.6.0/hostapd/
Dhostapd.conf310 macaddr_acl=0
Dconfig_file.c2429 enum macaddr_acl acl = atoi(pos); in hostapd_config_fill()
2438 bss->macaddr_acl = acl; in hostapd_config_fill()
Dctrl_iface.c1370 if (hapd->conf->macaddr_acl != DENY_UNLESS_ACCEPTED) in hostapd_disassoc_accept_mac()
/hostap-3.6.0/src/ap/
Dieee802_11_auth.c185 if (hapd->conf->macaddr_acl == ACCEPT_UNLESS_DENIED) in hostapd_check_acl()
187 if (hapd->conf->macaddr_acl == DENY_UNLESS_ACCEPTED) in hostapd_check_acl()
225 if (hapd->conf->macaddr_acl == USE_EXTERNAL_RADIUS_AUTH) { in hostapd_allowed_address()
Dap_config.h335 enum macaddr_acl { enum
339 } macaddr_acl; member
Dap_config.c1246 bss->macaddr_acl != USE_EXTERNAL_RADIUS_AUTH) { in hostapd_config_check_bss()
1256 bss->macaddr_acl != USE_EXTERNAL_RADIUS_AUTH)) { in hostapd_config_check_bss()
Dhostapd.c1470 if (conf->bss[0]->macaddr_acl == DENY_UNLESS_ACCEPTED) { in hostapd_set_acl()
1479 } else if (conf->bss[0]->macaddr_acl == ACCEPT_UNLESS_DENIED) { in hostapd_set_acl()
/hostap-3.6.0/wpa_supplicant/
Dap.c1677 conf->macaddr_acl = ACCEPT_UNLESS_DENIED; in wpa_supplicant_ap_mac_addr_filter()
1681 conf->macaddr_acl = DENY_UNLESS_ACCEPTED; in wpa_supplicant_ap_mac_addr_filter()