Searched refs:ap_info (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_list.c31 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 *a
[all...]
H A Dap_list.h14 struct ap_info { struct
18 struct ap_info *next; /* next entry in AP list */
19 struct ap_info *prev; /* previous entry in AP list */
20 struct ap_info *hnext; /* next entry in hash table list */
H A Dhostapd.h464 struct ap_info *ap_list; /* AP info list head */
465 struct ap_info *ap_hash[STA_HASH_SIZE];

Completed in 155 milliseconds