Searched defs:mac_restrictions (Results 1 – 2 of 2) sorted by relevance
143 struct mac_restrictions { struct144 enum { MAC_POLICY_OPEN = 0, MAC_POLICY_ALLOW, MAC_POLICY_DENY } policy;145 unsigned int entries;146 struct list_head mac_list;147 spinlock_t lock;191 struct mac_restrictions mac_restrictions; /* MAC-based auth */ member
379 int ap_control_add_mac(struct mac_restrictions *mac_restrictions, u8 *mac) in ap_control_add_mac()398 int ap_control_del_mac(struct mac_restrictions *mac_restrictions, u8 *mac) in ap_control_del_mac()421 static int ap_control_mac_deny(struct mac_restrictions *mac_restrictions, in ap_control_mac_deny()446 void ap_control_flush_macs(struct mac_restrictions *mac_restrictions) in ap_control_flush_macs()