Searched refs:ap_info (Results 1 – 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ap_list.c | 31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) in ap_list_beacon_olbc() 53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap) in ap_get_ap() 55 struct ap_info *s; in ap_get_ap() 64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_list_add() 76 static void ap_ap_list_del(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_list_del() 90 static void ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_hash_add() 97 static void ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_hash_del() 99 struct ap_info *s; in ap_ap_hash_del() 119 static void ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap) in ap_free_ap() 131 struct ap_info *ap, *prev; in hostapd_free_aps() [all …]
|
D | ap_list.h | 14 struct ap_info { struct 18 struct ap_info *next; /* next entry in AP list */ argument 19 struct ap_info *prev; /* previous entry in AP list */ argument 20 struct ap_info *hnext; /* next entry in hash table list */ argument
|
D | hostapd.h | 495 struct ap_info *ap_list; /* AP info list head */ 496 struct ap_info *ap_hash[STA_HASH_SIZE];
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ap_list.c | 31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) in ap_list_beacon_olbc() 53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap) in ap_get_ap() 55 struct ap_info *s; in ap_get_ap() 64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_list_add() 76 static void ap_ap_list_del(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_list_del() 90 static void ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_hash_add() 97 static void ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_hash_del() 99 struct ap_info *s; in ap_ap_hash_del() 119 static void ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap) in ap_free_ap() 131 struct ap_info *ap, *prev; in hostapd_free_aps() [all …]
|
D | ap_list.h | 14 struct ap_info { struct 18 struct ap_info *next; /* next entry in AP list */ argument 19 struct ap_info *prev; /* previous entry in AP list */ argument 20 struct ap_info *hnext; /* next entry in hash table list */ argument
|
D | hostapd.h | 464 struct ap_info *ap_list; /* AP info list head */ 465 struct ap_info *ap_hash[STA_HASH_SIZE];
|