hostapd_maclist_found() function
hostapd_maclist_found - Find a MAC address from a list @list: MAC address list @num_entries: Number of addresses in the list @addr: Address to search for @vlan_id: Buffer for returning VLAN ID or %NULL if not needed Returns: 1 if address is in the list or 0 if not. Perform a binary search for given MAC address from a pre-sorted list.