hostapd_entry_cmp
hostapd_entry_cmp(struct hostapd_entry *, struct hostapd_entry *);
RB_GENERATE(hostapd_tree, hostapd_entry, e_nodes, hostapd_entry_cmp);
RB_PROTOTYPE(hostapd_tree, hostapd_entry, e_nodes, hostapd_entry_cmp);