Home | History | Annotate | Download | only in ap

Lines Matching refs:ap_info

31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap)
53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap)
55 struct ap_info *s;
64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap)
76 static void ap_ap_list_del(struct hostapd_iface *iface, struct ap_info *ap)
90 static void ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap)
97 static void ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap)
99 struct ap_info *s;
119 static void ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap)
131 struct ap_info *ap, *prev;
145 static struct ap_info * ap_ap_add(struct hostapd_iface *iface, const u8 *addr)
147 struct ap_info *ap;
149 ap = os_zalloc(sizeof(struct ap_info));
174 struct ap_info *ap;
254 struct ap_info *ap;