Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hostapd/
Dhostapd.conf174 macaddr_acl=0
Dconfig_file.c1264 bss->macaddr_acl = atoi(pos); in hostapd_config_read()
1265 if (bss->macaddr_acl != ACCEPT_UNLESS_DENIED && in hostapd_config_read()
1266 bss->macaddr_acl != DENY_UNLESS_ACCEPTED && in hostapd_config_read()
1267 bss->macaddr_acl != USE_EXTERNAL_RADIUS_AUTH) { in hostapd_config_read()
1270 line, bss->macaddr_acl); in hostapd_config_read()
/external/wpa_supplicant_8/src/ap/
Dieee802_11_auth.c234 if (hapd->conf->macaddr_acl == ACCEPT_UNLESS_DENIED) in hostapd_allowed_address()
236 if (hapd->conf->macaddr_acl == DENY_UNLESS_ACCEPTED) in hostapd_allowed_address()
239 if (hapd->conf->macaddr_acl == USE_EXTERNAL_RADIUS_AUTH) { in hostapd_allowed_address()
Dap_config.h196 } macaddr_acl; member
/external/wpa_supplicant_8/wpa_supplicant/
Dap.c897 conf->macaddr_acl = ACCEPT_UNLESS_DENIED; in wpa_supplicant_ap_mac_addr_filter()
901 conf->macaddr_acl = DENY_UNLESS_ACCEPTED; in wpa_supplicant_ap_mac_addr_filter()