Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/wireless/hostap/
Dhostap_ap.h142 struct mac_restrictions { struct
143 enum { MAC_POLICY_OPEN = 0, MAC_POLICY_ALLOW, MAC_POLICY_DENY } policy;
144 unsigned int entries;
145 struct list_head mac_list;
146 spinlock_t lock;
190 struct mac_restrictions mac_restrictions; /* MAC-based auth */ member
Dhostap_ap.c373 int ap_control_add_mac(struct mac_restrictions *mac_restrictions, u8 *mac) in ap_control_add_mac()
392 int ap_control_del_mac(struct mac_restrictions *mac_restrictions, u8 *mac) in ap_control_del_mac()
415 static int ap_control_mac_deny(struct mac_restrictions *mac_restrictions, in ap_control_mac_deny()
440 void ap_control_flush_macs(struct mac_restrictions *mac_restrictions) in ap_control_flush_macs()