Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AclPolicy

access control policy

Access control policy is applied on a MAC list set by %NL80211_CMD_START_AP and %NL80211_CMD_SET_MAC_ACL, to be used with %NL80211_ATTR_ACL_POLICY.

Index

Enumeration members

ACCEPT_UNLESS_LISTED = 0

Deny stations which are listed in ACL, i.e. allow all the stations which are not listed in ACL to authenticate.

DENY_UNLESS_LISTED = 1

Allow the stations which are listed in ACL, i.e. deny all the stations which are not listed in ACL.

Generated using TypeDoc