Home
last modified time | relevance | path

Searched defs:mac_restrictions (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/wireless/intersil/hostap/
Dhostap_ap.h143 struct mac_restrictions { struct
144 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
Dhostap_ap.c379 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()