Searched refs:macaddr_acl (Results 1 – 5 of 5) sorted by relevance
174 macaddr_acl=0
1264 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()
234 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()
196 } macaddr_acl; member
897 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()