Searched defs:mac_restrictions (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
| D | hostap_ap.h | 143 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
|
| D | hostap_ap.c | 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()
|
| /kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
| D | hostap_ap.h | 143 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
|
| D | hostap_ap.c | 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()
|