Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/hostapd/
HDhostapd.conf244 macaddr_acl=0
HDconfig_file.c2009 bss->macaddr_acl = atoi(pos); in hostapd_config_fill()
2010 if (bss->macaddr_acl != ACCEPT_UNLESS_DENIED && in hostapd_config_fill()
2011 bss->macaddr_acl != DENY_UNLESS_ACCEPTED && in hostapd_config_fill()
2012 bss->macaddr_acl != USE_EXTERNAL_RADIUS_AUTH) { in hostapd_config_fill()
2014 line, bss->macaddr_acl); in hostapd_config_fill()
HDctrl_iface.c1342 } else if (hapd->conf->macaddr_acl == DENY_UNLESS_ACCEPTED && in hostapd_ctrl_iface_set()
/NextBSD/contrib/wpa/src/ap/
HDieee802_11_auth.c259 if (hapd->conf->macaddr_acl == ACCEPT_UNLESS_DENIED) in hostapd_allowed_address()
261 if (hapd->conf->macaddr_acl == DENY_UNLESS_ACCEPTED) in hostapd_allowed_address()
264 if (hapd->conf->macaddr_acl == USE_EXTERNAL_RADIUS_AUTH) { in hostapd_allowed_address()
HDap_config.c743 bss->macaddr_acl != USE_EXTERNAL_RADIUS_AUTH) { in hostapd_config_check_bss()
753 bss->macaddr_acl != USE_EXTERNAL_RADIUS_AUTH)) { in hostapd_config_check_bss()
HDap_config.h272 } macaddr_acl; member
HDhostapd.c1183 if (conf->bss[0]->macaddr_acl == DENY_UNLESS_ACCEPTED) { in hostapd_set_acl()
1192 } else if (conf->bss[0]->macaddr_acl == ACCEPT_UNLESS_DENIED) { in hostapd_set_acl()
/NextBSD/contrib/wpa/wpa_supplicant/
HDap.c1241 conf->macaddr_acl = ACCEPT_UNLESS_DENIED; in wpa_supplicant_ap_mac_addr_filter()
1245 conf->macaddr_acl = DENY_UNLESS_ACCEPTED; in wpa_supplicant_ap_mac_addr_filter()